@aws-sdk/client-sagemaker 3.655.0 → 3.656.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelCommand.d.ts +3 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/SearchCommand.d.ts +5 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -17741,6 +17741,7 @@ var de_S3ModelDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
|
17741
17741
|
return (0, import_smithy_client.take)(output, {
|
|
17742
17742
|
CompressionType: import_smithy_client.expectString,
|
|
17743
17743
|
HubAccessConfig: (_) => de_InferenceHubAccessConfig(_, context),
|
|
17744
|
+
ManifestS3Uri: import_smithy_client.expectString,
|
|
17744
17745
|
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
17745
17746
|
S3DataType: import_smithy_client.expectString,
|
|
17746
17747
|
S3Uri: import_smithy_client.expectString
|
|
@@ -15119,6 +15119,7 @@ const de_S3ModelDataSource = (output, context) => {
|
|
|
15119
15119
|
return take(output, {
|
|
15120
15120
|
CompressionType: __expectString,
|
|
15121
15121
|
HubAccessConfig: (_) => de_InferenceHubAccessConfig(_, context),
|
|
15122
|
+
ManifestS3Uri: __expectString,
|
|
15122
15123
|
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
15123
15124
|
S3DataType: __expectString,
|
|
15124
15125
|
S3Uri: __expectString,
|
|
@@ -67,6 +67,7 @@ declare const BatchDescribeModelPackageCommand_base: {
|
|
|
67
67
|
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
68
68
|
* // HubContentArn: "STRING_VALUE", // required
|
|
69
69
|
* // },
|
|
70
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
70
71
|
* // },
|
|
71
72
|
* // },
|
|
72
73
|
* // ProductId: "STRING_VALUE",
|
|
@@ -74,6 +74,7 @@ declare const CreateModelCommand_base: {
|
|
|
74
74
|
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
75
75
|
* HubContentArn: "STRING_VALUE", // required
|
|
76
76
|
* },
|
|
77
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
77
78
|
* },
|
|
78
79
|
* },
|
|
79
80
|
* AdditionalModelDataSources: [ // AdditionalModelDataSources
|
|
@@ -89,6 +90,7 @@ declare const CreateModelCommand_base: {
|
|
|
89
90
|
* HubAccessConfig: {
|
|
90
91
|
* HubContentArn: "STRING_VALUE", // required
|
|
91
92
|
* },
|
|
93
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
92
94
|
* },
|
|
93
95
|
* },
|
|
94
96
|
* ],
|
|
@@ -124,6 +126,7 @@ declare const CreateModelCommand_base: {
|
|
|
124
126
|
* HubAccessConfig: {
|
|
125
127
|
* HubContentArn: "STRING_VALUE", // required
|
|
126
128
|
* },
|
|
129
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
127
130
|
* },
|
|
128
131
|
* },
|
|
129
132
|
* AdditionalModelDataSources: [
|
|
@@ -75,6 +75,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
75
75
|
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
76
76
|
* HubContentArn: "STRING_VALUE", // required
|
|
77
77
|
* },
|
|
78
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
78
79
|
* },
|
|
79
80
|
* },
|
|
80
81
|
* ProductId: "STRING_VALUE",
|
|
@@ -160,6 +161,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
160
161
|
* HubAccessConfig: {
|
|
161
162
|
* HubContentArn: "STRING_VALUE", // required
|
|
162
163
|
* },
|
|
164
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
163
165
|
* },
|
|
164
166
|
* },
|
|
165
167
|
* AlgorithmName: "STRING_VALUE", // required
|
|
@@ -273,6 +275,7 @@ declare const CreateModelPackageCommand_base: {
|
|
|
273
275
|
* HubAccessConfig: {
|
|
274
276
|
* HubContentArn: "STRING_VALUE", // required
|
|
275
277
|
* },
|
|
278
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
276
279
|
* },
|
|
277
280
|
* },
|
|
278
281
|
* ProductId: "STRING_VALUE",
|
|
@@ -128,6 +128,7 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
128
128
|
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
129
129
|
* // HubContentArn: "STRING_VALUE", // required
|
|
130
130
|
* // },
|
|
131
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
131
132
|
* // },
|
|
132
133
|
* // },
|
|
133
134
|
* // ProductId: "STRING_VALUE",
|
|
@@ -64,6 +64,7 @@ declare const DescribeModelCommand_base: {
|
|
|
64
64
|
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
65
65
|
* // HubContentArn: "STRING_VALUE", // required
|
|
66
66
|
* // },
|
|
67
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
67
68
|
* // },
|
|
68
69
|
* // },
|
|
69
70
|
* // AdditionalModelDataSources: [ // AdditionalModelDataSources
|
|
@@ -79,6 +80,7 @@ declare const DescribeModelCommand_base: {
|
|
|
79
80
|
* // HubAccessConfig: {
|
|
80
81
|
* // HubContentArn: "STRING_VALUE", // required
|
|
81
82
|
* // },
|
|
83
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
82
84
|
* // },
|
|
83
85
|
* // },
|
|
84
86
|
* // ],
|
|
@@ -114,6 +116,7 @@ declare const DescribeModelCommand_base: {
|
|
|
114
116
|
* // HubAccessConfig: {
|
|
115
117
|
* // HubContentArn: "STRING_VALUE", // required
|
|
116
118
|
* // },
|
|
119
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
117
120
|
* // },
|
|
118
121
|
* // },
|
|
119
122
|
* // AdditionalModelDataSources: [
|
|
@@ -72,6 +72,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
72
72
|
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
73
73
|
* // HubContentArn: "STRING_VALUE", // required
|
|
74
74
|
* // },
|
|
75
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
75
76
|
* // },
|
|
76
77
|
* // },
|
|
77
78
|
* // ProductId: "STRING_VALUE",
|
|
@@ -119,6 +120,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
119
120
|
* // HubAccessConfig: {
|
|
120
121
|
* // HubContentArn: "STRING_VALUE", // required
|
|
121
122
|
* // },
|
|
123
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
122
124
|
* // },
|
|
123
125
|
* // },
|
|
124
126
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
@@ -302,6 +304,7 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
302
304
|
* // HubAccessConfig: {
|
|
303
305
|
* // HubContentArn: "STRING_VALUE", // required
|
|
304
306
|
* // },
|
|
307
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
305
308
|
* // },
|
|
306
309
|
* // },
|
|
307
310
|
* // ProductId: "STRING_VALUE",
|
|
@@ -1098,6 +1098,7 @@ declare const SearchCommand_base: {
|
|
|
1098
1098
|
* // HubAccessConfig: { // InferenceHubAccessConfig
|
|
1099
1099
|
* // HubContentArn: "STRING_VALUE", // required
|
|
1100
1100
|
* // },
|
|
1101
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1101
1102
|
* // },
|
|
1102
1103
|
* // },
|
|
1103
1104
|
* // ProductId: "STRING_VALUE",
|
|
@@ -1145,6 +1146,7 @@ declare const SearchCommand_base: {
|
|
|
1145
1146
|
* // HubAccessConfig: {
|
|
1146
1147
|
* // HubContentArn: "STRING_VALUE", // required
|
|
1147
1148
|
* // },
|
|
1149
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1148
1150
|
* // },
|
|
1149
1151
|
* // },
|
|
1150
1152
|
* // AlgorithmName: "STRING_VALUE", // required
|
|
@@ -1280,6 +1282,7 @@ declare const SearchCommand_base: {
|
|
|
1280
1282
|
* // HubAccessConfig: {
|
|
1281
1283
|
* // HubContentArn: "STRING_VALUE", // required
|
|
1282
1284
|
* // },
|
|
1285
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1283
1286
|
* // },
|
|
1284
1287
|
* // },
|
|
1285
1288
|
* // ProductId: "STRING_VALUE",
|
|
@@ -1843,6 +1846,7 @@ declare const SearchCommand_base: {
|
|
|
1843
1846
|
* // HubAccessConfig: {
|
|
1844
1847
|
* // HubContentArn: "STRING_VALUE", // required
|
|
1845
1848
|
* // },
|
|
1849
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1846
1850
|
* // },
|
|
1847
1851
|
* // },
|
|
1848
1852
|
* // ],
|
|
@@ -1879,6 +1883,7 @@ declare const SearchCommand_base: {
|
|
|
1879
1883
|
* // HubAccessConfig: {
|
|
1880
1884
|
* // HubContentArn: "STRING_VALUE", // required
|
|
1881
1885
|
* // },
|
|
1886
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1882
1887
|
* // },
|
|
1883
1888
|
* // },
|
|
1884
1889
|
* // ],
|
|
@@ -65,6 +65,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
65
65
|
* HubAccessConfig: { // InferenceHubAccessConfig
|
|
66
66
|
* HubContentArn: "STRING_VALUE", // required
|
|
67
67
|
* },
|
|
68
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
68
69
|
* },
|
|
69
70
|
* },
|
|
70
71
|
* ProductId: "STRING_VALUE",
|
|
@@ -116,6 +117,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
116
117
|
* HubAccessConfig: {
|
|
117
118
|
* HubContentArn: "STRING_VALUE", // required
|
|
118
119
|
* },
|
|
120
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
119
121
|
* },
|
|
120
122
|
* },
|
|
121
123
|
* ProductId: "STRING_VALUE",
|
|
@@ -394,6 +394,11 @@ export interface S3ModelDataSource {
|
|
|
394
394
|
* @public
|
|
395
395
|
*/
|
|
396
396
|
HubAccessConfig?: InferenceHubAccessConfig;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the artifact locations.</p>
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
ManifestS3Uri?: string;
|
|
397
402
|
}
|
|
398
403
|
/**
|
|
399
404
|
* <p>Specifies the location of ML model data to deploy. If specified, you must specify one
|
|
@@ -96,6 +96,7 @@ export interface S3ModelDataSource {
|
|
|
96
96
|
CompressionType: ModelCompressionType | undefined;
|
|
97
97
|
ModelAccessConfig?: ModelAccessConfig;
|
|
98
98
|
HubAccessConfig?: InferenceHubAccessConfig;
|
|
99
|
+
ManifestS3Uri?: string;
|
|
99
100
|
}
|
|
100
101
|
export interface ModelDataSource {
|
|
101
102
|
S3DataSource?: S3ModelDataSource;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.656.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|