@aws-sdk/client-sagemaker 3.758.0 → 3.771.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.
Files changed (42) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/index.js +1741 -1708
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-es/models/models_1.js +33 -0
  5. package/dist-es/pagination/ListClusterNodesPaginator.js +4 -0
  6. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  7. package/dist-es/pagination/index.js +2 -0
  8. package/dist-es/protocols/Aws_json1_1.js +1 -0
  9. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
  17. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
  24. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  26. package/dist-types/commands/SearchCommand.d.ts +5 -5
  27. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  29. package/dist-types/models/models_0.d.ts +2 -2
  30. package/dist-types/models/models_1.d.ts +52 -2
  31. package/dist-types/models/models_2.d.ts +79 -71
  32. package/dist-types/models/models_3.d.ts +6 -6
  33. package/dist-types/models/models_4.d.ts +12 -10
  34. package/dist-types/pagination/ListClusterNodesPaginator.d.ts +7 -0
  35. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +2 -0
  37. package/dist-types/ts3.4/models/models_1.d.ts +34 -0
  38. package/dist-types/ts3.4/models/models_3.d.ts +2 -2
  39. package/dist-types/ts3.4/pagination/ListClusterNodesPaginator.d.ts +11 -0
  40. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  41. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  42. package/package.json +1 -1
