@aws-sdk/client-sagemaker 3.716.0 → 3.721.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 +35 -1
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +5 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +5 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +7 -2
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +4 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +7 -7
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +14 -3
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +7 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +14 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +19 -4
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +10 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +77 -21
- package/dist-types/models/models_1.d.ts +62 -57
- package/dist-types/models/models_2.d.ts +39 -36
- package/dist-types/models/models_3.d.ts +26 -26
- package/dist-types/models/models_4.d.ts +10 -10
- package/dist-types/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_0.d.ts +33 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/package.json +6 -6
|
@@ -77,6 +77,7 @@ export interface AdditionalS3DataSource {
|
|
|
77
77
|
S3DataType: AdditionalS3DataSourceDataType | undefined;
|
|
78
78
|
S3Uri: string | undefined;
|
|
79
79
|
CompressionType?: CompressionType | undefined;
|
|
80
|
+
ETag?: string | undefined;
|
|
80
81
|
}
|
|
81
82
|
export declare const ModelCompressionType: {
|
|
82
83
|
readonly Gzip: "Gzip";
|
|
@@ -103,6 +104,8 @@ export interface S3ModelDataSource {
|
|
|
103
104
|
ModelAccessConfig?: ModelAccessConfig | undefined;
|
|
104
105
|
HubAccessConfig?: InferenceHubAccessConfig | undefined;
|
|
105
106
|
ManifestS3Uri?: string | undefined;
|
|
107
|
+
ETag?: string | undefined;
|
|
108
|
+
ManifestEtag?: string | undefined;
|
|
106
109
|
}
|
|
107
110
|
export interface ModelDataSource {
|
|
108
111
|
S3DataSource?: S3ModelDataSource | undefined;
|
|
@@ -123,6 +126,7 @@ export interface ModelPackageContainerDefinition {
|
|
|
123
126
|
FrameworkVersion?: string | undefined;
|
|
124
127
|
NearestModelName?: string | undefined;
|
|
125
128
|
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
129
|
+
ModelDataETag?: string | undefined;
|
|
126
130
|
}
|
|
127
131
|
export declare const ProductionVariantInstanceType: {
|
|
128
132
|
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
@@ -440,6 +444,8 @@ export declare const TransformInstanceType: {
|
|
|
440
444
|
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
441
445
|
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
442
446
|
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
447
|
+
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
448
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
443
449
|
};
|
|
444
450
|
export type TransformInstanceType =
|
|
445
451
|
(typeof TransformInstanceType)[keyof typeof TransformInstanceType];
|
|
@@ -2177,6 +2183,15 @@ export declare const ClusterInstanceType: {
|
|
|
2177
2183
|
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
2178
2184
|
readonly ML_C5_LARGE: "ml.c5.large";
|
|
2179
2185
|
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
2186
|
+
readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
|
|
2187
|
+
readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
|
|
2188
|
+
readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
|
|
2189
|
+
readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
|
|
2190
|
+
readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
|
|
2191
|
+
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
2192
|
+
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
2193
|
+
readonly ML_C6I_LARGE: "ml.c6i.large";
|
|
2194
|
+
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
2180
2195
|
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
2181
2196
|
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
2182
2197
|
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
@@ -2211,11 +2226,29 @@ export declare const ClusterInstanceType: {
|
|
|
2211
2226
|
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
2212
2227
|
readonly ML_M5_LARGE: "ml.m5.large";
|
|
2213
2228
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
2229
|
+
readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
|
|
2230
|
+
readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
|
|
2231
|
+
readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
|
|
2232
|
+
readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
|
|
2233
|
+
readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
|
|
2234
|
+
readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
|
|
2235
|
+
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
2236
|
+
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
2237
|
+
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
2214
2238
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2215
2239
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2216
2240
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
2217
2241
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2218
2242
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2243
|
+
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
2244
|
+
readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
|
|
2245
|
+
readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
|
|
2246
|
+
readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
|
|
2247
|
+
readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
|
|
2248
|
+
readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
|
|
2249
|
+
readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
|
|
2250
|
+
readonly ML_R6I_LARGE: "ml.r6i.large";
|
|
2251
|
+
readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
|
|
2219
2252
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
2220
2253
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
2221
2254
|
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
@@ -1941,6 +1941,7 @@ export type SkipModelValidation =
|
|
|
1941
1941
|
export interface SourceAlgorithm {
|
|
1942
1942
|
ModelDataUrl?: string | undefined;
|
|
1943
1943
|
ModelDataSource?: ModelDataSource | undefined;
|
|
1944
|
+
ModelDataETag?: string | undefined;
|
|
1944
1945
|
AlgorithmName: string | undefined;
|
|
1945
1946
|
}
|
|
1946
1947
|
export interface SourceAlgorithmSpecification {
|
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.721.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",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
25
|
"@aws-sdk/core": "3.716.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|