@aws-sdk/client-sagemaker 3.145.0 → 3.146.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 (36) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -1
  3. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +3 -3
  4. package/dist-cjs/models/models_1.js +19 -20
  5. package/dist-cjs/models/models_2.js +19 -18
  6. package/dist-cjs/models/models_3.js +16 -4
  7. package/dist-cjs/protocols/Aws_json1_1.js +62 -0
  8. package/dist-es/commands/DescribeHumanTaskUiCommand.js +2 -1
  9. package/dist-es/commands/ListPipelineExecutionsCommand.js +1 -1
  10. package/dist-es/models/models_1.js +6 -7
  11. package/dist-es/models/models_2.js +7 -3
  12. package/dist-es/models/models_3.js +3 -0
  13. package/dist-es/protocols/Aws_json1_1.js +51 -1
  14. package/dist-types/SageMaker.d.ts +28 -29
  15. package/dist-types/commands/AddTagsCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateEndpointCommand.d.ts +8 -6
  19. package/dist-types/commands/CreateModelCommand.d.ts +2 -4
  20. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -6
  22. package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
  24. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +2 -2
  25. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -1
  27. package/dist-types/models/models_0.d.ts +218 -193
  28. package/dist-types/models/models_1.d.ts +235 -157
  29. package/dist-types/models/models_2.d.ts +83 -120
  30. package/dist-types/models/models_3.d.ts +115 -23
  31. package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_1.d.ts +35 -29
  34. package/dist-types/ts3.4/models/models_2.d.ts +26 -42
  35. package/dist-types/ts3.4/models/models_3.d.ts +44 -1
  36. package/package.json +1 -1
