@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
|
@@ -66,6 +66,8 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
66
66
|
* HubContentArn: "STRING_VALUE", // required
|
|
67
67
|
* },
|
|
68
68
|
* ManifestS3Uri: "STRING_VALUE",
|
|
69
|
+
* ETag: "STRING_VALUE",
|
|
70
|
+
* ManifestEtag: "STRING_VALUE",
|
|
69
71
|
* },
|
|
70
72
|
* },
|
|
71
73
|
* ProductId: "STRING_VALUE",
|
|
@@ -82,11 +84,13 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
82
84
|
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
83
85
|
* S3Uri: "STRING_VALUE", // required
|
|
84
86
|
* CompressionType: "None" || "Gzip",
|
|
87
|
+
* ETag: "STRING_VALUE",
|
|
85
88
|
* },
|
|
89
|
+
* ModelDataETag: "STRING_VALUE",
|
|
86
90
|
* },
|
|
87
91
|
* ],
|
|
88
92
|
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
|
|
89
|
-
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge",
|
|
93
|
+
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge",
|
|
90
94
|
* ],
|
|
91
95
|
* SupportedRealtimeInferenceInstanceTypes: [ // RealtimeInferenceInstanceTypes
|
|
92
96
|
* "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.dl1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.trn2.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
|
|
@@ -118,6 +122,8 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
118
122
|
* HubContentArn: "STRING_VALUE", // required
|
|
119
123
|
* },
|
|
120
124
|
* ManifestS3Uri: "STRING_VALUE",
|
|
125
|
+
* ETag: "STRING_VALUE",
|
|
126
|
+
* ManifestEtag: "STRING_VALUE",
|
|
121
127
|
* },
|
|
122
128
|
* },
|
|
123
129
|
* ProductId: "STRING_VALUE",
|
|
@@ -134,11 +140,13 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
134
140
|
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
135
141
|
* S3Uri: "STRING_VALUE", // required
|
|
136
142
|
* CompressionType: "None" || "Gzip",
|
|
143
|
+
* ETag: "STRING_VALUE",
|
|
137
144
|
* },
|
|
145
|
+
* ModelDataETag: "STRING_VALUE",
|
|
138
146
|
* },
|
|
139
147
|
* ],
|
|
140
148
|
* SupportedTransformInstanceTypes: [
|
|
141
|
-
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge",
|
|
149
|
+
* "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge",
|
|
142
150
|
* ],
|
|
143
151
|
* SupportedRealtimeInferenceInstanceTypes: [
|
|
144
152
|
* "ml.t2.medium" || "ml.t2.large" || "ml.t2.xlarge" || "ml.t2.2xlarge" || "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.12xlarge" || "ml.m5d.24xlarge" || "ml.c4.large" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5d.large" || "ml.c5d.xlarge" || "ml.c5d.2xlarge" || "ml.c5d.4xlarge" || "ml.c5d.9xlarge" || "ml.c5d.18xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.12xlarge" || "ml.r5.24xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.12xlarge" || "ml.r5d.24xlarge" || "ml.inf1.xlarge" || "ml.inf1.2xlarge" || "ml.inf1.6xlarge" || "ml.inf1.24xlarge" || "ml.dl1.24xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p4d.24xlarge" || "ml.c7g.large" || "ml.c7g.xlarge" || "ml.c7g.2xlarge" || "ml.c7g.4xlarge" || "ml.c7g.8xlarge" || "ml.c7g.12xlarge" || "ml.c7g.16xlarge" || "ml.m6g.large" || "ml.m6g.xlarge" || "ml.m6g.2xlarge" || "ml.m6g.4xlarge" || "ml.m6g.8xlarge" || "ml.m6g.12xlarge" || "ml.m6g.16xlarge" || "ml.m6gd.large" || "ml.m6gd.xlarge" || "ml.m6gd.2xlarge" || "ml.m6gd.4xlarge" || "ml.m6gd.8xlarge" || "ml.m6gd.12xlarge" || "ml.m6gd.16xlarge" || "ml.c6g.large" || "ml.c6g.xlarge" || "ml.c6g.2xlarge" || "ml.c6g.4xlarge" || "ml.c6g.8xlarge" || "ml.c6g.12xlarge" || "ml.c6g.16xlarge" || "ml.c6gd.large" || "ml.c6gd.xlarge" || "ml.c6gd.2xlarge" || "ml.c6gd.4xlarge" || "ml.c6gd.8xlarge" || "ml.c6gd.12xlarge" || "ml.c6gd.16xlarge" || "ml.c6gn.large" || "ml.c6gn.xlarge" || "ml.c6gn.2xlarge" || "ml.c6gn.4xlarge" || "ml.c6gn.8xlarge" || "ml.c6gn.12xlarge" || "ml.c6gn.16xlarge" || "ml.r6g.large" || "ml.r6g.xlarge" || "ml.r6g.2xlarge" || "ml.r6g.4xlarge" || "ml.r6g.8xlarge" || "ml.r6g.12xlarge" || "ml.r6g.16xlarge" || "ml.r6gd.large" || "ml.r6gd.xlarge" || "ml.r6gd.2xlarge" || "ml.r6gd.4xlarge" || "ml.r6gd.8xlarge" || "ml.r6gd.12xlarge" || "ml.r6gd.16xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.trn2.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge",
|
|
@@ -28,6 +28,9 @@ declare const UpdateSpaceCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates the settings of a space.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>You can't edit the app type of a space in the <code>SpaceSettings</code>.</p>
|
|
33
|
+
* </note>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -235,7 +235,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
235
235
|
* ],
|
|
236
236
|
* StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
237
237
|
* HiddenMlTools: [ // HiddenMlToolsList
|
|
238
|
-
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation" || "
|
|
238
|
+
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization" || "PerformanceEvaluation" || "LakeraGuard" || "Comet" || "DeepchecksLLMEvaluation" || "Fiddler" || "HyperPodClusters",
|
|
239
239
|
* ],
|
|
240
240
|
* HiddenAppTypes: [ // HiddenAppTypesList
|
|
241
241
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
@@ -238,6 +238,11 @@ export interface AdditionalS3DataSource {
|
|
|
238
238
|
* @public
|
|
239
239
|
*/
|
|
240
240
|
CompressionType?: CompressionType | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* <p>The ETag associated with S3 URI.</p>
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
ETag?: string | undefined;
|
|
241
246
|
}
|
|
242
247
|
/**
|
|
243
248
|
* @public
|
|
@@ -412,6 +417,16 @@ export interface S3ModelDataSource {
|
|
|
412
417
|
* @public
|
|
413
418
|
*/
|
|
414
419
|
ManifestS3Uri?: string | undefined;
|
|
420
|
+
/**
|
|
421
|
+
* <p>The ETag associated with S3 URI.</p>
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
ETag?: string | undefined;
|
|
425
|
+
/**
|
|
426
|
+
* <p>The ETag associated with Manifest S3URI.</p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
ManifestEtag?: string | undefined;
|
|
415
430
|
}
|
|
416
431
|
/**
|
|
417
432
|
* <p>Specifies the location of ML model data to deploy. If specified, you must specify one
|
|
@@ -518,6 +533,11 @@ export interface ModelPackageContainerDefinition {
|
|
|
518
533
|
* @public
|
|
519
534
|
*/
|
|
520
535
|
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* <p>The ETag associated with Model Data URL.</p>
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
ModelDataETag?: string | undefined;
|
|
521
541
|
}
|
|
522
542
|
/**
|
|
523
543
|
* @public
|
|
@@ -845,6 +865,8 @@ export declare const TransformInstanceType: {
|
|
|
845
865
|
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
846
866
|
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
847
867
|
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
868
|
+
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
869
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
848
870
|
};
|
|
849
871
|
/**
|
|
850
872
|
* @public
|
|
@@ -1101,6 +1123,13 @@ export declare const TrainingInputMode: {
|
|
|
1101
1123
|
export type TrainingInputMode = (typeof TrainingInputMode)[keyof typeof TrainingInputMode];
|
|
1102
1124
|
/**
|
|
1103
1125
|
* <p>Specifies the training algorithm to use in a <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> request.</p>
|
|
1126
|
+
* <important>
|
|
1127
|
+
* <p>SageMaker uses its own SageMaker account credentials to pull and access built-in algorithms
|
|
1128
|
+
* so built-in algorithms are universally accessible across all Amazon Web Services accounts. As a
|
|
1129
|
+
* result, built-in algorithms have standard, unrestricted access. You cannot restrict
|
|
1130
|
+
* built-in algorithms using IAM roles. Use custom algorithms if you require specific
|
|
1131
|
+
* access controls.</p>
|
|
1132
|
+
* </important>
|
|
1104
1133
|
* <p>For more information about algorithms provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. For
|
|
1105
1134
|
* information about using your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
1106
1135
|
* Amazon SageMaker</a>. </p>
|
|
@@ -4230,13 +4259,13 @@ export declare const AppInstanceType: {
|
|
|
4230
4259
|
*/
|
|
4231
4260
|
export type AppInstanceType = (typeof AppInstanceType)[keyof typeof AppInstanceType];
|
|
4232
4261
|
/**
|
|
4233
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
4262
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
4234
4263
|
* the version runs on.</p>
|
|
4235
4264
|
* @public
|
|
4236
4265
|
*/
|
|
4237
4266
|
export interface ResourceSpec {
|
|
4238
4267
|
/**
|
|
4239
|
-
* <p>The ARN of the SageMaker image that the image version belongs to.</p>
|
|
4268
|
+
* <p>The ARN of the SageMaker AI image that the image version belongs to.</p>
|
|
4240
4269
|
* @public
|
|
4241
4270
|
*/
|
|
4242
4271
|
SageMakerImageArn?: string | undefined;
|
|
@@ -4285,7 +4314,7 @@ export declare const AppStatus: {
|
|
|
4285
4314
|
*/
|
|
4286
4315
|
export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
|
|
4287
4316
|
/**
|
|
4288
|
-
* <p>Details about an Amazon SageMaker app.</p>
|
|
4317
|
+
* <p>Details about an Amazon SageMaker AI app.</p>
|
|
4289
4318
|
* @public
|
|
4290
4319
|
*/
|
|
4291
4320
|
export interface AppDetails {
|
|
@@ -4325,7 +4354,7 @@ export interface AppDetails {
|
|
|
4325
4354
|
*/
|
|
4326
4355
|
CreationTime?: Date | undefined;
|
|
4327
4356
|
/**
|
|
4328
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
4357
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
4329
4358
|
* the version runs on.</p>
|
|
4330
4359
|
* @public
|
|
4331
4360
|
*/
|
|
@@ -4353,7 +4382,7 @@ export interface ContainerConfig {
|
|
|
4353
4382
|
ContainerEnvironmentVariables?: Record<string, string> | undefined;
|
|
4354
4383
|
}
|
|
4355
4384
|
/**
|
|
4356
|
-
* <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
|
|
4385
|
+
* <p>The Amazon Elastic File System storage configuration for a SageMaker AI image.</p>
|
|
4357
4386
|
* @public
|
|
4358
4387
|
*/
|
|
4359
4388
|
export interface FileSystemConfig {
|
|
@@ -4381,7 +4410,7 @@ export interface FileSystemConfig {
|
|
|
4381
4410
|
*/
|
|
4382
4411
|
export interface CodeEditorAppImageConfig {
|
|
4383
4412
|
/**
|
|
4384
|
-
* <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
|
|
4413
|
+
* <p>The Amazon Elastic File System storage configuration for a SageMaker AI image.</p>
|
|
4385
4414
|
* @public
|
|
4386
4415
|
*/
|
|
4387
4416
|
FileSystemConfig?: FileSystemConfig | undefined;
|
|
@@ -4392,12 +4421,12 @@ export interface CodeEditorAppImageConfig {
|
|
|
4392
4421
|
ContainerConfig?: ContainerConfig | undefined;
|
|
4393
4422
|
}
|
|
4394
4423
|
/**
|
|
4395
|
-
* <p>The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app. The <code>FileSystemConfig</code> object is not supported.</p>
|
|
4424
|
+
* <p>The configuration for the file system and kernels in a SageMaker AI image running as a JupyterLab app. The <code>FileSystemConfig</code> object is not supported.</p>
|
|
4396
4425
|
* @public
|
|
4397
4426
|
*/
|
|
4398
4427
|
export interface JupyterLabAppImageConfig {
|
|
4399
4428
|
/**
|
|
4400
|
-
* <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
|
|
4429
|
+
* <p>The Amazon Elastic File System storage configuration for a SageMaker AI image.</p>
|
|
4401
4430
|
* @public
|
|
4402
4431
|
*/
|
|
4403
4432
|
FileSystemConfig?: FileSystemConfig | undefined;
|
|
@@ -4424,7 +4453,7 @@ export interface KernelSpec {
|
|
|
4424
4453
|
DisplayName?: string | undefined;
|
|
4425
4454
|
}
|
|
4426
4455
|
/**
|
|
4427
|
-
* <p>The configuration for the file system and kernels in a SageMaker image running as a
|
|
4456
|
+
* <p>The configuration for the file system and kernels in a SageMaker AI image running as a
|
|
4428
4457
|
* KernelGateway app.</p>
|
|
4429
4458
|
* @public
|
|
4430
4459
|
*/
|
|
@@ -4435,13 +4464,13 @@ export interface KernelGatewayImageConfig {
|
|
|
4435
4464
|
*/
|
|
4436
4465
|
KernelSpecs: KernelSpec[] | undefined;
|
|
4437
4466
|
/**
|
|
4438
|
-
* <p>The Amazon Elastic File System storage configuration for a SageMaker image.</p>
|
|
4467
|
+
* <p>The Amazon Elastic File System storage configuration for a SageMaker AI image.</p>
|
|
4439
4468
|
* @public
|
|
4440
4469
|
*/
|
|
4441
4470
|
FileSystemConfig?: FileSystemConfig | undefined;
|
|
4442
4471
|
}
|
|
4443
4472
|
/**
|
|
4444
|
-
* <p>The configuration for running a SageMaker image as a KernelGateway app.</p>
|
|
4473
|
+
* <p>The configuration for running a SageMaker AI image as a KernelGateway app.</p>
|
|
4445
4474
|
* @public
|
|
4446
4475
|
*/
|
|
4447
4476
|
export interface AppImageConfigDetails {
|
|
@@ -4466,7 +4495,7 @@ export interface AppImageConfigDetails {
|
|
|
4466
4495
|
*/
|
|
4467
4496
|
LastModifiedTime?: Date | undefined;
|
|
4468
4497
|
/**
|
|
4469
|
-
* <p>The configuration for the file system and kernels in the SageMaker image.</p>
|
|
4498
|
+
* <p>The configuration for the file system and kernels in the SageMaker AI image.</p>
|
|
4470
4499
|
* @public
|
|
4471
4500
|
*/
|
|
4472
4501
|
KernelGatewayImageConfig?: KernelGatewayImageConfig | undefined;
|
|
@@ -5594,7 +5623,7 @@ export interface AutoMLS3DataSource {
|
|
|
5594
5623
|
* <ul>
|
|
5595
5624
|
* <li>
|
|
5596
5625
|
* <p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name
|
|
5597
|
-
* prefix. SageMaker uses all objects that match the specified key name prefix
|
|
5626
|
+
* prefix. SageMaker AI uses all objects that match the specified key name prefix
|
|
5598
5627
|
* for model training.</p>
|
|
5599
5628
|
* <p>The <code>S3Prefix</code> should have the following format:</p>
|
|
5600
5629
|
* <p>
|
|
@@ -5603,7 +5632,7 @@ export interface AutoMLS3DataSource {
|
|
|
5603
5632
|
* </li>
|
|
5604
5633
|
* <li>
|
|
5605
5634
|
* <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object
|
|
5606
|
-
* that is a manifest file containing a list of object keys that you want SageMaker to use for model training.</p>
|
|
5635
|
+
* that is a manifest file containing a list of object keys that you want SageMaker AI to use for model training.</p>
|
|
5607
5636
|
* <p>A <code>ManifestFile</code> should have the format shown below:</p>
|
|
5608
5637
|
* <p>
|
|
5609
5638
|
* <code>[ \{"prefix":
|
|
@@ -8015,18 +8044,18 @@ export interface CanvasAppSettings {
|
|
|
8015
8044
|
}
|
|
8016
8045
|
/**
|
|
8017
8046
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
8018
|
-
* Amazon SageMaker will by default base64 encode when capturing the data.</p>
|
|
8047
|
+
* Amazon SageMaker AI will by default base64 encode when capturing the data.</p>
|
|
8019
8048
|
* @public
|
|
8020
8049
|
*/
|
|
8021
8050
|
export interface CaptureContentTypeHeader {
|
|
8022
8051
|
/**
|
|
8023
|
-
* <p>The list of all content type headers that Amazon SageMaker will treat as CSV and
|
|
8052
|
+
* <p>The list of all content type headers that Amazon SageMaker AI will treat as CSV and
|
|
8024
8053
|
* capture accordingly.</p>
|
|
8025
8054
|
* @public
|
|
8026
8055
|
*/
|
|
8027
8056
|
CsvContentTypes?: string[] | undefined;
|
|
8028
8057
|
/**
|
|
8029
|
-
* <p>The list of all content type headers that SageMaker will treat as JSON and
|
|
8058
|
+
* <p>The list of all content type headers that SageMaker AI will treat as JSON and
|
|
8030
8059
|
* capture accordingly.</p>
|
|
8031
8060
|
* @public
|
|
8032
8061
|
*/
|
|
@@ -8655,6 +8684,15 @@ export declare const ClusterInstanceType: {
|
|
|
8655
8684
|
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
8656
8685
|
readonly ML_C5_LARGE: "ml.c5.large";
|
|
8657
8686
|
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
8687
|
+
readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
|
|
8688
|
+
readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
|
|
8689
|
+
readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
|
|
8690
|
+
readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
|
|
8691
|
+
readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
|
|
8692
|
+
readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
|
|
8693
|
+
readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
|
|
8694
|
+
readonly ML_C6I_LARGE: "ml.c6i.large";
|
|
8695
|
+
readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
|
|
8658
8696
|
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
8659
8697
|
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
8660
8698
|
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
@@ -8689,11 +8727,29 @@ export declare const ClusterInstanceType: {
|
|
|
8689
8727
|
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
8690
8728
|
readonly ML_M5_LARGE: "ml.m5.large";
|
|
8691
8729
|
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
8730
|
+
readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
|
|
8731
|
+
readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
|
|
8732
|
+
readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
|
|
8733
|
+
readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
|
|
8734
|
+
readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
|
|
8735
|
+
readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
|
|
8736
|
+
readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
|
|
8737
|
+
readonly ML_M6I_LARGE: "ml.m6i.large";
|
|
8738
|
+
readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
|
|
8692
8739
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
8693
8740
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
8694
8741
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
8695
8742
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
8696
8743
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
8744
|
+
readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
|
|
8745
|
+
readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
|
|
8746
|
+
readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
|
|
8747
|
+
readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
|
|
8748
|
+
readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
|
|
8749
|
+
readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
|
|
8750
|
+
readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
|
|
8751
|
+
readonly ML_R6I_LARGE: "ml.r6i.large";
|
|
8752
|
+
readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
|
|
8697
8753
|
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
8698
8754
|
readonly ML_T3_LARGE: "ml.t3.large";
|
|
8699
8755
|
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
@@ -9271,8 +9327,8 @@ export interface ClusterSummary {
|
|
|
9271
9327
|
TrainingPlanArns?: string[] | undefined;
|
|
9272
9328
|
}
|
|
9273
9329
|
/**
|
|
9274
|
-
* <p>A custom SageMaker image. For more information, see
|
|
9275
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker image</a>.</p>
|
|
9330
|
+
* <p>A custom SageMaker AI image. For more information, see
|
|
9331
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring your own SageMaker AI image</a>.</p>
|
|
9276
9332
|
* @public
|
|
9277
9333
|
*/
|
|
9278
9334
|
export interface CustomImage {
|
|
@@ -9300,7 +9356,7 @@ export interface CustomImage {
|
|
|
9300
9356
|
*/
|
|
9301
9357
|
export interface CodeEditorAppSettings {
|
|
9302
9358
|
/**
|
|
9303
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
9359
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
9304
9360
|
* the version runs on.</p>
|
|
9305
9361
|
* @public
|
|
9306
9362
|
*/
|
|
@@ -9330,7 +9386,7 @@ export interface CodeEditorAppSettings {
|
|
|
9330
9386
|
BuiltInLifecycleConfigArn?: string | undefined;
|
|
9331
9387
|
}
|
|
9332
9388
|
/**
|
|
9333
|
-
* <p>A Git repository that SageMaker automatically displays to users for cloning in the
|
|
9389
|
+
* <p>A Git repository that SageMaker AI automatically displays to users for cloning in the
|
|
9334
9390
|
* JupyterServer application.</p>
|
|
9335
9391
|
* @public
|
|
9336
9392
|
*/
|