@@ -5057,8 +5057,8 @@ export interface AthenaDatasetDefinition {
5057
5057
  */
5058
5058
  OutputS3Uri: string | undefined;
5059
5059
  /**
5060
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from
5061
- * an Athena query execution.</p>
5060
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
5061
+ * uses to encrypt data generated from an Athena query execution.</p>
5062
5062
  * @public
5063
5063
  */
5064
5064
  KmsKeyId?: string | undefined;
@@ -2214,6 +2214,14 @@ export declare const ProcessingInstanceType: {
2214
2214
  readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
2215
2215
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
2216
2216
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
2217
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
2218
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
2219
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
2220
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
2221
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
2222
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
2223
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
2224
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
2217
2225
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
2218
2226
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
2219
2227
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -2228,6 +2236,22 @@ export declare const ProcessingInstanceType: {
2228
2236
  readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
2229
2237
  readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
2230
2238
  readonly ML_G5_XLARGE: "ml.g5.xlarge";
2239
+ readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
2240
+ readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
2241
+ readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
2242
+ readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
2243
+ readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
2244
+ readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
2245
+ readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
2246
+ readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
2247
+ readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
2248
+ readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
2249
+ readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
2250
+ readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
2251
+ readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
2252
+ readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
2253
+ readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
2254
+ readonly ML_G6_XLARGE: "ml.g6.xlarge";
2231
2255
  readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
2232
2256
  readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
2233
2257
  readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
@@ -2239,6 +2263,15 @@ export declare const ProcessingInstanceType: {
2239
2263
  readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
2240
2264
  readonly ML_M5_LARGE: "ml.m5.large";
2241
2265
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
2266
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
2267
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
2268
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
2269
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
2270
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
2271
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
2272
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
2273
+ readonly ML_M6I_LARGE: "ml.m6i.large";
2274
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
2242
2275
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
2243
2276
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
2244
2277
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -2755,6 +2788,18 @@ export interface KernelGatewayAppSettings {
2755
2788
  /**
2756
2789
  * <p>A list of custom SageMaker AI images that are configured to run as a KernelGateway
2757
2790
  * app.</p>
2791
+ * <p>The maximum number of custom images are as follows.</p>
2792
+ * <ul>
2793
+ * <li>
2794
+ * <p>On a domain level: 200</p>
2795
+ * </li>
2796
+ * <li>
2797
+ * <p>On a space level: 5</p>
2798
+ * </li>
2799
+ * <li>
2800
+ * <p>On a user profile level: 5</p>
2801
+ * </li>
2802
+ * </ul>
2758
2803
  * @public
2759
2804
  */
2760
2805
  CustomImages?: CustomImage[] | undefined;
@@ -3419,6 +3464,11 @@ export interface CreateDomainResponse {
3419
3464
  * @public
3420
3465
  */
3421
3466
  DomainArn?: string | undefined;
3467
+ /**
3468
+ * <p>The ID of the created domain.</p>
3469
+ * @public
3470
+ */
3471
+ DomainId?: string | undefined;
3422
3472
  /**
3423
3473
  * <p>The URL to the created domain.</p>
3424
3474
  * @public
@@ -11718,8 +11768,8 @@ export interface MonitoringInput {
11718
11768
  export interface NetworkConfig {
11719
11769
  /**
11720
11770
  * <p>Whether to encrypt all communications between distributed processing jobs. Choose
11721
- * <code>True</code> to encrypt communications. Encryption provides greater security for distributed
11722
- * processing jobs, but the processing might take longer.</p>
11771
+ * <code>True</code> to encrypt communications. Encryption provides greater security
11772
+ * for distributed processing jobs, but the processing might take longer.</p>
11723
11773
  * @public
11724
11774
  */
11725
11775
  EnableInterContainerTrafficEncryption?: boolean | undefined;
@@ -1087,7 +1087,8 @@ export interface RedshiftDatasetDefinition {
1087
1087
  */
1088
1088
  QueryString: string | undefined;
1089
1089
  /**
1090
- * <p>The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.</p>
1090
+ * <p>The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate
1091
+ * datasets.</p>
1091
1092
  * @public
1092
1093
  */
1093
1094
  ClusterRoleArn: string | undefined;
@@ -1097,8 +1098,8 @@ export interface RedshiftDatasetDefinition {
1097
1098
  */
1098
1099
  OutputS3Uri: string | undefined;
1099
1100
  /**
1100
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a
1101
- * Redshift execution.</p>
1101
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
1102
+ * uses to encrypt data from a Redshift execution.</p>
1102
1103
  * @public
1103
1104
  */
1104
1105
  KmsKeyId?: string | undefined;
@@ -1115,8 +1116,8 @@ export interface RedshiftDatasetDefinition {
1115
1116
  }
1116
1117
  /**
1117
1118
  * <p>Configuration for Dataset Definition inputs. The Dataset Definition input must specify
1118
- * exactly one of either <code>AthenaDatasetDefinition</code> or <code>RedshiftDatasetDefinition</code>
1119
- * types.</p>
1119
+ * exactly one of either <code>AthenaDatasetDefinition</code> or
1120
+ * <code>RedshiftDatasetDefinition</code> types.</p>
1120
1121
  * @public
1121
1122
  */
1122
1123
  export interface DatasetDefinition {
@@ -1132,23 +1133,23 @@ export interface DatasetDefinition {
1132
1133
  RedshiftDatasetDefinition?: RedshiftDatasetDefinition | undefined;
1133
1134
  /**
1134
1135
  * <p>The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a
1135
- * processing job. <code>LocalPath</code> is an absolute path to the input data. This is a required
1136
- * parameter when <code>AppManaged</code> is <code>False</code> (default).</p>
1136
+ * processing job. <code>LocalPath</code> is an absolute path to the input data. This is a
1137
+ * required parameter when <code>AppManaged</code> is <code>False</code> (default).</p>
1137
1138
  * @public
1138
1139
  */
1139
1140
  LocalPath?: string | undefined;
1140
1141
  /**
1141
1142
  * <p>Whether the generated dataset is <code>FullyReplicated</code> or
1142
- * <code>ShardedByS3Key</code> (default).</p>
1143
+ * <code>ShardedByS3Key</code> (default).</p>
1143
1144
  * @public
1144
1145
  */
1145
1146
  DataDistributionType?: DataDistributionType | undefined;
1146
1147
  /**
1147
- * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In <code>File</code> (default) mode,
1148
- * Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store
1149
- * (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used
1150
- * input mode. In <code>Pipe</code> mode, Amazon SageMaker streams input data from the source directly to your
1151
- * algorithm without using the EBS volume.</p>
1148
+ * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In <code>File</code>
1149
+ * (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic
1150
+ * Block Store (Amazon EBS) volumes before starting your training algorithm. This is the
1151
+ * most commonly used input mode. In <code>Pipe</code> mode, Amazon SageMaker streams input data from
1152
+ * the source directly to your algorithm without using the EBS volume.</p>
1152
1153
  * @public
1153
1154
  */
1154
1155
  InputMode?: InputMode | undefined;
@@ -1178,61 +1179,63 @@ export declare const ProcessingS3DataType: {
1178
1179
  */
1179
1180
  export type ProcessingS3DataType = (typeof ProcessingS3DataType)[keyof typeof ProcessingS3DataType];
1180
1181
  /**
1181
- * <p>Configuration for downloading input data from Amazon S3 into the processing container.</p>
1182
+ * <p>Configuration for downloading input data from Amazon S3 into the processing
1183
+ * container.</p>
1182
1184
  * @public
1183
1185
  */
1184
1186
  export interface ProcessingS3Input {
1185
1187
  /**
1186
- * <p>The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.</p>
1188
+ * <p>The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing
1189
+ * job.</p>
1187
1190
  * @public
1188
1191
  */
1189
1192
  S3Uri: string | undefined;
1190
1193
  /**
1191
1194
  * <p>The local path in your container where you want Amazon SageMaker to write input data to.
1192
- * <code>LocalPath</code> is an absolute path to the input data and must begin with
1193
- * <code>/opt/ml/processing/</code>. <code>LocalPath</code> is a required
1194
- * parameter when <code>AppManaged</code> is <code>False</code> (default).</p>
1195
+ * <code>LocalPath</code> is an absolute path to the input data and must begin with
1196
+ * <code>/opt/ml/processing/</code>. <code>LocalPath</code> is a required parameter
1197
+ * when <code>AppManaged</code> is <code>False</code> (default).</p>
1195
1198
  * @public
1196
1199
  */
1197
1200
  LocalPath?: string | undefined;
1198
1201
  /**
1199
- * <p>Whether you use an <code>S3Prefix</code> or a <code>ManifestFile</code> for
1200
- * the data type. If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key
1201
- * name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing
1202
- * job. If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object
1203
- * that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for
1204
- * the processing job.</p>
1202
+ * <p>Whether you use an <code>S3Prefix</code> or a <code>ManifestFile</code> for the data
1203
+ * type. If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name
1204
+ * prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job.
1205
+ * If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is
1206
+ * a manifest file containing a list of object keys that you want Amazon SageMaker to use for the
1207
+ * processing job.</p>
1205
1208
  * @public
1206
1209
  */
1207
1210
  S3DataType: ProcessingS3DataType | undefined;
1208
1211
  /**
1209
- * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In File mode, Amazon SageMaker copies the data
1210
- * from the input source onto the local ML storage volume before starting your processing
1211
- * container. This is the most commonly used input mode. In <code>Pipe</code> mode, Amazon SageMaker
1212
- * streams input data from the source directly to your processing container into named
1213
- * pipes without using the ML storage volume.</p>
1212
+ * <p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In File mode, Amazon SageMaker
1213
+ * copies the data from the input source onto the local ML storage volume before starting
1214
+ * your processing container. This is the most commonly used input mode. In
1215
+ * <code>Pipe</code> mode, Amazon SageMaker streams input data from the source directly to your
1216
+ * processing container into named pipes without using the ML storage volume.</p>
1214
1217
  * @public
1215
1218
  */
1216
1219
  S3InputMode?: ProcessingS3InputMode | undefined;
1217
1220
  /**
1218
1221
  * <p>Whether to distribute the data from Amazon S3 to all processing instances with
1219
- * <code>FullyReplicated</code>, or whether the data from Amazon S3 is shared by Amazon S3 key,
1222
+ * <code>FullyReplicated</code>, or whether the data from Amazon S3 is shared by Amazon S3 key,
1220
1223
  * downloading one shard of data to each processing instance.</p>
1221
1224
  * @public
1222
1225
  */
1223
1226
  S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
1224
1227
  /**
1225
1228
  * <p>Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing
1226
- * container. <code>Gzip</code> can only be used when <code>Pipe</code> mode is
1227
- * specified as the <code>S3InputMode</code>. In <code>Pipe</code> mode, Amazon SageMaker streams input
1228
- * data from the source directly to your container without using the EBS volume.</p>
1229
+ * container. <code>Gzip</code> can only be used when <code>Pipe</code> mode is specified
1230
+ * as the <code>S3InputMode</code>. In <code>Pipe</code> mode, Amazon SageMaker streams input data from
1231
+ * the source directly to your container without using the EBS volume.</p>
1229
1232
  * @public
1230
1233
  */
1231
1234
  S3CompressionType?: ProcessingS3CompressionType | undefined;
1232
1235
  }
1233
1236
  /**
1234
- * <p>The inputs for a processing job. The processing input must specify exactly one of either
1235
- * <code>S3Input</code> or <code>DatasetDefinition</code> types.</p>
1237
+ * <p>The inputs for a processing job. The processing input must specify exactly one of
1238
+ * either <code>S3Input</code> or <code>DatasetDefinition</code> types.</p>
1236
1239
  * @public
1237
1240
  */
1238
1241
  export interface ProcessingInput {
@@ -1242,13 +1245,15 @@ export interface ProcessingInput {
1242
1245
  */
1243
1246
  InputName: string | undefined;
1244
1247
  /**
1245
- * <p>When <code>True</code>, input operations such as data download are managed natively by the
1246
- * processing job application. When <code>False</code> (default), input operations are managed by Amazon SageMaker.</p>
1248
+ * <p>When <code>True</code>, input operations such as data download are managed natively by
1249
+ * the processing job application. When <code>False</code> (default), input operations are
1250
+ * managed by Amazon SageMaker.</p>
1247
1251
  * @public
1248
1252
  */
1249
1253
  AppManaged?: boolean | undefined;
1250
1254
  /**
1251
- * <p>Configuration for downloading input data from Amazon S3 into the processing container.</p>
1255
+ * <p>Configuration for downloading input data from Amazon S3 into the processing
1256
+ * container.</p>
1252
1257
  * @public
1253
1258
  */
1254
1259
  S3Input?: ProcessingS3Input | undefined;
@@ -1264,8 +1269,9 @@ export interface ProcessingInput {
1264
1269
  */
1265
1270
  export interface ProcessingFeatureStoreOutput {
1266
1271
  /**
1267
- * <p>The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your
1268
- * processing script is responsible for putting records into your Feature Store.</p>
1272
+ * <p>The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
1273
+ * Note that your processing script is responsible for putting records into your Feature
1274
+ * Store.</p>
1269
1275
  * @public
1270
1276
  */
1271
1277
  FeatureGroupName: string | undefined;
@@ -1283,7 +1289,7 @@ export interface ProcessingS3Output {
1283
1289
  S3Uri: string | undefined;
1284
1290
  /**
1285
1291
  * <p>The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
1286
- * <code>LocalPath</code> is an absolute path to a directory containing output files.
1292
+ * <code>LocalPath</code> is an absolute path to a directory containing output files.
1287
1293
  * This directory will be created by the platform and exist when your container's
1288
1294
  * entrypoint is invoked.</p>
1289
1295
  * @public
@@ -1297,8 +1303,8 @@ export interface ProcessingS3Output {
1297
1303
  S3UploadMode: ProcessingS3UploadMode | undefined;
1298
1304
  }
1299
1305
  /**
1300
- * <p>Describes the results of a processing job. The processing output must specify exactly one of
1301
- * either <code>S3Output</code> or <code>FeatureStoreOutput</code> types.</p>
1306
+ * <p>Describes the results of a processing job. The processing output must specify exactly
1307
+ * one of either <code>S3Output</code> or <code>FeatureStoreOutput</code> types.</p>
1302
1308
  * @public
1303
1309
  */
1304
1310
  export interface ProcessingOutput {
@@ -1319,9 +1325,9 @@ export interface ProcessingOutput {
1319
1325
  */
1320
1326
  FeatureStoreOutput?: ProcessingFeatureStoreOutput | undefined;
1321
1327
  /**
1322
- * <p>When <code>True</code>, output operations such as data upload are managed natively by the
1323
- * processing job application. When <code>False</code> (default), output operations are managed by
1324
- * Amazon SageMaker.</p>
1328
+ * <p>When <code>True</code>, output operations such as data upload are managed natively by
1329
+ * the processing job application. When <code>False</code> (default), output operations are
1330
+ * managed by Amazon SageMaker.</p>
1325
1331
  * @public
1326
1332
  */
1327
1333
  AppManaged?: boolean | undefined;
@@ -1332,15 +1338,16 @@ export interface ProcessingOutput {
1332
1338
  */
1333
1339
  export interface ProcessingOutputConfig {
1334
1340
  /**
1335
- * <p>An array of outputs configuring the data to upload from the processing container.</p>
1341
+ * <p>An array of outputs configuring the data to upload from the processing
1342
+ * container.</p>
1336
1343
  * @public
1337
1344
  */
1338
1345
  Outputs: ProcessingOutput[] | undefined;
1339
1346
  /**
1340
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing
1341
- * job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, alias of
1342
- * a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all
1343
- * outputs.</p>
1347
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
1348
+ * uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS
1349
+ * key, ARN of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to
1350
+ * all outputs.</p>
1344
1351
  * @public
1345
1352
  */
1346
1353
  KmsKeyId?: string | undefined;
@@ -1366,9 +1373,9 @@ export interface ProcessingClusterConfig {
1366
1373
  * specify sufficient ML storage for your scenario.</p>
1367
1374
  * <note>
1368
1375
  * <p>Certain Nitro-based instances include local storage with a fixed total size,
1369
- * dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts
1370
- * the local instance storage instead of Amazon EBS gp2 storage. You can't request a
1371
- * <code>VolumeSizeInGB</code> greater than the total size of the local instance
1376
+ * dependent on the instance type. When using these instances for processing, Amazon SageMaker
1377
+ * mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a
1378
+ * <code>VolumeSizeInGB</code> greater than the total size of the local instance
1372
1379
  * storage.</p>
1373
1380
  * <p>For a list of instance types that support local instance storage, including the
1374
1381
  * total size per instance type, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
@@ -1377,9 +1384,9 @@ export interface ProcessingClusterConfig {
1377
1384
  */
1378
1385
  VolumeSizeInGB: number | undefined;
1379
1386
  /**
1380
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the
1381
- * storage volume attached to the ML compute instance(s) that run the processing job.
1382
- * </p>
1387
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
1388
+ * uses to encrypt data on the storage volume attached to the ML compute instance(s) that
1389
+ * run the processing job. </p>
1383
1390
  * <note>
1384
1391
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
1385
1392
  * type. Local storage volumes are encrypted using a hardware module on the instance.
@@ -1387,7 +1394,7 @@ export interface ProcessingClusterConfig {
1387
1394
  * local storage.</p>
1388
1395
  * <p>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
1389
1396
  * <p>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
1390
- * Instance Store Volumes</a>.</p>
1397
+ * Instance Store Volumes</a>.</p>
1391
1398
  * </note>
1392
1399
  * @public
1393
1400
  */
@@ -1407,8 +1414,9 @@ export interface ProcessingResources {
1407
1414
  ClusterConfig: ProcessingClusterConfig | undefined;
1408
1415
  }
1409
1416
  /**
1410
- * <p>Configures conditions under which the processing job should be stopped, such as how long
1411
- * the processing job has been running. After the condition is met, the processing job is stopped.</p>
1417
+ * <p>Configures conditions under which the processing job should be stopped, such as how
1418
+ * long the processing job has been running. After the condition is met, the processing job
1419
+ * is stopped.</p>
1412
1420
  * @public
1413
1421
  */
1414
1422
  export interface ProcessingStoppingCondition {
@@ -1423,8 +1431,8 @@ export interface ProcessingStoppingCondition {
1423
1431
  */
1424
1432
  export interface CreateProcessingJobRequest {
1425
1433
  /**
1426
- * <p>An array of inputs configuring the data to download into the
1427
- * processing container.</p>
1434
+ * <p>An array of inputs configuring the data to download into the processing
1435
+ * container.</p>
1428
1436
  * @public
1429
1437
  */
1430
1438
  ProcessingInputs?: ProcessingInput[] | undefined;
@@ -1434,8 +1442,8 @@ export interface CreateProcessingJobRequest {
1434
1442
  */
1435
1443
  ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
1436
1444
  /**
1437
- * <p> The name of the processing job. The name must be unique within an Amazon Web Services Region in the
1438
- * Amazon Web Services account.</p>
1445
+ * <p> The name of the processing job. The name must be unique within an Amazon Web Services
1446
+ * Region in the Amazon Web Services account.</p>
1439
1447
  * @public
1440
1448
  */
1441
1449
  ProcessingJobName: string | undefined;
@@ -1456,15 +1464,15 @@ export interface CreateProcessingJobRequest {
1456
1464
  */
1457
1465
  AppSpecification: AppSpecification | undefined;
1458
1466
  /**
1459
- * <p>The environment variables to set in the Docker container. Up to
1460
- * 100 key and values entries in the map are supported.</p>
1467
+ * <p>The environment variables to set in the Docker container. Up to 100 key and values
1468
+ * entries in the map are supported.</p>
1461
1469
  * @public
1462
1470
  */
1463
1471
  Environment?: Record<string, string> | undefined;
1464
1472
  /**
1465
- * <p>Networking options for a processing job, such as whether to allow inbound and
1466
- * outbound network calls to and from processing containers, and the VPC subnets and
1467
- * security groups to use for VPC-enabled processing jobs.</p>
1473
+ * <p>Networking options for a processing job, such as whether to allow inbound and outbound
1474
+ * network calls to and from processing containers, and the VPC subnets and security groups
1475
+ * to use for VPC-enabled processing jobs.</p>
1468
1476
  * @public
1469
1477
  */
1470
1478
  NetworkConfig?: NetworkConfig | undefined;
@@ -1475,8 +1483,8 @@ export interface CreateProcessingJobRequest {
1475
1483
  */
1476
1484
  RoleArn: string | undefined;
1477
1485
  /**
1478
- * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
1479
- * User Guide</i>.</p>
1486
+ * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and
1487
+ * Cost Management User Guide</i>.</p>
1480
1488
  * @public
1481
1489
  */
1482
1490
  Tags?: Tag[] | undefined;
@@ -3724,8 +3724,8 @@ export interface DescribePipelineExecutionResponse {
3724
3724
  */
3725
3725
  export interface DescribeProcessingJobRequest {
3726
3726
  /**
3727
- * <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
3728
- * Amazon Web Services account.</p>
3727
+ * <p>The name of the processing job. The name must be unique within an Amazon Web Services
3728
+ * Region in the Amazon Web Services account.</p>
3729
3729
  * @public
3730
3730
  */
3731
3731
  ProcessingJobName: string | undefined;
@@ -3760,8 +3760,8 @@ export interface DescribeProcessingJobResponse {
3760
3760
  */
3761
3761
  ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
3762
3762
  /**
3763
- * <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
3764
- * Amazon Web Services account.</p>
3763
+ * <p>The name of the processing job. The name must be unique within an Amazon Web Services
3764
+ * Region in the Amazon Web Services account.</p>
3765
3765
  * @public
3766
3766
  */
3767
3767
  ProcessingJobName: string | undefined;
@@ -9776,7 +9776,7 @@ export interface ListClusterNodesResponse {
9776
9776
  * <p>The next token specified for listing instances in a SageMaker HyperPod cluster.</p>
9777
9777
  * @public
9778
9778
  */
9779
- NextToken: string | undefined;
9779
+ NextToken?: string | undefined;
9780
9780
  /**
9781
9781
  * <p>The summaries of listed instances in a SageMaker HyperPod cluster</p>
9782
9782
  * @public
@@ -9874,7 +9874,7 @@ export interface ListClustersResponse {
9874
9874
  * token in the next request.</p>
9875
9875
  * @public
9876
9876
  */
9877
- NextToken: string | undefined;
9877
+ NextToken?: string | undefined;
9878
9878
  /**
9879
9879
  * <p>The summaries of listed SageMaker HyperPod clusters.</p>
9880
9880
  * @public
@@ -7679,9 +7679,9 @@ export interface PipelineExecution {
7679
7679
  PipelineParameters?: Parameter[] | undefined;
7680
7680
  }
7681
7681
  /**
7682
- * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information,
7683
- * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process
7684
- * Data and Evaluate Models</a>.</p>
7682
+ * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more
7683
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process Data and Evaluate
7684
+ * Models</a>.</p>
7685
7685
  * @public
7686
7686
  */
7687
7687
  export interface ProcessingJob {
@@ -7707,8 +7707,9 @@ export interface ProcessingJob {
7707
7707
  */
7708
7708
  ProcessingResources?: ProcessingResources | undefined;
7709
7709
  /**
7710
- * <p>Configures conditions under which the processing job should be stopped, such as how long
7711
- * the processing job has been running. After the condition is met, the processing job is stopped.</p>
7710
+ * <p>Configures conditions under which the processing job should be stopped, such as how
7711
+ * long the processing job has been running. After the condition is met, the processing job
7712
+ * is stopped.</p>
7712
7713
  * @public
7713
7714
  */
7714
7715
  StoppingCondition?: ProcessingStoppingCondition | undefined;
@@ -7768,8 +7769,8 @@ export interface ProcessingJob {
7768
7769
  */
7769
7770
  ProcessingJobStatus?: ProcessingJobStatus | undefined;
7770
7771
  /**
7771
- * <p>A string, up to one KB in size, that contains metadata from the processing
7772
- * container when the processing job exits.</p>
7772
+ * <p>A string, up to one KB in size, that contains metadata from the processing container
7773
+ * when the processing job exits.</p>
7773
7774
  * @public
7774
7775
  */
7775
7776
  ExitMessage?: string | undefined;
@@ -7806,7 +7807,8 @@ export interface ProcessingJob {
7806
7807
  */
7807
7808
  MonitoringScheduleArn?: string | undefined;
7808
7809
  /**
7809
- * <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.</p>
7810
+ * <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing
7811
+ * job.</p>
7810
7812
  * @public
7811
7813
  */
7812
7814
  AutoMLJobArn?: string | undefined;
@@ -7816,8 +7818,8 @@ export interface ProcessingJob {
7816
7818
  */
7817
7819
  TrainingJobArn?: string | undefined;
7818
7820
  /**
7819
- * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
7820
- * User Guide</i>.</p>
7821
+ * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and
7822
+ * Cost Management User Guide</i>.</p>
7821
7823
  * @public
7822
7824
  */
7823
7825
  Tags?: Tag[] | undefined;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
3
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListClusterNodes: (config: SageMakerPaginationConfiguration, input: ListClusterNodesCommandInput, ...rest: any[]) => Paginator<ListClusterNodesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
3
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListClusters: (config: SageMakerPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
@@ -8,7 +8,9 @@ export * from "./ListArtifactsPaginator";
8
8
  export * from "./ListAssociationsPaginator";
9
9
  export * from "./ListAutoMLJobsPaginator";
10
10
  export * from "./ListCandidatesForAutoMLJobPaginator";
11
+ export * from "./ListClusterNodesPaginator";
11
12
  export * from "./ListClusterSchedulerConfigsPaginator";
13
+ export * from "./ListClustersPaginator";
12
14
  export * from "./ListCodeRepositoriesPaginator";
13
15
  export * from "./ListCompilationJobsPaginator";
14
16
  export * from "./ListComputeQuotasPaginator";
@@ -437,6 +437,14 @@ export declare const ProcessingInstanceType: {
437
437
  readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
438
438
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
439
439
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
440
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
441
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
442
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
443
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
444
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
445
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
446
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
447
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
440
448
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
441
449
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
442
450
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -451,6 +459,22 @@ export declare const ProcessingInstanceType: {
451
459
  readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
452
460
  readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
453
461
  readonly ML_G5_XLARGE: "ml.g5.xlarge";
462
+ readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
463
+ readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
464
+ readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
465
+ readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
466
+ readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
467
+ readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
468
+ readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
469
+ readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
470
+ readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
471
+ readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
472
+ readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
473
+ readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
474
+ readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
475
+ readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
476
+ readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
477
+ readonly ML_G6_XLARGE: "ml.g6.xlarge";
454
478
  readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
455
479
  readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
456
480
  readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
@@ -462,6 +486,15 @@ export declare const ProcessingInstanceType: {
462
486
  readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
463
487
  readonly ML_M5_LARGE: "ml.m5.large";
464
488
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
489
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
490
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
491
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
492
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
493
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
494
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
495
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
496
+ readonly ML_M6I_LARGE: "ml.m6i.large";
497
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
465
498
  readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
466
499
  readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
467
500
  readonly ML_P2_XLARGE: "ml.p2.xlarge";
@@ -765,6 +798,7 @@ export interface CreateDomainRequest {
765
798
  }
766
799
  export interface CreateDomainResponse {
767
800
  DomainArn?: string | undefined;
801
+ DomainId?: string | undefined;
768
802
  Url?: string | undefined;
769
803
  }
770
804
  export interface EdgeDeploymentModelConfig {