@@ -369,11 +369,11 @@ export interface AdditionalInferenceSpecificationDefinition {
369
369
  * <p>You can add tags to notebook instances, training jobs, hyperparameter tuning jobs,
370
370
  * batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and
371
371
  * endpoints. For more information on adding tags to SageMaker resources, see <a>AddTags</a>.</p>
372
- * <p>For more information on adding metadata to your Amazon Web Services resources with tagging, see
373
- * <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
374
- * resources</a>. For advice on best practices for managing Amazon Web Services resources with
375
- * tagging, see <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
376
- * Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy</a>.</p>
372
+ * <p>For more information on adding metadata to your Amazon Web Services resources with
373
+ * tagging, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>. For advice on best practices for
374
+ * managing Amazon Web Services resources with tagging, see <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
375
+ * Best Practices: Implement an Effective Amazon Web Services Resource Tagging
376
+ * Strategy</a>.</p>
377
377
  */
378
378
  export interface Tag {
379
379
  /**
@@ -391,10 +391,9 @@ export interface AddTagsInput {
391
391
  */
392
392
  ResourceArn: string | undefined;
393
393
  /**
394
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
395
- * different ways, for example, by purpose, owner, or environment. For more information,
396
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
397
- * Resources</a>.</p>
394
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
395
+ * resources in different ways, for example, by purpose, owner, or environment. For more
396
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
398
397
  */
399
398
  Tags: Tag[] | undefined;
400
399
  }
@@ -470,71 +469,76 @@ export interface AlgorithmSpecification {
470
469
  /**
471
470
  * <p>The registry path of the Docker image
472
471
  * that contains the training algorithm.
473
- * For information about docker registry paths for SageMaker built-in algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html">Docker Registry Paths and Example Code</a> in the <i>Amazon SageMaker developer guide</i>.
474
- * SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
475
- * image path formats. For more information about using your custom training container, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon SageMaker</a>.</p>
472
+ * For information about docker registry paths for SageMaker built-in algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html">Docker Registry
473
+ * Paths and Example Code</a> in the <i>Amazon SageMaker developer guide</i>.
474
+ * SageMaker supports both <code>registry/repository[:tag]</code> and
475
+ * <code>registry/repository[@digest]</code> image path formats. For more information
476
+ * about using your custom training container, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
477
+ * Amazon SageMaker</a>.</p>
476
478
  * <note>
477
- * <p>You must specify either the algorithm name to the <code>AlgorithmName</code> parameter
478
- * or the image URI of the algorithm container
479
- * to the <code>TrainingImage</code> parameter.</p>
480
- * <p>For more information, see the note in the <code>AlgorithmName</code> parameter description.</p>
479
+ * <p>You must specify either the algorithm name to the <code>AlgorithmName</code>
480
+ * parameter or the image URI of the algorithm container to the
481
+ * <code>TrainingImage</code> parameter.</p>
482
+ * <p>For more information, see the note in the <code>AlgorithmName</code> parameter
483
+ * description.</p>
481
484
  * </note>
482
485
  */
483
486
  TrainingImage?: string;
484
487
  /**
485
488
  * <p>The name of the algorithm resource to use for the training job. This must be an
486
- * algorithm resource that you created or subscribe to on Amazon Web Services Marketplace.</p>
489
+ * algorithm resource that you created or subscribe to on Amazon Web Services
490
+ * Marketplace.</p>
487
491
  * <note>
488
- * <p>You must specify either the algorithm name to the <code>AlgorithmName</code> parameter
489
- * or the image URI of the algorithm container
490
- * to the <code>TrainingImage</code> parameter.</p>
491
- * <p>Note that the <code>AlgorithmName</code> parameter is mutually exclusive
492
- * with the <code>TrainingImage</code> parameter.
493
- * If you specify a value for the <code>AlgorithmName</code> parameter,
494
- * you can't specify a value for <code>TrainingImage</code>, and vice versa.</p>
495
- * <p>If you specify values for both parameters, the training job might break; if you don't specify
496
- * any value for both parameters, the training job might raise a <code>null</code> error.</p>
492
+ * <p>You must specify either the algorithm name to the <code>AlgorithmName</code>
493
+ * parameter or the image URI of the algorithm container to the
494
+ * <code>TrainingImage</code> parameter.</p>
495
+ * <p>Note that the <code>AlgorithmName</code> parameter is mutually exclusive with the
496
+ * <code>TrainingImage</code> parameter. If you specify a value for the
497
+ * <code>AlgorithmName</code> parameter, you can't specify a value for
498
+ * <code>TrainingImage</code>, and vice versa.</p>
499
+ * <p>If you specify values for both parameters, the training job might break; if you
500
+ * don't specify any value for both parameters, the training job might raise a
501
+ * <code>null</code> error.</p>
497
502
  * </note>
498
503
  */
499
504
  AlgorithmName?: string;
500
505
  /**
501
- * <p>The training input mode that the algorithm supports. For more information about input modes, see
502
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
506
+ * <p>The training input mode that the algorithm supports. For more information about input
507
+ * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
503
508
  *
504
509
  * <p>
505
510
  * <b>Pipe mode</b>
506
511
  * </p>
507
- * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly
508
- * from Amazon S3 to the container.</p>
512
+ * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
513
+ * Amazon S3 to the container.</p>
509
514
  *
510
515
  * <p>
511
516
  * <b>File mode</b>
512
517
  * </p>
513
- * <p>If an algorithm supports <code>File</code> mode, SageMaker
514
- * downloads the training data from S3 to the provisioned ML storage volume, and mounts the
515
- * directory to the Docker volume for the training container.</p>
516
- * <p>You must provision the ML storage volume with sufficient capacity
517
- * to accommodate the data downloaded from S3. In addition to the training data, the ML
518
- * storage volume also stores the output model. The algorithm container uses the ML storage
519
- * volume to also store intermediate information, if any.</p>
520
- * <p>For distributed algorithms, training data is distributed uniformly.
521
- * Your training duration is predictable if the input data objects sizes are
522
- * approximately the same. SageMaker does not split the files any further for model training.
523
- * If the object sizes are skewed, training won't be optimal as the data distribution is also
524
- * skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in
525
- * training.</p>
518
+ * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
519
+ * S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume
520
+ * for the training container.</p>
521
+ * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
522
+ * data downloaded from S3. In addition to the training data, the ML storage volume also
523
+ * stores the output model. The algorithm container uses the ML storage volume to also
524
+ * store intermediate information, if any.</p>
525
+ * <p>For distributed algorithms, training data is distributed uniformly. Your training
526
+ * duration is predictable if the input data objects sizes are approximately the same. SageMaker
527
+ * does not split the files any further for model training. If the object sizes are skewed,
528
+ * training won't be optimal as the data distribution is also skewed when one host in a
529
+ * training cluster is overloaded, thus becoming a bottleneck in training.</p>
526
530
  *
527
531
  * <p>
528
532
  * <b>FastFile mode</b>
529
533
  * </p>
530
- * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly
531
- * from S3 to the container with no code changes, and provides file system access to
532
- * the data. Users can author their training script to interact with these files as if
533
- * they were stored on disk.</p>
534
+ * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
535
+ * S3 to the container with no code changes, and provides file system access to the data.
536
+ * Users can author their training script to interact with these files as if they were
537
+ * stored on disk.</p>
534
538
  * <p>
535
- * <code>FastFile</code> mode works best when the data is read sequentially.
536
- * Augmented manifest files aren't supported.
537
- * The startup time is lower when there are fewer files in the S3 bucket provided.</p>
539
+ * <code>FastFile</code> mode works best when the data is read sequentially. Augmented
540
+ * manifest files aren't supported. The startup time is lower when there are fewer files in
541
+ * the S3 bucket provided.</p>
538
542
  */
539
543
  TrainingInputMode: TrainingInputMode | string | undefined;
540
544
  /**
@@ -784,8 +788,7 @@ export interface S3DataSource {
784
788
  */
785
789
  AttributeNames?: string[];
786
790
  /**
787
- * <p>A list of names of instance groups that get data
788
- * from the S3 data source.</p>
791
+ * <p>A list of names of instance groups that get data from the S3 data source.</p>
789
792
  */
790
793
  InstanceGroupNames?: string[];
791
794
  }
@@ -897,9 +900,9 @@ export interface Channel {
897
900
  */
898
901
  export interface OutputDataConfig {
899
902
  /**
900
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the model artifacts at rest using
901
- * Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following
902
- * formats: </p>
903
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
904
+ * uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The
905
+ * <code>KmsKeyId</code> can be any of the following formats: </p>
903
906
  * <ul>
904
907
  * <li>
905
908
  * <p>// KMS Key ID</p>
@@ -941,8 +944,8 @@ export interface OutputDataConfig {
941
944
  * <code>CreateTrainingJob</code>, <code>CreateTransformJob</code>, or
942
945
  * <code>CreateHyperParameterTuningJob</code> requests. For more information, see
943
946
  * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using
944
- * Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management Service Developer
945
- * Guide</i>.</p>
947
+ * Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services
948
+ * Key Management Service Developer Guide</i>.</p>
946
949
  */
947
950
  KmsKeyId?: string;
948
951
  /**
@@ -1001,9 +1004,8 @@ export declare enum TrainingInstanceType {
1001
1004
  ML_P4D_24XLARGE = "ml.p4d.24xlarge"
1002
1005
  }
1003
1006
  /**
1004
- * <p>Defines an instance group for heterogeneous cluster training.
1005
- * When requesting a training job using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API,
1006
- * you can configure multiple instance groups .</p>
1007
+ * <p>Defines an instance group for heterogeneous cluster training. When requesting a
1008
+ * training job using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API, you can configure multiple instance groups .</p>
1007
1009
  */
1008
1010
  export interface InstanceGroup {
1009
1011
  /**
@@ -1056,8 +1058,8 @@ export interface ResourceConfig {
1056
1058
  */
1057
1059
  VolumeSizeInGB: number | undefined;
1058
1060
  /**
1059
- * <p>The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume attached to the ML
1060
- * compute instance(s) that run the training job.</p>
1061
+ * <p>The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume
1062
+ * attached to the ML compute instance(s) that run the training job.</p>
1061
1063
  * <note>
1062
1064
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
1063
1065
  * type. Local storage volumes are encrypted using a hardware module on the instance.
@@ -1090,13 +1092,13 @@ export interface ResourceConfig {
1090
1092
  InstanceGroups?: InstanceGroup[];
1091
1093
  }
1092
1094
  /**
1093
- * <p>Specifies a limit to how long a model training job or model compilation job
1094
- * can run. It also specifies how long a managed spot training
1095
- * job has to complete. When the job reaches the time limit, SageMaker ends the training or
1096
- * compilation job. Use this API to cap model training costs.</p>
1097
- * <p>To stop a training job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
1098
- * job termination for 120 seconds. Algorithms can use this 120-second window to save the
1099
- * model artifacts, so the results of training are not lost. </p>
1095
+ * <p>Specifies a limit to how long a model training job or model compilation job can run.
1096
+ * It also specifies how long a managed spot training job has to complete. When the job
1097
+ * reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap
1098
+ * model training costs.</p>
1099
+ * <p>To stop a training job, SageMaker sends the algorithm the <code>SIGTERM</code> signal,
1100
+ * which delays job termination for 120 seconds. Algorithms can use this 120-second window
1101
+ * to save the model artifacts, so the results of training are not lost. </p>
1100
1102
  * <p>The training algorithms provided by SageMaker automatically save the intermediate results
1101
1103
  * of a model training job when possible. This attempt to save artifacts is only a best
1102
1104
  * effort case as model might not be in a state from which it can be saved. For example, if
@@ -1111,14 +1113,16 @@ export interface ResourceConfig {
1111
1113
  */
1112
1114
  export interface StoppingCondition {
1113
1115
  /**
1114
- * <p>The maximum length of time, in seconds, that a training or compilation job can run.</p>
1115
- * <p>For compilation jobs, if the job does not complete during this time, a <code>TimeOut</code> error
1116
- * is generated. We recommend starting with 900 seconds and increasing as
1117
- * necessary based on your model.</p>
1118
- * <p>For all other jobs, if the job does not complete during this time, SageMaker ends the job. When
1119
- * <code>RetryStrategy</code> is specified in the job request,
1116
+ * <p>The maximum length of time, in seconds, that a training or compilation job can
1117
+ * run.</p>
1118
+ * <p>For compilation jobs, if the job does not complete during this time, a
1119
+ * <code>TimeOut</code> error is generated. We recommend starting with 900 seconds and
1120
+ * increasing as necessary based on your model.</p>
1121
+ * <p>For all other jobs, if the job does not complete during this time, SageMaker ends the job.
1122
+ * When <code>RetryStrategy</code> is specified in the job request,
1120
1123
  * <code>MaxRuntimeInSeconds</code> specifies the maximum time for all of the attempts
1121
- * in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.</p>
1124
+ * in total, not each individual attempt. The default value is 1 day. The maximum value is
1125
+ * 28 days.</p>
1122
1126
  */
1123
1127
  MaxRuntimeInSeconds?: number;
1124
1128
  /**
@@ -1138,43 +1142,42 @@ export interface StoppingCondition {
1138
1142
  */
1139
1143
  export interface TrainingJobDefinition {
1140
1144
  /**
1141
- * <p>The training input mode that the algorithm supports. For more information about input modes, see
1142
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
1145
+ * <p>The training input mode that the algorithm supports. For more information about input
1146
+ * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
1143
1147
  *
1144
1148
  * <p>
1145
1149
  * <b>Pipe mode</b>
1146
1150
  * </p>
1147
- * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly
1148
- * from Amazon S3 to the container.</p>
1151
+ * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
1152
+ * Amazon S3 to the container.</p>
1149
1153
  *
1150
1154
  * <p>
1151
1155
  * <b>File mode</b>
1152
1156
  * </p>
1153
- * <p>If an algorithm supports <code>File</code> mode, SageMaker
1154
- * downloads the training data from S3 to the provisioned ML storage volume, and mounts the
1155
- * directory to the Docker volume for the training container.</p>
1156
- * <p>You must provision the ML storage volume with sufficient capacity
1157
- * to accommodate the data downloaded from S3. In addition to the training data, the ML
1158
- * storage volume also stores the output model. The algorithm container uses the ML storage
1159
- * volume to also store intermediate information, if any.</p>
1160
- * <p>For distributed algorithms, training data is distributed uniformly.
1161
- * Your training duration is predictable if the input data objects sizes are
1162
- * approximately the same. SageMaker does not split the files any further for model training.
1163
- * If the object sizes are skewed, training won't be optimal as the data distribution is also
1164
- * skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in
1165
- * training.</p>
1157
+ * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
1158
+ * S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume
1159
+ * for the training container.</p>
1160
+ * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
1161
+ * data downloaded from S3. In addition to the training data, the ML storage volume also
1162
+ * stores the output model. The algorithm container uses the ML storage volume to also
1163
+ * store intermediate information, if any.</p>
1164
+ * <p>For distributed algorithms, training data is distributed uniformly. Your training
1165
+ * duration is predictable if the input data objects sizes are approximately the same. SageMaker
1166
+ * does not split the files any further for model training. If the object sizes are skewed,
1167
+ * training won't be optimal as the data distribution is also skewed when one host in a
1168
+ * training cluster is overloaded, thus becoming a bottleneck in training.</p>
1166
1169
  *
1167
1170
  * <p>
1168
1171
  * <b>FastFile mode</b>
1169
1172
  * </p>
1170
- * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly
1171
- * from S3 to the container with no code changes, and provides file system access to
1172
- * the data. Users can author their training script to interact with these files as if
1173
- * they were stored on disk.</p>
1173
+ * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
1174
+ * S3 to the container with no code changes, and provides file system access to the data.
1175
+ * Users can author their training script to interact with these files as if they were
1176
+ * stored on disk.</p>
1174
1177
  * <p>
1175
- * <code>FastFile</code> mode works best when the data is read sequentially.
1176
- * Augmented manifest files aren't supported.
1177
- * The startup time is lower when there are fewer files in the S3 bucket provided.</p>
1178
+ * <code>FastFile</code> mode works best when the data is read sequentially. Augmented
1179
+ * manifest files aren't supported. The startup time is lower when there are fewer files in
1180
+ * the S3 bucket provided.</p>
1178
1181
  */
1179
1182
  TrainingInputMode: TrainingInputMode | string | undefined;
1180
1183
  /**
@@ -1539,8 +1542,8 @@ export interface TransformJobDefinition {
1539
1542
  /**
1540
1543
  * <p>Defines a training job and a batch transform job that SageMaker runs to validate your
1541
1544
  * algorithm.</p>
1542
- * <p>The data provided in the validation profile is made available to your buyers on Amazon Web Services
1543
- * Marketplace.</p>
1545
+ * <p>The data provided in the validation profile is made available to your buyers on
1546
+ * Amazon Web Services Marketplace.</p>
1544
1547
  */
1545
1548
  export interface AlgorithmValidationProfile {
1546
1549
  /**
@@ -3425,28 +3428,29 @@ export interface AssociationSummary {
3425
3428
  CreatedBy?: UserContext;
3426
3429
  }
3427
3430
  /**
3428
- * <p>Configures the behavior of the client used by SageMaker to interact with the
3429
- * model container during asynchronous inference.</p>
3431
+ * <p>Configures the behavior of the client used by SageMaker to interact with the model
3432
+ * container during asynchronous inference.</p>
3430
3433
  */
3431
3434
  export interface AsyncInferenceClientConfig {
3432
3435
  /**
3433
- * <p>The maximum number of concurrent requests sent by the SageMaker client to the
3434
- * model container. If no value is provided, SageMaker chooses an optimal value.</p>
3436
+ * <p>The maximum number of concurrent requests sent by the SageMaker client to the model
3437
+ * container. If no value is provided, SageMaker chooses an optimal value.</p>
3435
3438
  */
3436
3439
  MaxConcurrentInvocationsPerInstance?: number;
3437
3440
  }
3438
3441
  /**
3439
- * <p>Specifies the configuration for notifications of inference results for asynchronous inference.</p>
3442
+ * <p>Specifies the configuration for notifications of inference results for asynchronous
3443
+ * inference.</p>
3440
3444
  */
3441
3445
  export interface AsyncInferenceNotificationConfig {
3442
3446
  /**
3443
- * <p>Amazon SNS topic to post a notification to when inference completes successfully.
3444
- * If no topic is provided, no notification is sent on success.</p>
3447
+ * <p>Amazon SNS topic to post a notification to when inference completes successfully. If no
3448
+ * topic is provided, no notification is sent on success.</p>
3445
3449
  */
3446
3450
  SuccessTopic?: string;
3447
3451
  /**
3448
- * <p>Amazon SNS topic to post a notification to when inference fails.
3449
- * If no topic is provided, no notification is sent on failure.</p>
3452
+ * <p>Amazon SNS topic to post a notification to when inference fails. If no topic is provided,
3453
+ * no notification is sent on failure.</p>
3450
3454
  */
3451
3455
  ErrorTopic?: string;
3452
3456
  }
@@ -3455,8 +3459,8 @@ export interface AsyncInferenceNotificationConfig {
3455
3459
  */
3456
3460
  export interface AsyncInferenceOutputConfig {
3457
3461
  /**
3458
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
3459
- * SageMaker uses to encrypt the asynchronous inference output in Amazon S3.</p>
3462
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
3463
+ * uses to encrypt the asynchronous inference output in Amazon S3.</p>
3460
3464
  * <p></p>
3461
3465
  */
3462
3466
  KmsKeyId?: string;
@@ -3465,7 +3469,8 @@ export interface AsyncInferenceOutputConfig {
3465
3469
  */
3466
3470
  S3OutputPath: string | undefined;
3467
3471
  /**
3468
- * <p>Specifies the configuration for notifications of inference results for asynchronous inference.</p>
3472
+ * <p>Specifies the configuration for notifications of inference results for asynchronous
3473
+ * inference.</p>
3469
3474
  */
3470
3475
  NotificationConfig?: AsyncInferenceNotificationConfig;
3471
3476
  }
@@ -3474,8 +3479,8 @@ export interface AsyncInferenceOutputConfig {
3474
3479
  */
3475
3480
  export interface AsyncInferenceConfig {
3476
3481
  /**
3477
- * <p>Configures the behavior of the client used by SageMaker to interact
3478
- * with the model container during asynchronous inference.</p>
3482
+ * <p>Configures the behavior of the client used by SageMaker to interact with the model
3483
+ * container during asynchronous inference.</p>
3479
3484
  */
3480
3485
  ClientConfig?: AsyncInferenceClientConfig;
3481
3486
  /**
@@ -4142,12 +4147,14 @@ export declare enum AutoMLSortOrder {
4142
4147
  DESCENDING = "Descending"
4143
4148
  }
4144
4149
  /**
4145
- * <p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>
4150
+ * <p>Automatic rollback configuration for handling endpoint deployment failures and
4151
+ * recovery.</p>
4146
4152
  */
4147
4153
  export interface AutoRollbackConfig {
4148
4154
  /**
4149
- * <p>List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
4150
- * If any alarms are tripped during a deployment, SageMaker rolls back the deployment.</p>
4155
+ * <p>List of CloudWatch alarms in your account that are configured to monitor metrics on an
4156
+ * endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the
4157
+ * deployment.</p>
4151
4158
  */
4152
4159
  Alarms?: Alarm[];
4153
4160
  }
@@ -4310,20 +4317,21 @@ export interface CapacitySize {
4310
4317
  * <p>Specifies the endpoint capacity type.</p>
4311
4318
  * <ul>
4312
4319
  * <li>
4313
- * <p>
4314
- * <code>INSTANCE_COUNT</code>: The endpoint activates based on
4315
- * the number of instances.</p>
4320
+ * <p>
4321
+ * <code>INSTANCE_COUNT</code>: The endpoint activates based on the number of
4322
+ * instances.</p>
4316
4323
  * </li>
4317
4324
  * <li>
4318
- * <p>
4319
- * <code>CAPACITY_PERCENT</code>: The endpoint activates based on
4320
- * the specified percentage of capacity.</p>
4325
+ * <p>
4326
+ * <code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified
4327
+ * percentage of capacity.</p>
4321
4328
  * </li>
4322
4329
  * </ul>
4323
4330
  */
4324
4331
  Type: CapacitySizeType | string | undefined;
4325
4332
  /**
4326
- * <p>Defines the capacity size, either as a number of instances or a capacity percentage.</p>
4333
+ * <p>Defines the capacity size, either as a number of instances or a capacity
4334
+ * percentage.</p>
4327
4335
  */
4328
4336
  Value: number | undefined;
4329
4337
  }
@@ -4388,8 +4396,8 @@ export interface TrafficRoutingConfig {
4388
4396
  */
4389
4397
  export interface BlueGreenUpdatePolicy {
4390
4398
  /**
4391
- * <p>Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet
4392
- * during an endpoint deployment.</p>
4399
+ * <p>Defines the traffic routing strategy to shift traffic from the old fleet to the new
4400
+ * fleet during an endpoint deployment.</p>
4393
4401
  */
4394
4402
  TrafficRoutingConfiguration: TrafficRoutingConfig | undefined;
4395
4403
  /**
@@ -4398,8 +4406,9 @@ export interface BlueGreenUpdatePolicy {
4398
4406
  */
4399
4407
  TerminationWaitInSeconds?: number;
4400
4408
  /**
4401
- * <p>Maximum execution timeout for the deployment. Note that the timeout value should be larger
4402
- * than the total waiting time specified in <code>TerminationWaitInSeconds</code> and <code>WaitIntervalInSeconds</code>.</p>
4409
+ * <p>Maximum execution timeout for the deployment. Note that the timeout value should be
4410
+ * larger than the total waiting time specified in <code>TerminationWaitInSeconds</code>
4411
+ * and <code>WaitIntervalInSeconds</code>.</p>
4403
4412
  */
4404
4413
  MaximumExecutionTimeoutInSeconds?: number;
4405
4414
  }
@@ -4622,7 +4631,8 @@ export declare enum CodeRepositorySortOrder {
4622
4631
  DESCENDING = "Descending"
4623
4632
  }
4624
4633
  /**
4625
- * <p>Specifies configuration details for a Git repository in your Amazon Web Services account.</p>
4634
+ * <p>Specifies configuration details for a Git repository in your Amazon Web Services
4635
+ * account.</p>
4626
4636
  */
4627
4637
  export interface GitConfig {
4628
4638
  /**
@@ -4634,9 +4644,9 @@ export interface GitConfig {
4634
4644
  */
4635
4645
  Branch?: string;
4636
4646
  /**
4637
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
4638
- * credentials used to access the git repository. The secret must have a staging label of
4639
- * <code>AWSCURRENT</code> and must be in the following format:</p>
4647
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
4648
+ * contains the credentials used to access the git repository. The secret must have a
4649
+ * staging label of <code>AWSCURRENT</code> and must be in the following format:</p>
4640
4650
  * <p>
4641
4651
  * <code>{"username": <i>UserName</i>, "password":
4642
4652
  * <i>Password</i>}</code>
@@ -4666,8 +4676,8 @@ export interface CodeRepositorySummary {
4666
4676
  LastModifiedTime: Date | undefined;
4667
4677
  /**
4668
4678
  * <p>Configuration details for the Git repository, including the URL where it is located
4669
- * and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to
4670
- * access the repository.</p>
4679
+ * and the ARN of the Amazon Web Services Secrets Manager secret that contains the
4680
+ * credentials used to access the repository.</p>
4671
4681
  */
4672
4682
  GitConfig?: GitConfig;
4673
4683
  }
@@ -4872,18 +4882,19 @@ export declare enum RepositoryAccessMode {
4872
4882
  /**
4873
4883
  * <p>Specifies an authentication configuration for the private docker registry where your
4874
4884
  * model image is hosted. Specify a value for this property only if you specified
4875
- * <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the
4876
- * <code>ImageConfig</code> object that you passed to a call to <code>CreateModel</code>
4877
- * and the private Docker registry where the model image is
4885
+ * <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the
4886
+ * <code>ImageConfig</code> object that you passed to a call to
4887
+ * <code>CreateModel</code> and the private Docker registry where the model image is
4878
4888
  * hosted requires authentication.</p>
4879
4889
  */
4880
4890
  export interface RepositoryAuthConfig {
4881
4891
  /**
4882
- * <p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to
4883
- * authenticate to the private Docker registry where your model image is hosted. For
4884
- * information about how to create an Amazon Web Services Lambda function, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html">Create a Lambda function
4892
+ * <p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides
4893
+ * credentials to authenticate to the private Docker registry where your model image is
4894
+ * hosted. For information about how to create an Amazon Web Services Lambda function, see
4895
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html">Create a Lambda function
4885
4896
  * with the console</a> in the <i>Amazon Web Services Lambda Developer
4886
- * Guide</i>.</p>
4897
+ * Guide</i>.</p>
4887
4898
  */
4888
4899
  RepositoryCredentialsProviderArn: string | undefined;
4889
4900
  }
@@ -4991,11 +5002,13 @@ export interface ContainerDefinition {
4991
5002
  * <p>The model artifacts must be in an S3 bucket that is in the same region as the
4992
5003
  * model or endpoint you are creating.</p>
4993
5004
  * </note>
4994
- * <p>If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token Service to
4995
- * download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your
4996
- * IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you
4997
- * need to reactivate Amazon Web Services STS for that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
4998
- * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>Amazon Web Services Identity and Access Management User
5005
+ * <p>If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token
5006
+ * Service to download model artifacts from the S3 path you provide. Amazon Web Services STS
5007
+ * is activated in your IAM user account by default. If you previously deactivated
5008
+ * Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS
5009
+ * for that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
5010
+ * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the
5011
+ * <i>Amazon Web Services Identity and Access Management User
4999
5012
  * Guide</i>.</p>
5000
5013
  * <important>
5001
5014
  * <p>If you use a built-in algorithm to create a model, SageMaker requires that you provide
@@ -5419,14 +5432,14 @@ export interface CreateAlgorithmInput {
5419
5432
  */
5420
5433
  ValidationSpecification?: AlgorithmValidationSpecification;
5421
5434
  /**
5422
- * <p>Whether to certify the algorithm so that it can be listed in Amazon Web Services Marketplace.</p>
5435
+ * <p>Whether to certify the algorithm so that it can be listed in Amazon Web Services
5436
+ * Marketplace.</p>
5423
5437
  */
5424
5438
  CertifyForMarketplace?: boolean;
5425
5439
  /**
5426
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
5427
- * different ways, for example, by purpose, owner, or environment. For more information,
5428
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
5429
- * Resources</a>.</p>
5440
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
5441
+ * resources in different ways, for example, by purpose, owner, or environment. For more
5442
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
5430
5443
  */
5431
5444
  Tags?: Tag[];
5432
5445
  }
@@ -5526,7 +5539,9 @@ export interface CreateAppImageConfigRequest {
5526
5539
  */
5527
5540
  Tags?: Tag[];
5528
5541
  /**
5529
- * <p>The KernelGatewayImageConfig.</p>
5542
+ * <p>The KernelGatewayImageConfig. You can only specify one image kernel in the
5543
+ * AppImageConfig API. This kernel will be shown to users before the
5544
+ * image starts. Once the image runs, all kernels are visible in JupyterLab.</p>
5530
5545
  */
5531
5546
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
5532
5547
  }
@@ -5671,10 +5686,9 @@ export interface CreateCodeRepositoryInput {
5671
5686
  */
5672
5687
  GitConfig: GitConfig | undefined;
5673
5688
  /**
5674
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
5675
- * different ways, for example, by purpose, owner, or environment. For more information,
5676
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
5677
- * Resources</a>.</p>
5689
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
5690
+ * resources in different ways, for example, by purpose, owner, or environment. For more
5691
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
5678
5692
  */
5679
5693
  Tags?: Tag[];
5680
5694
  }
@@ -7057,15 +7071,21 @@ export declare enum RStudioServerProUserGroup {
7057
7071
  User = "R_STUDIO_USER"
7058
7072
  }
7059
7073
  /**
7060
- * <p>A collection of settings that configure user interaction with the <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created to make any changes.</p>
7074
+ * <p>A collection of settings that configure user interaction with the
7075
+ * <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot
7076
+ * be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created
7077
+ * to make any changes.</p>
7061
7078
  */
7062
7079
  export interface RStudioServerProAppSettings {
7063
7080
  /**
7064
- * <p>Indicates whether the current user has access to the <code>RStudioServerPro</code> app.</p>
7081
+ * <p>Indicates whether the current user has access to the <code>RStudioServerPro</code>
7082
+ * app.</p>
7065
7083
  */
7066
7084
  AccessStatus?: RStudioServerProAccessStatus | string;
7067
7085
  /**
7068
- * <p>The level of permissions that the user has within the <code>RStudioServerPro</code> app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.</p>
7086
+ * <p>The level of permissions that the user has within the <code>RStudioServerPro</code>
7087
+ * app. This value defaults to `User`. The `Admin` value allows the user access to the
7088
+ * RStudio Administrative Dashboard.</p>
7069
7089
  */
7070
7090
  UserGroup?: RStudioServerProUserGroup | string;
7071
7091
  }
@@ -7147,7 +7167,8 @@ export interface UserSettings {
7147
7167
  */
7148
7168
  TensorBoardAppSettings?: TensorBoardAppSettings;
7149
7169
  /**
7150
- * <p>A collection of settings that configure user interaction with the <code>RStudioServerPro</code> app.</p>
7170
+ * <p>A collection of settings that configure user interaction with the
7171
+ * <code>RStudioServerPro</code> app.</p>
7151
7172
  */
7152
7173
  RStudioServerProAppSettings?: RStudioServerProAppSettings;
7153
7174
  /**
@@ -7156,11 +7177,13 @@ export interface UserSettings {
7156
7177
  RSessionAppSettings?: RSessionAppSettings;
7157
7178
  }
7158
7179
  /**
7159
- * <p>A collection of settings that configure the <code>RStudioServerPro</code> Domain-level app.</p>
7180
+ * <p>A collection of settings that configure the <code>RStudioServerPro</code> Domain-level
7181
+ * app.</p>
7160
7182
  */
7161
7183
  export interface RStudioServerProDomainSettings {
7162
7184
  /**
7163
- * <p>The ARN of the execution role for the <code>RStudioServerPro</code> Domain-level app.</p>
7185
+ * <p>The ARN of the execution role for the <code>RStudioServerPro</code> Domain-level
7186
+ * app.</p>
7164
7187
  */
7165
7188
  DomainExecutionRoleArn: string | undefined;
7166
7189
  /**
@@ -7178,15 +7201,18 @@ export interface RStudioServerProDomainSettings {
7178
7201
  DefaultResourceSpec?: ResourceSpec;
7179
7202
  }
7180
7203
  /**
7181
- * <p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings are specified through the <code>CreateDomain</code> API call.</p>
7204
+ * <p>A collection of settings that apply to the <code>SageMaker Domain</code>. These
7205
+ * settings are specified through the <code>CreateDomain</code> API call.</p>
7182
7206
  */
7183
7207
  export interface DomainSettings {
7184
7208
  /**
7185
- * <p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for communication between Domain-level apps and user apps.</p>
7209
+ * <p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for
7210
+ * communication between Domain-level apps and user apps.</p>
7186
7211
  */
7187
7212
  SecurityGroupIds?: string[];
7188
7213
  /**
7189
- * <p>A collection of settings that configure the <code>RStudioServerPro</code> Domain-level app.</p>
7214
+ * <p>A collection of settings that configure the <code>RStudioServerPro</code> Domain-level
7215
+ * app.</p>
7190
7216
  */
7191
7217
  RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
7192
7218
  }
@@ -7254,8 +7280,8 @@ export interface CreateDomainRequest {
7254
7280
  /**
7255
7281
  * <p>The entity that creates and manages the required security groups for inter-app
7256
7282
  * communication in <code>VPCOnly</code> mode. Required when
7257
- * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
7258
- * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
7283
+ * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
7284
+ * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
7259
7285
  * provided.</p>
7260
7286
  */
7261
7287
  AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
@@ -7431,15 +7457,16 @@ export interface DeploymentConfig {
7431
7457
  */
7432
7458
  BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
7433
7459
  /**
7434
- * <p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>
7460
+ * <p>Automatic rollback configuration for handling endpoint deployment failures and
7461
+ * recovery.</p>
7435
7462
  */
7436
7463
  AutoRollbackConfiguration?: AutoRollbackConfig;
7437
7464
  }
7438
7465
  export interface CreateEndpointInput {
7439
7466
  /**
7440
- * <p>The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
7441
- * account. The name is case-insensitive in <code>CreateEndpoint</code>, but the case is
7442
- * preserved and must be matched in .</p>
7467
+ * <p>The name of the endpoint.The name must be unique within an Amazon Web Services
7468
+ * Region in your Amazon Web Services account. The name is case-insensitive in
7469
+ * <code>CreateEndpoint</code>, but the case is preserved and must be matched in .</p>
7443
7470
  */
7444
7471
  EndpointName: string | undefined;
7445
7472
  /**
@@ -7452,10 +7479,9 @@ export interface CreateEndpointInput {
7452
7479
  */
7453
7480
  DeploymentConfig?: DeploymentConfig;
7454
7481
  /**
7455
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
7456
- * different ways, for example, by purpose, owner, or environment. For more information,
7457
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
7458
- * Resources</a>.</p>
7482
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
7483
+ * resources in different ways, for example, by purpose, owner, or environment. For more
7484
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
7459
7485
  */
7460
7486
  Tags?: Tag[];
7461
7487
  }
@@ -7537,9 +7563,9 @@ export interface ProductionVariantCoreDumpConfig {
7537
7563
  */
7538
7564
  DestinationS3Uri: string | undefined;
7539
7565
  /**
7540
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using
7541
- * Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following
7542
- * formats: </p>
7566
+ * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
7567
+ * uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The
7568
+ * <code>KmsKeyId</code> can be any of the following formats: </p>
7543
7569
  * <ul>
7544
7570
  * <li>
7545
7571
  * <p>// KMS Key ID</p>
@@ -7579,8 +7605,8 @@ export interface ProductionVariantCoreDumpConfig {
7579
7605
  * </p>
7580
7606
  * <p>The KMS key policy must grant permission to the IAM role that you specify in your
7581
7607
  * <code>CreateEndpoint</code> and <code>UpdateEndpoint</code> requests. For more
7582
- * information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using Key Policies in Amazon Web Services
7583
- * KMS</a> in the <i>Amazon Web Services Key Management Service Developer Guide</i>.</p>
7608
+ * information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management
7609
+ * Service Developer Guide</i>.</p>
7584
7610
  */
7585
7611
  KmsKeyId?: string;
7586
7612
  }
@@ -7660,15 +7686,15 @@ export interface CreateEndpointConfigInput {
7660
7686
  */
7661
7687
  DataCaptureConfig?: DataCaptureConfig;
7662
7688
  /**
7663
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
7664
- * different ways, for example, by purpose, owner, or environment. For more information,
7665
- * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
7666
- * Resources</a>.</p>
7689
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
7690
+ * resources in different ways, for example, by purpose, owner, or environment. For more
7691
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
7667
7692
  */
7668
7693
  Tags?: Tag[];
7669
7694
  /**
7670
- * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on
7671
- * the storage volume attached to the ML compute instance that hosts the endpoint.</p>
7695
+ * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
7696
+ * SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that
7697
+ * hosts the endpoint.</p>
7672
7698
  * <p>The KmsKeyId can be any of the following formats: </p>
7673
7699
  * <ul>
7674
7700
  * <li>
@@ -7711,9 +7737,8 @@ export interface CreateEndpointConfigInput {
7711
7737
  */
7712
7738
  KmsKeyId?: string;
7713
7739
  /**
7714
- * <p>Specifies configuration for how an endpoint performs asynchronous inference.
7715
- * This is a required field in order for your Endpoint to be invoked using
7716
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html">InvokeEndpointAsync</a>.</p>
7740
+ * <p>Specifies configuration for how an endpoint performs asynchronous inference. This is a
7741
+ * required field in order for your Endpoint to be invoked using <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html">InvokeEndpointAsync</a>.</p>
7717
7742
  */
7718
7743
  AsyncInferenceConfig?: AsyncInferenceConfig;
7719
7744
  }
@@ -8919,8 +8944,8 @@ export interface IntegerParameterRange {
8919
8944
  * result in the training job with the best performance as measured by the objective metric
8920
8945
  * of the hyperparameter tuning job.</p>
8921
8946
  * <note>
8922
- * <p>The maximum number of items specified for <code>Array Members</code> refers to
8923
- * the maximum number of hyperparameters for each range and also the maximum for the
8947
+ * <p>The maximum number of items specified for <code>Array Members</code> refers to the
8948
+ * maximum number of hyperparameters for each range and also the maximum for the
8924
8949
  * hyperparameter tuning job itself. That is, the sum of the number of hyperparameters
8925
8950
  * for all the ranges can't exceed the maximum number specified.</p>
8926
8951
  * </note>