@aws-sdk/client-sagemaker 3.231.0 → 3.232.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 (77) hide show
  1. package/dist-cjs/commands/DescribeAppCommand.js +2 -1
  2. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +1 -2
  3. package/dist-cjs/commands/UpdateImageCommand.js +2 -1
  4. package/dist-cjs/endpoint/ruleset.js +0 -9
  5. package/dist-cjs/models/models_1.js +10 -10
  6. package/dist-cjs/models/models_2.js +9 -9
  7. package/dist-cjs/models/models_3.js +10 -10
  8. package/dist-cjs/models/models_4.js +5 -1
  9. package/dist-cjs/protocols/Aws_json1_1.js +58 -0
  10. package/dist-es/commands/DescribeAppCommand.js +2 -1
  11. package/dist-es/commands/ListCodeRepositoriesCommand.js +1 -2
  12. package/dist-es/commands/UpdateImageCommand.js +2 -1
  13. package/dist-es/endpoint/ruleset.js +0 -9
  14. package/dist-es/models/models_1.js +3 -3
  15. package/dist-es/models/models_2.js +3 -3
  16. package/dist-es/models/models_3.js +3 -3
  17. package/dist-es/models/models_4.js +3 -0
  18. package/dist-es/protocols/Aws_json1_1.js +58 -0
  19. package/dist-types/SageMaker.d.ts +166 -181
  20. package/dist-types/SageMakerClient.d.ts +4 -4
  21. package/dist-types/commands/AddTagsCommand.d.ts +5 -5
  22. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCompilationJobCommand.d.ts +9 -9
  24. package/dist-types/commands/CreateDomainCommand.d.ts +0 -2
  25. package/dist-types/commands/CreateEndpointCommand.d.ts +22 -24
  26. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -2
  29. package/dist-types/commands/CreateLabelingJobCommand.d.ts +9 -9
  30. package/dist-types/commands/CreateModelCommand.d.ts +5 -5
  31. package/dist-types/commands/CreateModelPackageCommand.d.ts +7 -7
  32. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +10 -12
  33. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +5 -5
  34. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +4 -4
  35. package/dist-types/commands/CreateTrainingJobCommand.d.ts +20 -21
  36. package/dist-types/commands/CreateTransformJobCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -4
  38. package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteTagsCommand.d.ts +5 -5
  45. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -2
  46. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeWorkforceCommand.d.ts +2 -2
  52. package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -2
  53. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -2
  55. package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
  56. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  57. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
  58. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +0 -2
  59. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateImageCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateWorkforceCommand.d.ts +10 -12
  65. package/dist-types/models/models_0.d.ts +698 -706
  66. package/dist-types/models/models_1.d.ts +1112 -1191
  67. package/dist-types/models/models_2.d.ts +377 -336
  68. package/dist-types/models/models_3.d.ts +151 -112
  69. package/dist-types/models/models_4.d.ts +26 -11
  70. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/models/models_1.d.ts +8 -19
  74. package/dist-types/ts3.4/models/models_2.d.ts +19 -16
  75. package/dist-types/ts3.4/models/models_3.d.ts +16 -6
  76. package/dist-types/ts3.4/models/models_4.d.ts +6 -0
  77. package/package.json +1 -1
@@ -154,7 +154,7 @@ export interface ModelPackageContainerDefinition {
154
154
  ContainerHostname?: string;
155
155
  /**
156
156
  * <p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p>
157
- * <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
157
+ * <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
158
158
  * the inference code must meet SageMaker requirements. SageMaker supports both
159
159
  * <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
160
160
  * image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
@@ -170,10 +170,10 @@ export interface ModelPackageContainerDefinition {
170
170
  * <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
171
171
  * This path must point to a single <code>gzip</code> compressed tar archive
172
172
  * (<code>.tar.gz</code> suffix).</p>
173
- * <note>
173
+ * <note>
174
174
  * <p>The model artifacts must be in an S3 bucket that is in the same region as the
175
175
  * model package.</p>
176
- * </note>
176
+ * </note>
177
177
  */
178
178
  ModelDataUrl?: string;
179
179
  /**
@@ -422,10 +422,10 @@ export interface AdditionalInferenceSpecificationDefinition {
422
422
  /**
423
423
  * <p>A tag object that consists of a key and an optional value, used to manage metadata
424
424
  * for SageMaker Amazon Web Services resources.</p>
425
- * <p>You can add tags to notebook instances, training jobs, hyperparameter tuning jobs,
425
+ * <p>You can add tags to notebook instances, training jobs, hyperparameter tuning jobs,
426
426
  * batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and
427
427
  * endpoints. For more information on adding tags to SageMaker resources, see <a>AddTags</a>.</p>
428
- * <p>For more information on adding metadata to your Amazon Web Services resources with
428
+ * <p>For more information on adding metadata to your Amazon Web Services resources with
429
429
  * 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
430
430
  * managing Amazon Web Services resources with tagging, see <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
431
431
  * Best Practices: Implement an Effective Amazon Web Services Resource Tagging
@@ -517,7 +517,7 @@ export declare enum TrainingInputMode {
517
517
  /**
518
518
  * <p>Specifies the training algorithm to use in a <a>CreateTrainingJob</a>
519
519
  * request.</p>
520
- * <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
520
+ * <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
521
521
  * 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 Amazon
522
522
  * SageMaker</a>. </p>
523
523
  */
@@ -531,20 +531,20 @@ export interface AlgorithmSpecification {
531
531
  * <code>registry/repository[@digest]</code> image path formats. For more information
532
532
  * 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
533
533
  * Amazon SageMaker</a>.</p>
534
- * <note>
534
+ * <note>
535
535
  * <p>You must specify either the algorithm name to the <code>AlgorithmName</code>
536
536
  * parameter or the image URI of the algorithm container to the
537
537
  * <code>TrainingImage</code> parameter.</p>
538
538
  * <p>For more information, see the note in the <code>AlgorithmName</code> parameter
539
539
  * description.</p>
540
- * </note>
540
+ * </note>
541
541
  */
542
542
  TrainingImage?: string;
543
543
  /**
544
544
  * <p>The name of the algorithm resource to use for the training job. This must be an
545
545
  * algorithm resource that you created or subscribe to on Amazon Web Services
546
546
  * Marketplace.</p>
547
- * <note>
547
+ * <note>
548
548
  * <p>You must specify either the algorithm name to the <code>AlgorithmName</code>
549
549
  * parameter or the image URI of the algorithm container to the
550
550
  * <code>TrainingImage</code> parameter.</p>
@@ -555,43 +555,40 @@ export interface AlgorithmSpecification {
555
555
  * <p>If you specify values for both parameters, the training job might break; if you
556
556
  * don't specify any value for both parameters, the training job might raise a
557
557
  * <code>null</code> error.</p>
558
- * </note>
558
+ * </note>
559
559
  */
560
560
  AlgorithmName?: string;
561
561
  /**
562
562
  * <p>The training input mode that the algorithm supports. For more information about input
563
563
  * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
564
- *
565
- * <p>
564
+ * <p>
566
565
  * <b>Pipe mode</b>
567
566
  * </p>
568
- * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
567
+ * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
569
568
  * Amazon S3 to the container.</p>
570
- *
571
- * <p>
569
+ * <p>
572
570
  * <b>File mode</b>
573
571
  * </p>
574
- * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
572
+ * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
575
573
  * S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume
576
574
  * for the training container.</p>
577
- * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
575
+ * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
578
576
  * data downloaded from S3. In addition to the training data, the ML storage volume also
579
577
  * stores the output model. The algorithm container uses the ML storage volume to also
580
578
  * store intermediate information, if any.</p>
581
- * <p>For distributed algorithms, training data is distributed uniformly. Your training
579
+ * <p>For distributed algorithms, training data is distributed uniformly. Your training
582
580
  * duration is predictable if the input data objects sizes are approximately the same. SageMaker
583
581
  * does not split the files any further for model training. If the object sizes are skewed,
584
582
  * training won't be optimal as the data distribution is also skewed when one host in a
585
583
  * training cluster is overloaded, thus becoming a bottleneck in training.</p>
586
- *
587
- * <p>
584
+ * <p>
588
585
  * <b>FastFile mode</b>
589
586
  * </p>
590
- * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
587
+ * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
591
588
  * S3 to the container with no code changes, and provides file system access to the data.
592
589
  * Users can author their training script to interact with these files as if they were
593
590
  * stored on disk.</p>
594
- * <p>
591
+ * <p>
595
592
  * <code>FastFile</code> mode works best when the data is read sequentially. Augmented
596
593
  * manifest files aren't supported. The startup time is lower when there are fewer files in
597
594
  * the S3 bucket provided.</p>
@@ -606,26 +603,26 @@ export interface AlgorithmSpecification {
606
603
  * <p>To generate and save time-series metrics during training, set to <code>true</code>.
607
604
  * The default is <code>false</code> and time-series metrics aren't generated except in the
608
605
  * following cases:</p>
609
- * <ul>
606
+ * <ul>
610
607
  * <li>
611
- * <p>You use one of the SageMaker built-in algorithms</p>
608
+ * <p>You use one of the SageMaker built-in algorithms</p>
612
609
  * </li>
613
610
  * <li>
614
- * <p>You use one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-containers-frameworks-deep-learning.html">Prebuilt SageMaker Docker Images</a>:</p>
615
- * <ul>
611
+ * <p>You use one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-containers-frameworks-deep-learning.html">Prebuilt SageMaker Docker Images</a>:</p>
612
+ * <ul>
616
613
  * <li>
617
- * <p>Tensorflow (version >= 1.15)</p>
618
- * </li>
614
+ * <p>Tensorflow (version >= 1.15)</p>
615
+ * </li>
619
616
  * <li>
620
- * <p>MXNet (version >= 1.6)</p>
621
- * </li>
617
+ * <p>MXNet (version >= 1.6)</p>
618
+ * </li>
622
619
  * <li>
623
- * <p>PyTorch (version >= 1.3)</p>
624
- * </li>
620
+ * <p>PyTorch (version >= 1.3)</p>
621
+ * </li>
625
622
  * </ul>
626
623
  * </li>
627
624
  * <li>
628
- * <p>You specify at least one <a>MetricDefinition</a>
625
+ * <p>You specify at least one <a>MetricDefinition</a>
629
626
  * </p>
630
627
  * </li>
631
628
  * </ul>
@@ -763,10 +760,10 @@ export interface S3DataSource {
763
760
  /**
764
761
  * <p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix.
765
762
  * SageMaker uses all objects that match the specified key name prefix for model training. </p>
766
- * <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
763
+ * <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
767
764
  * is a manifest file containing a list of object keys that you want SageMaker to use for model
768
765
  * training. </p>
769
- * <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is
766
+ * <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is
770
767
  * an augmented manifest file in JSON lines format. This file contains the data you want to
771
768
  * use for model training. <code>AugmentedManifestFile</code> can only be used if the
772
769
  * Channel's input mode is <code>Pipe</code>.</p>
@@ -775,56 +772,56 @@ export interface S3DataSource {
775
772
  /**
776
773
  * <p>Depending on the value specified for the <code>S3DataType</code>, identifies either
777
774
  * a key name prefix or a manifest. For example: </p>
778
- * <ul>
775
+ * <ul>
779
776
  * <li>
780
- * <p> A key name prefix might look like this:
777
+ * <p> A key name prefix might look like this:
781
778
  * <code>s3://bucketname/exampleprefix</code>
782
779
  * </p>
783
780
  * </li>
784
781
  * <li>
785
- * <p> A manifest might look like this:
782
+ * <p> A manifest might look like this:
786
783
  * <code>s3://bucketname/example.manifest</code>
787
- * </p>
788
- * <p> A manifest is an S3 object which is a JSON file consisting of an array of
784
+ * </p>
785
+ * <p> A manifest is an S3 object which is a JSON file consisting of an array of
789
786
  * elements. The first element is a prefix which is followed by one or more
790
787
  * suffixes. SageMaker appends the suffix elements to the prefix to get a full set
791
788
  * of <code>S3Uri</code>. Note that the prefix must be a valid non-empty
792
789
  * <code>S3Uri</code> that precludes users from specifying a manifest whose
793
790
  * individual <code>S3Uri</code> is sourced from different S3 buckets.</p>
794
- * <p> The following code example shows a valid manifest format: </p>
795
- * <p>
796
- * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
797
- * </p>
798
- * <p>
799
- * <code> "relative/path/to/custdata-1",</code>
800
- * </p>
801
- * <p>
802
- * <code> "relative/path/custdata-2",</code>
803
- * </p>
804
- * <p>
805
- * <code> ...</code>
806
- * </p>
807
- * <p>
808
- * <code> "relative/path/custdata-N"</code>
809
- * </p>
810
- * <p>
811
- * <code>]</code>
812
- * </p>
813
- * <p> This JSON is equivalent to the following <code>S3Uri</code>
791
+ * <p> The following code example shows a valid manifest format: </p>
792
+ * <p>
793
+ * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
794
+ * </p>
795
+ * <p>
796
+ * <code> "relative/path/to/custdata-1",</code>
797
+ * </p>
798
+ * <p>
799
+ * <code> "relative/path/custdata-2",</code>
800
+ * </p>
801
+ * <p>
802
+ * <code> ...</code>
803
+ * </p>
804
+ * <p>
805
+ * <code> "relative/path/custdata-N"</code>
806
+ * </p>
807
+ * <p>
808
+ * <code>]</code>
809
+ * </p>
810
+ * <p> This JSON is equivalent to the following <code>S3Uri</code>
814
811
  * list:</p>
815
- * <p>
816
- * <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code>
817
- * </p>
818
- * <p>
819
- * <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code>
820
- * </p>
821
- * <p>
822
- * <code>...</code>
823
- * </p>
824
- * <p>
825
- * <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code>
826
- * </p>
827
- * <p>The complete set of <code>S3Uri</code> in this manifest is the input data
812
+ * <p>
813
+ * <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code>
814
+ * </p>
815
+ * <p>
816
+ * <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code>
817
+ * </p>
818
+ * <p>
819
+ * <code>...</code>
820
+ * </p>
821
+ * <p>
822
+ * <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code>
823
+ * </p>
824
+ * <p>The complete set of <code>S3Uri</code> in this manifest is the input data
828
825
  * for the channel for this data source. The object that each <code>S3Uri</code>
829
826
  * points to must be readable by the IAM role that SageMaker uses to perform tasks on
830
827
  * your behalf. </p>
@@ -835,16 +832,16 @@ export interface S3DataSource {
835
832
  /**
836
833
  * <p>If you want SageMaker to replicate the entire dataset on each ML compute instance that
837
834
  * is launched for model training, specify <code>FullyReplicated</code>. </p>
838
- * <p>If you want SageMaker to replicate a subset of data on each ML compute instance that is
835
+ * <p>If you want SageMaker to replicate a subset of data on each ML compute instance that is
839
836
  * launched for model training, specify <code>ShardedByS3Key</code>. If there are
840
837
  * <i>n</i> ML compute instances launched for a training job, each
841
838
  * instance gets approximately 1/<i>n</i> of the number of S3 objects. In
842
839
  * this case, model training on each machine uses only the subset of training data. </p>
843
- * <p>Don't choose more ML compute instances for training than available S3 objects. If
840
+ * <p>Don't choose more ML compute instances for training than available S3 objects. If
844
841
  * you do, some nodes won't get any data and you will pay for nodes that aren't getting any
845
842
  * training data. This applies in both File and Pipe modes. Keep this in mind when
846
843
  * developing algorithms. </p>
847
- * <p>In distributed training, where you use multiple ML compute EC2 instances, you might
844
+ * <p>In distributed training, where you use multiple ML compute EC2 instances, you might
848
845
  * choose <code>ShardedByS3Key</code>. If the algorithm requires copying training data to
849
846
  * the ML storage volume (when <code>TrainingInputMode</code> is set to <code>File</code>),
850
847
  * this copies 1/<i>n</i> of the number of objects. </p>
@@ -885,7 +882,7 @@ export declare enum RecordWrapper {
885
882
  * <code>AugmentedManifestFile</code>, the order of the JSON lines in the
886
883
  * <code>AugmentedManifestFile</code> is shuffled. The shuffling order is determined
887
884
  * using the <code>Seed</code> value.</p>
888
- * <p>For Pipe input mode, when <code>ShuffleConfig</code> is specified shuffling is done at
885
+ * <p>For Pipe input mode, when <code>ShuffleConfig</code> is specified shuffling is done at
889
886
  * the start of every epoch. With large datasets, this ensures that the order of the
890
887
  * training data is different for each epoch, and it helps reduce bias and possible
891
888
  * overfitting. In a multi-node training job when <code>ShuffleConfig</code> is combined
@@ -923,12 +920,12 @@ export interface Channel {
923
920
  CompressionType?: CompressionType | string;
924
921
  /**
925
922
  * <p></p>
926
- * <p>Specify RecordIO as the value when input data is in raw format but the training
923
+ * <p>Specify RecordIO as the value when input data is in raw format but the training
927
924
  * algorithm requires the RecordIO format. In this case, SageMaker wraps each individual S3
928
925
  * object in a RecordIO record. If the input data is already in RecordIO format, you don't
929
926
  * need to set this attribute. For more information, see <a href="https://mxnet.apache.org/api/architecture/note_data_loading#data-format">Create
930
927
  * a Dataset Using RecordIO</a>. </p>
931
- * <p>In File mode, leave this field unset or set it to None.</p>
928
+ * <p>In File mode, leave this field unset or set it to None.</p>
932
929
  */
933
930
  RecordWrapperType?: RecordWrapper | string;
934
931
  /**
@@ -941,7 +938,7 @@ export interface Channel {
941
938
  * storage volume, and mount the directory to a Docker volume, use <code>File</code> input
942
939
  * mode. To stream data directly from Amazon S3 to the container, choose <code>Pipe</code> input
943
940
  * mode.</p>
944
- * <p>To use a model for incremental training, choose <code>File</code> input model.</p>
941
+ * <p>To use a model for incremental training, choose <code>File</code> input model.</p>
945
942
  */
946
943
  InputMode?: TrainingInputMode | string;
947
944
  /**
@@ -952,7 +949,7 @@ export interface Channel {
952
949
  * <code>AugmentedManifestFile</code>, the order of the JSON lines in the
953
950
  * <code>AugmentedManifestFile</code> is shuffled. The shuffling order is determined
954
951
  * using the <code>Seed</code> value.</p>
955
- * <p>For Pipe input mode, shuffling is done at the start of every epoch. With large
952
+ * <p>For Pipe input mode, shuffling is done at the start of every epoch. With large
956
953
  * datasets this ensures that the order of the training data is different for each epoch,
957
954
  * it helps reduce bias and possible overfitting. In a multi-node training job when
958
955
  * ShuffleConfig is combined with <code>S3DataDistributionType</code> of
@@ -971,33 +968,33 @@ export interface OutputDataConfig {
971
968
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
972
969
  * uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The
973
970
  * <code>KmsKeyId</code> can be any of the following formats: </p>
974
- * <ul>
971
+ * <ul>
975
972
  * <li>
976
- * <p>// KMS Key ID</p>
977
- * <p>
978
- * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
979
- * </p>
973
+ * <p>// KMS Key ID</p>
974
+ * <p>
975
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
976
+ * </p>
980
977
  * </li>
981
978
  * <li>
982
- * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
983
- * <p>
984
- * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
985
- * </p>
979
+ * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
980
+ * <p>
981
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
982
+ * </p>
986
983
  * </li>
987
984
  * <li>
988
- * <p>// KMS Key Alias</p>
989
- * <p>
990
- * <code>"alias/ExampleAlias"</code>
991
- * </p>
985
+ * <p>// KMS Key Alias</p>
986
+ * <p>
987
+ * <code>"alias/ExampleAlias"</code>
988
+ * </p>
992
989
  * </li>
993
990
  * <li>
994
- * <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p>
995
- * <p>
996
- * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
997
- * </p>
991
+ * <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p>
992
+ * <p>
993
+ * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
994
+ * </p>
998
995
  * </li>
999
996
  * </ul>
1000
- * <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
997
+ * <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
1001
998
  * include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID,
1002
999
  * SageMaker uses the default KMS key for Amazon S3 for your role's account. SageMaker uses server-side
1003
1000
  * encryption with KMS-managed keys for <code>OutputDataConfig</code>. If you use a bucket
@@ -1007,7 +1004,7 @@ export interface OutputDataConfig {
1007
1004
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html">KMS-Managed Encryption
1008
1005
  * Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i>
1009
1006
  * </p>
1010
- * <p>The KMS key policy must grant permission to the IAM role that you specify in your
1007
+ * <p>The KMS key policy must grant permission to the IAM role that you specify in your
1011
1008
  * <code>CreateTrainingJob</code>, <code>CreateTransformJob</code>, or
1012
1009
  * <code>CreateHyperParameterTuningJob</code> requests. For more information, see
1013
1010
  * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using
@@ -1091,12 +1088,34 @@ export interface InstanceGroup {
1091
1088
  InstanceGroupName: string | undefined;
1092
1089
  }
1093
1090
  /**
1094
- * <p>Describes the resources, including ML compute instances and ML storage volumes, to
1091
+ * <p>Describes the resources, including machine learning (ML) compute instances and ML storage volumes, to
1095
1092
  * use for model training. </p>
1096
1093
  */
1097
1094
  export interface ResourceConfig {
1098
1095
  /**
1099
1096
  * <p>The ML compute instance type. </p>
1097
+ * <note>
1098
+ * <p>SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th,
1099
+ * 2022. </p>
1100
+ * <p>
1101
+ * <a href="http://aws.amazon.com/ec2/instance-types/p4/">Amazon EC2 P4de instances</a>
1102
+ * (currently in preview) are powered by 8 NVIDIA A100 GPUs with
1103
+ * 80GB high-performance HBM2e GPU memory, which accelerate the speed of training
1104
+ * ML models that need to be trained on large datasets of
1105
+ * high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on
1106
+ * P4de instances (<code>ml.p4de.24xlarge</code>) to reduce model training time. The
1107
+ * <code>ml.p4de.24xlarge</code> instances are available in the following Amazon Web Services Regions. </p>
1108
+ * <ul>
1109
+ * <li>
1110
+ * <p>US East (N. Virginia) (us-east-1)</p>
1111
+ * </li>
1112
+ * <li>
1113
+ * <p>US West (Oregon) (us-west-2)</p>
1114
+ * </li>
1115
+ * </ul>
1116
+ * <p>To request quota limit increase and start using P4de instances, contact the SageMaker
1117
+ * Training service team through your account team.</p>
1118
+ * </note>
1100
1119
  */
1101
1120
  InstanceType?: TrainingInstanceType | string;
1102
1121
  /**
@@ -1106,23 +1125,23 @@ export interface ResourceConfig {
1106
1125
  InstanceCount?: number;
1107
1126
  /**
1108
1127
  * <p>The size of the ML storage volume that you want to provision. </p>
1109
- * <p>ML storage volumes store model artifacts and incremental states. Training
1128
+ * <p>ML storage volumes store model artifacts and incremental states. Training
1110
1129
  * algorithms might also use the ML storage volume for scratch space. If you want to store
1111
1130
  * the training data in the ML storage volume, choose <code>File</code> as the
1112
1131
  * <code>TrainingInputMode</code> in the algorithm specification. </p>
1113
- * <p>When using an ML instance with <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes">NVMe SSD
1132
+ * <p>When using an ML instance with <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes">NVMe SSD
1114
1133
  * volumes</a>, SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage.
1115
1134
  * Available storage is fixed to the NVMe-type instance's storage capacity. SageMaker configures
1116
1135
  * storage paths for training datasets, checkpoints, model artifacts, and outputs to use
1117
1136
  * the entire capacity of the instance storage. For example, ML instance families with the
1118
1137
  * NVMe-type instance storage include <code>ml.p4d</code>, <code>ml.g4dn</code>, and
1119
1138
  * <code>ml.g5</code>. </p>
1120
- * <p>When using an ML instance with the EBS-only storage option and without instance
1139
+ * <p>When using an ML instance with the EBS-only storage option and without instance
1121
1140
  * storage, you must define the size of EBS volume through <code>VolumeSizeInGB</code> in
1122
1141
  * the <code>ResourceConfig</code> API. For example, ML instance families that use EBS
1123
1142
  * volumes include <code>ml.c5</code> and <code>ml.p2</code>. </p>
1124
- * <p>To look up instance types and their instance storage types and volumes, see <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instance Types</a>.</p>
1125
- * <p>To find the default local paths defined by the SageMaker training platform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html">Amazon SageMaker
1143
+ * <p>To look up instance types and their instance storage types and volumes, see <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instance Types</a>.</p>
1144
+ * <p>To find the default local paths defined by the SageMaker training platform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html">Amazon SageMaker
1126
1145
  * Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and
1127
1146
  * Outputs</a>.</p>
1128
1147
  */
@@ -1130,7 +1149,7 @@ export interface ResourceConfig {
1130
1149
  /**
1131
1150
  * <p>The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume
1132
1151
  * attached to the ML compute instance(s) that run the training job.</p>
1133
- * <note>
1152
+ * <note>
1134
1153
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
1135
1154
  * type. Local storage volumes are encrypted using a hardware module on the instance.
1136
1155
  * You can't request a <code>VolumeKmsKeyId</code> when using an instance type with
@@ -1138,20 +1157,20 @@ export interface ResourceConfig {
1138
1157
  * <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>
1139
1158
  * <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
1140
1159
  * Instance Store Volumes</a>.</p>
1141
- * </note>
1142
- * <p>The <code>VolumeKmsKeyId</code> can be in any of the following formats:</p>
1143
- * <ul>
1160
+ * </note>
1161
+ * <p>The <code>VolumeKmsKeyId</code> can be in any of the following formats:</p>
1162
+ * <ul>
1144
1163
  * <li>
1145
- * <p>// KMS Key ID</p>
1146
- * <p>
1147
- * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1148
- * </p>
1164
+ * <p>// KMS Key ID</p>
1165
+ * <p>
1166
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1167
+ * </p>
1149
1168
  * </li>
1150
1169
  * <li>
1151
- * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
1152
- * <p>
1153
- * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1154
- * </p>
1170
+ * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
1171
+ * <p>
1172
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
1173
+ * </p>
1155
1174
  * </li>
1156
1175
  * </ul>
1157
1176
  */
@@ -1171,34 +1190,34 @@ export interface ResourceConfig {
1171
1190
  * It also specifies how long a managed spot training job has to complete. When the job
1172
1191
  * reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap
1173
1192
  * model training costs.</p>
1174
- * <p>To stop a training job, SageMaker sends the algorithm the <code>SIGTERM</code> signal,
1193
+ * <p>To stop a training job, SageMaker sends the algorithm the <code>SIGTERM</code> signal,
1175
1194
  * which delays job termination for 120 seconds. Algorithms can use this 120-second window
1176
1195
  * to save the model artifacts, so the results of training are not lost. </p>
1177
- * <p>The training algorithms provided by SageMaker automatically save the intermediate results
1196
+ * <p>The training algorithms provided by SageMaker automatically save the intermediate results
1178
1197
  * of a model training job when possible. This attempt to save artifacts is only a best
1179
1198
  * effort case as model might not be in a state from which it can be saved. For example, if
1180
1199
  * training has just started, the model might not be ready to save. When saved, this
1181
1200
  * intermediate data is a valid model artifact. You can use it to create a model with
1182
1201
  * <code>CreateModel</code>.</p>
1183
- * <note>
1202
+ * <note>
1184
1203
  * <p>The Neural Topic Model (NTM) currently does not support saving intermediate model
1185
1204
  * artifacts. When training NTMs, make sure that the maximum runtime is sufficient for
1186
1205
  * the training job to complete.</p>
1187
- * </note>
1206
+ * </note>
1188
1207
  */
1189
1208
  export interface StoppingCondition {
1190
1209
  /**
1191
1210
  * <p>The maximum length of time, in seconds, that a training or compilation job can run
1192
1211
  * before it is stopped.</p>
1193
- * <p>For compilation jobs, if the job does not complete during this time, a
1212
+ * <p>For compilation jobs, if the job does not complete during this time, a
1194
1213
  * <code>TimeOut</code> error is generated. We recommend starting with 900 seconds and
1195
1214
  * increasing as necessary based on your model.</p>
1196
- * <p>For all other jobs, if the job does not complete during this time, SageMaker ends the job.
1215
+ * <p>For all other jobs, if the job does not complete during this time, SageMaker ends the job.
1197
1216
  * When <code>RetryStrategy</code> is specified in the job request,
1198
1217
  * <code>MaxRuntimeInSeconds</code> specifies the maximum time for all of the attempts
1199
1218
  * in total, not each individual attempt. The default value is 1 day. The maximum value is
1200
1219
  * 28 days.</p>
1201
- * <p>The maximum time that a <code>TrainingJob</code> can run in total, including any time
1220
+ * <p>The maximum time that a <code>TrainingJob</code> can run in total, including any time
1202
1221
  * spent publishing metrics or archiving and uploading models after it has been stopped, is
1203
1222
  * 30 days.</p>
1204
1223
  */
@@ -1209,7 +1228,7 @@ export interface StoppingCondition {
1209
1228
  * time the job can run. It must be equal to or greater than
1210
1229
  * <code>MaxRuntimeInSeconds</code>. If the job does not complete during this time,
1211
1230
  * SageMaker ends the job.</p>
1212
- * <p>When <code>RetryStrategy</code> is specified in the job request,
1231
+ * <p>When <code>RetryStrategy</code> is specified in the job request,
1213
1232
  * <code>MaxWaitTimeInSeconds</code> specifies the maximum time for all of the attempts
1214
1233
  * in total, not each individual attempt.</p>
1215
1234
  */
@@ -1222,37 +1241,34 @@ export interface TrainingJobDefinition {
1222
1241
  /**
1223
1242
  * <p>The training input mode that the algorithm supports. For more information about input
1224
1243
  * modes, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.</p>
1225
- *
1226
- * <p>
1244
+ * <p>
1227
1245
  * <b>Pipe mode</b>
1228
1246
  * </p>
1229
- * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
1247
+ * <p>If an algorithm supports <code>Pipe</code> mode, Amazon SageMaker streams data directly from
1230
1248
  * Amazon S3 to the container.</p>
1231
- *
1232
- * <p>
1249
+ * <p>
1233
1250
  * <b>File mode</b>
1234
1251
  * </p>
1235
- * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
1252
+ * <p>If an algorithm supports <code>File</code> mode, SageMaker downloads the training data from
1236
1253
  * S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume
1237
1254
  * for the training container.</p>
1238
- * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
1255
+ * <p>You must provision the ML storage volume with sufficient capacity to accommodate the
1239
1256
  * data downloaded from S3. In addition to the training data, the ML storage volume also
1240
1257
  * stores the output model. The algorithm container uses the ML storage volume to also
1241
1258
  * store intermediate information, if any.</p>
1242
- * <p>For distributed algorithms, training data is distributed uniformly. Your training
1259
+ * <p>For distributed algorithms, training data is distributed uniformly. Your training
1243
1260
  * duration is predictable if the input data objects sizes are approximately the same. SageMaker
1244
1261
  * does not split the files any further for model training. If the object sizes are skewed,
1245
1262
  * training won't be optimal as the data distribution is also skewed when one host in a
1246
1263
  * training cluster is overloaded, thus becoming a bottleneck in training.</p>
1247
- *
1248
- * <p>
1264
+ * <p>
1249
1265
  * <b>FastFile mode</b>
1250
1266
  * </p>
1251
- * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
1267
+ * <p>If an algorithm supports <code>FastFile</code> mode, SageMaker streams data directly from
1252
1268
  * S3 to the container with no code changes, and provides file system access to the data.
1253
1269
  * Users can author their training script to interact with these files as if they were
1254
1270
  * stored on disk.</p>
1255
- * <p>
1271
+ * <p>
1256
1272
  * <code>FastFile</code> mode works best when the data is read sequentially. Augmented
1257
1273
  * manifest files aren't supported. The startup time is lower when there are fewer files in
1258
1274
  * the S3 bucket provided.</p>
@@ -1281,7 +1297,7 @@ export interface TrainingJobDefinition {
1281
1297
  * <p>Specifies a limit to how long a model training job can run. It also specifies how long
1282
1298
  * a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
1283
1299
  * ends the training job. Use this API to cap model training costs.</p>
1284
- * <p>To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job
1300
+ * <p>To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job
1285
1301
  * termination for 120 seconds. Algorithms can use this 120-second window to save the model
1286
1302
  * artifacts.</p>
1287
1303
  */
@@ -1298,61 +1314,61 @@ export interface TransformS3DataSource {
1298
1314
  /**
1299
1315
  * <p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix.
1300
1316
  * Amazon SageMaker uses all objects with the specified key name prefix for batch transform. </p>
1301
- * <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
1317
+ * <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
1302
1318
  * is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch
1303
1319
  * transform. </p>
1304
- * <p>The following values are compatible: <code>ManifestFile</code>,
1320
+ * <p>The following values are compatible: <code>ManifestFile</code>,
1305
1321
  * <code>S3Prefix</code>
1306
1322
  * </p>
1307
- * <p>The following value is not compatible: <code>AugmentedManifestFile</code>
1323
+ * <p>The following value is not compatible: <code>AugmentedManifestFile</code>
1308
1324
  * </p>
1309
1325
  */
1310
1326
  S3DataType: S3DataType | string | undefined;
1311
1327
  /**
1312
1328
  * <p>Depending on the value specified for the <code>S3DataType</code>, identifies either a
1313
1329
  * key name prefix or a manifest. For example:</p>
1314
- * <ul>
1330
+ * <ul>
1315
1331
  * <li>
1316
- * <p> A key name prefix might look like this:
1332
+ * <p> A key name prefix might look like this:
1317
1333
  * <code>s3://bucketname/exampleprefix</code>. </p>
1318
1334
  * </li>
1319
1335
  * <li>
1320
- * <p> A manifest might look like this:
1336
+ * <p> A manifest might look like this:
1321
1337
  * <code>s3://bucketname/example.manifest</code>
1322
- * </p>
1323
- * <p> The manifest is an S3 object which is a JSON file with the following format: </p>
1324
- * <p>
1325
- * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
1326
- * </p>
1327
- * <p>
1328
- * <code>"relative/path/to/custdata-1",</code>
1329
- * </p>
1330
- * <p>
1331
- * <code>"relative/path/custdata-2",</code>
1332
- * </p>
1333
- * <p>
1334
- * <code>...</code>
1335
- * </p>
1336
- * <p>
1337
- * <code>"relative/path/custdata-N"</code>
1338
- * </p>
1339
- * <p>
1340
- * <code>]</code>
1341
- * </p>
1342
- * <p> The preceding JSON matches the following <code>S3Uris</code>: </p>
1343
- * <p>
1344
- * <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code>
1345
- * </p>
1346
- * <p>
1347
- * <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code>
1348
- * </p>
1349
- * <p>
1350
- * <code>...</code>
1351
- * </p>
1352
- * <p>
1353
- * <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code>
1354
- * </p>
1355
- * <p> The complete set of <code>S3Uris</code> in this manifest constitutes the
1338
+ * </p>
1339
+ * <p> The manifest is an S3 object which is a JSON file with the following format: </p>
1340
+ * <p>
1341
+ * <code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code>
1342
+ * </p>
1343
+ * <p>
1344
+ * <code>"relative/path/to/custdata-1",</code>
1345
+ * </p>
1346
+ * <p>
1347
+ * <code>"relative/path/custdata-2",</code>
1348
+ * </p>
1349
+ * <p>
1350
+ * <code>...</code>
1351
+ * </p>
1352
+ * <p>
1353
+ * <code>"relative/path/custdata-N"</code>
1354
+ * </p>
1355
+ * <p>
1356
+ * <code>]</code>
1357
+ * </p>
1358
+ * <p> The preceding JSON matches the following <code>S3Uris</code>: </p>
1359
+ * <p>
1360
+ * <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code>
1361
+ * </p>
1362
+ * <p>
1363
+ * <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code>
1364
+ * </p>
1365
+ * <p>
1366
+ * <code>...</code>
1367
+ * </p>
1368
+ * <p>
1369
+ * <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code>
1370
+ * </p>
1371
+ * <p> The complete set of <code>S3Uris</code> in this manifest constitutes the
1356
1372
  * input data for the channel for this datasource. The object that each
1357
1373
  * <code>S3Uris</code> points to must be readable by the IAM role that Amazon SageMaker
1358
1374
  * uses to perform tasks on your behalf.</p>
@@ -1413,21 +1429,21 @@ export interface TransformInput {
1413
1429
  * to <code>Line</code> to split records on a newline character boundary.
1414
1430
  * <code>SplitType</code> also supports a number of record-oriented binary data
1415
1431
  * formats. Currently, the supported record formats are:</p>
1416
- * <ul>
1432
+ * <ul>
1417
1433
  * <li>
1418
- * <p>RecordIO</p>
1434
+ * <p>RecordIO</p>
1419
1435
  * </li>
1420
1436
  * <li>
1421
- * <p>TFRecord</p>
1437
+ * <p>TFRecord</p>
1422
1438
  * </li>
1423
1439
  * </ul>
1424
- * <p>When splitting is enabled, the size of a mini-batch depends on the values of the
1440
+ * <p>When splitting is enabled, the size of a mini-batch depends on the values of the
1425
1441
  * <code>BatchStrategy</code> and <code>MaxPayloadInMB</code> parameters. When the
1426
1442
  * value of <code>BatchStrategy</code> is <code>MultiRecord</code>, Amazon SageMaker sends the maximum
1427
1443
  * number of records in each request, up to the <code>MaxPayloadInMB</code> limit. If the
1428
1444
  * value of <code>BatchStrategy</code> is <code>SingleRecord</code>, Amazon SageMaker sends individual
1429
1445
  * records in each request.</p>
1430
- * <note>
1446
+ * <note>
1431
1447
  * <p>Some data formats represent a record as a binary payload wrapped with extra
1432
1448
  * padding bytes. When splitting is applied to a binary data format, padding is removed
1433
1449
  * if the value of <code>BatchStrategy</code> is set to <code>SingleRecord</code>.
@@ -1436,7 +1452,7 @@ export interface TransformInput {
1436
1452
  * <p>For more information about <code>RecordIO</code>, see <a href="https://mxnet.apache.org/api/faq/recordio">Create a Dataset Using
1437
1453
  * RecordIO</a> in the MXNet documentation. For more information about
1438
1454
  * <code>TFRecord</code>, see <a href="https://www.tensorflow.org/guide/data#consuming_tfrecord_data">Consuming TFRecord data</a> in the TensorFlow documentation.</p>
1439
- * </note>
1455
+ * </note>
1440
1456
  */
1441
1457
  SplitType?: SplitType | string;
1442
1458
  }
@@ -1451,7 +1467,7 @@ export interface TransformOutput {
1451
1467
  /**
1452
1468
  * <p>The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For
1453
1469
  * example, <code>s3://bucket-name/key-name-prefix</code>.</p>
1454
- * <p>For every S3 object used as input for the transform job, batch transform stores the
1470
+ * <p>For every S3 object used as input for the transform job, batch transform stores the
1455
1471
  * transformed data with an .<code>out</code> suffix in a corresponding subfolder in the
1456
1472
  * location in the output prefix. For example, for the input data stored at
1457
1473
  * <code>s3://bucket-name/input-name-prefix/dataset01/data.csv</code>, batch transform
@@ -1482,34 +1498,32 @@ export interface TransformOutput {
1482
1498
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using
1483
1499
  * Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following
1484
1500
  * formats: </p>
1485
- * <ul>
1501
+ * <ul>
1486
1502
  * <li>
1487
- * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
1488
- * </p>
1503
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
1504
+ * </p>
1489
1505
  * </li>
1490
1506
  * <li>
1491
- * <p>Key ARN:
1507
+ * <p>Key ARN:
1492
1508
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
1493
- * </p>
1509
+ * </p>
1494
1510
  * </li>
1495
1511
  * <li>
1496
- * <p>Alias name: <code>alias/ExampleAlias</code>
1497
- * </p>
1512
+ * <p>Alias name: <code>alias/ExampleAlias</code>
1513
+ * </p>
1498
1514
  * </li>
1499
1515
  * <li>
1500
- * <p>Alias name ARN:
1516
+ * <p>Alias name ARN:
1501
1517
  * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
1502
- * </p>
1518
+ * </p>
1503
1519
  * </li>
1504
1520
  * </ul>
1505
- *
1506
- *
1507
- * <p>If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your
1521
+ * <p>If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your
1508
1522
  * role's account. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed Encryption Keys</a> in the
1509
1523
  * <i>Amazon Simple Storage Service
1510
1524
  * Developer Guide.</i>
1511
1525
  * </p>
1512
- * <p>The KMS key policy must grant permission to the IAM role that you specify in your
1526
+ * <p>The KMS key policy must grant permission to the IAM role that you specify in your
1513
1527
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html">CreateModel</a>
1514
1528
  * request. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using
1515
1529
  * Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management Service Developer
@@ -1541,7 +1555,7 @@ export interface TransformResources {
1541
1555
  /**
1542
1556
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume
1543
1557
  * attached to the ML compute instance(s) that run the batch transform job.</p>
1544
- * <note>
1558
+ * <note>
1545
1559
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
1546
1560
  * type. Local storage volumes are encrypted using a hardware module on the instance.
1547
1561
  * You can't request a <code>VolumeKmsKeyId</code> when using an instance type with
@@ -1549,25 +1563,25 @@ export interface TransformResources {
1549
1563
  * <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>
1550
1564
  * <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
1551
1565
  * Instance Store Volumes</a>.</p>
1552
- * </note>
1553
- * <p>
1566
+ * </note>
1567
+ * <p>
1554
1568
  * The <code>VolumeKmsKeyId</code> can be any of the following formats:</p>
1555
- * <ul>
1569
+ * <ul>
1556
1570
  * <li>
1557
- * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
1558
- * </p>
1571
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
1572
+ * </p>
1559
1573
  * </li>
1560
1574
  * <li>
1561
- * <p>Key ARN:
1575
+ * <p>Key ARN:
1562
1576
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
1563
- * </p>
1577
+ * </p>
1564
1578
  * </li>
1565
1579
  * <li>
1566
- * <p>Alias name: <code>alias/ExampleAlias</code>
1580
+ * <p>Alias name: <code>alias/ExampleAlias</code>
1567
1581
  * </p>
1568
1582
  * </li>
1569
1583
  * <li>
1570
- * <p>Alias name ARN:
1584
+ * <p>Alias name ARN:
1571
1585
  * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
1572
1586
  * </p>
1573
1587
  * </li>
@@ -1592,7 +1606,7 @@ export interface TransformJobDefinition {
1592
1606
  MaxPayloadInMB?: number;
1593
1607
  /**
1594
1608
  * <p>A string that determines the number of records included in a single mini-batch.</p>
1595
- * <p>
1609
+ * <p>
1596
1610
  * <code>SingleRecord</code> means only one record is used per mini-batch.
1597
1611
  * <code>MultiRecord</code> means a mini-batch is set to contain as many records that
1598
1612
  * can fit within the <code>MaxPayloadInMB</code> limit.</p>
@@ -1620,7 +1634,7 @@ export interface TransformJobDefinition {
1620
1634
  /**
1621
1635
  * <p>Defines a training job and a batch transform job that SageMaker runs to validate your
1622
1636
  * algorithm.</p>
1623
- * <p>The data provided in the validation profile is made available to your buyers on
1637
+ * <p>The data provided in the validation profile is made available to your buyers on
1624
1638
  * Amazon Web Services Marketplace.</p>
1625
1639
  */
1626
1640
  export interface AlgorithmValidationProfile {
@@ -1662,410 +1676,409 @@ export interface AlgorithmValidationSpecification {
1662
1676
  export interface AnnotationConsolidationConfig {
1663
1677
  /**
1664
1678
  * <p>The Amazon Resource Name (ARN) of a Lambda function implements the logic for <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html">annotation consolidation</a> and to process output data.</p>
1665
- * <p>This parameter is required for all labeling jobs. For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, use one
1679
+ * <p>This parameter is required for all labeling jobs. For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, use one
1666
1680
  * of the following Amazon SageMaker Ground Truth Lambda function ARNs for
1667
1681
  * <code>AnnotationConsolidationLambdaArn</code>. For custom labeling workflows, see
1668
1682
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-postlambda">Post-annotation Lambda</a>. </p>
1669
- *
1670
- * <p>
1683
+ * <p>
1671
1684
  * <b>Bounding box</b> - Finds the most similar boxes from
1672
1685
  * different workers based on the Jaccard index of the boxes.</p>
1673
- * <ul>
1686
+ * <ul>
1674
1687
  * <li>
1675
- * <p>
1688
+ * <p>
1676
1689
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox</code>
1677
- * </p>
1690
+ * </p>
1678
1691
  * </li>
1679
1692
  * <li>
1680
- * <p>
1693
+ * <p>
1681
1694
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox</code>
1682
- * </p>
1695
+ * </p>
1683
1696
  * </li>
1684
1697
  * <li>
1685
- * <p>
1698
+ * <p>
1686
1699
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox</code>
1687
- * </p>
1700
+ * </p>
1688
1701
  * </li>
1689
1702
  * <li>
1690
- * <p>
1703
+ * <p>
1691
1704
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox</code>
1692
1705
  * </p>
1693
1706
  * </li>
1694
1707
  * <li>
1695
- * <p>
1708
+ * <p>
1696
1709
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox</code>
1697
- * </p>
1710
+ * </p>
1698
1711
  * </li>
1699
1712
  * <li>
1700
- * <p>
1713
+ * <p>
1701
1714
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox</code>
1702
- * </p>
1715
+ * </p>
1703
1716
  * </li>
1704
1717
  * <li>
1705
- * <p>
1718
+ * <p>
1706
1719
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox</code>
1707
- * </p>
1720
+ * </p>
1708
1721
  * </li>
1709
1722
  * <li>
1710
- * <p>
1723
+ * <p>
1711
1724
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox</code>
1712
- * </p>
1725
+ * </p>
1713
1726
  * </li>
1714
1727
  * <li>
1715
- * <p>
1728
+ * <p>
1716
1729
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox</code>
1717
- * </p>
1730
+ * </p>
1718
1731
  * </li>
1719
1732
  * <li>
1720
- * <p>
1733
+ * <p>
1721
1734
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox</code>
1722
- * </p>
1735
+ * </p>
1723
1736
  * </li>
1724
1737
  * <li>
1725
- * <p>
1738
+ * <p>
1726
1739
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox</code>
1727
- * </p>
1740
+ * </p>
1728
1741
  * </li>
1729
1742
  * <li>
1730
- * <p>
1743
+ * <p>
1731
1744
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox</code>
1732
- * </p>
1745
+ * </p>
1733
1746
  * </li>
1734
1747
  * </ul>
1735
- * <p>
1748
+ * <p>
1736
1749
  * <b>Image classification</b> - Uses a variant of the
1737
1750
  * Expectation Maximization approach to estimate the true class of an image based on
1738
1751
  * annotations from individual workers.</p>
1739
- * <ul>
1752
+ * <ul>
1740
1753
  * <li>
1741
- * <p>
1742
- * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass</code>
1743
- * </p>
1754
+ * <p>
1755
+ * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass</code>
1756
+ * </p>
1744
1757
  * </li>
1745
1758
  * <li>
1746
- * <p>
1759
+ * <p>
1747
1760
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass</code>
1748
- * </p>
1761
+ * </p>
1749
1762
  * </li>
1750
1763
  * <li>
1751
- * <p>
1764
+ * <p>
1752
1765
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass</code>
1753
- * </p>
1766
+ * </p>
1754
1767
  * </li>
1755
1768
  * <li>
1756
- * <p>
1769
+ * <p>
1757
1770
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass</code>
1758
- * </p>
1771
+ * </p>
1759
1772
  * </li>
1760
1773
  * <li>
1761
- * <p>
1774
+ * <p>
1762
1775
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass</code>
1763
- * </p>
1776
+ * </p>
1764
1777
  * </li>
1765
1778
  * <li>
1766
- * <p>
1779
+ * <p>
1767
1780
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass</code>
1768
- * </p>
1781
+ * </p>
1769
1782
  * </li>
1770
1783
  * <li>
1771
- * <p>
1784
+ * <p>
1772
1785
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass</code>
1773
- * </p>
1786
+ * </p>
1774
1787
  * </li>
1775
1788
  * <li>
1776
- * <p>
1789
+ * <p>
1777
1790
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass</code>
1778
- * </p>
1791
+ * </p>
1779
1792
  * </li>
1780
1793
  * <li>
1781
- * <p>
1794
+ * <p>
1782
1795
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass</code>
1783
- * </p>
1796
+ * </p>
1784
1797
  * </li>
1785
1798
  * <li>
1786
- * <p>
1799
+ * <p>
1787
1800
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass</code>
1788
- * </p>
1801
+ * </p>
1789
1802
  * </li>
1790
1803
  * <li>
1791
- * <p>
1804
+ * <p>
1792
1805
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass</code>
1793
- * </p>
1806
+ * </p>
1794
1807
  * </li>
1795
1808
  * <li>
1796
- * <p>
1809
+ * <p>
1797
1810
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass</code>
1798
- * </p>
1811
+ * </p>
1799
1812
  * </li>
1800
1813
  * </ul>
1801
- * <p>
1814
+ * <p>
1802
1815
  * <b>Multi-label image classification</b> - Uses a variant of
1803
1816
  * the Expectation Maximization approach to estimate the true classes of an image based on
1804
1817
  * annotations from individual workers.</p>
1805
- * <ul>
1818
+ * <ul>
1806
1819
  * <li>
1807
- * <p>
1820
+ * <p>
1808
1821
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel</code>
1809
1822
  * </p>
1810
1823
  * </li>
1811
1824
  * <li>
1812
- * <p>
1825
+ * <p>
1813
1826
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel</code>
1814
1827
  * </p>
1815
1828
  * </li>
1816
1829
  * <li>
1817
- * <p>
1830
+ * <p>
1818
1831
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel</code>
1819
1832
  * </p>
1820
1833
  * </li>
1821
1834
  * <li>
1822
- * <p>
1835
+ * <p>
1823
1836
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel</code>
1824
1837
  * </p>
1825
1838
  * </li>
1826
1839
  * <li>
1827
- * <p>
1840
+ * <p>
1828
1841
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel</code>
1829
1842
  * </p>
1830
1843
  * </li>
1831
1844
  * <li>
1832
- * <p>
1845
+ * <p>
1833
1846
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel</code>
1834
1847
  * </p>
1835
1848
  * </li>
1836
1849
  * <li>
1837
- * <p>
1850
+ * <p>
1838
1851
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel</code>
1839
1852
  * </p>
1840
1853
  * </li>
1841
1854
  * <li>
1842
- * <p>
1855
+ * <p>
1843
1856
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel</code>
1844
1857
  * </p>
1845
1858
  * </li>
1846
1859
  * <li>
1847
- * <p>
1860
+ * <p>
1848
1861
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel</code>
1849
1862
  * </p>
1850
1863
  * </li>
1851
1864
  * <li>
1852
- * <p>
1865
+ * <p>
1853
1866
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel</code>
1854
1867
  * </p>
1855
1868
  * </li>
1856
1869
  * <li>
1857
- * <p>
1870
+ * <p>
1858
1871
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel</code>
1859
1872
  * </p>
1860
1873
  * </li>
1861
1874
  * <li>
1862
- * <p>
1875
+ * <p>
1863
1876
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel</code>
1864
1877
  * </p>
1865
1878
  * </li>
1866
1879
  * </ul>
1867
- * <p>
1880
+ * <p>
1868
1881
  * <b>Semantic segmentation</b> - Treats each pixel in an image
1869
1882
  * as a multi-class classification and treats pixel annotations from workers as "votes" for
1870
1883
  * the correct label.</p>
1871
- * <ul>
1884
+ * <ul>
1872
1885
  * <li>
1873
- * <p>
1886
+ * <p>
1874
1887
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation</code>
1875
1888
  * </p>
1876
1889
  * </li>
1877
1890
  * <li>
1878
- * <p>
1891
+ * <p>
1879
1892
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation</code>
1880
1893
  * </p>
1881
1894
  * </li>
1882
1895
  * <li>
1883
- * <p>
1896
+ * <p>
1884
1897
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation</code>
1885
1898
  * </p>
1886
1899
  * </li>
1887
1900
  * <li>
1888
- * <p>
1901
+ * <p>
1889
1902
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation</code>
1890
1903
  * </p>
1891
1904
  * </li>
1892
1905
  * <li>
1893
- * <p>
1906
+ * <p>
1894
1907
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation</code>
1895
1908
  * </p>
1896
1909
  * </li>
1897
1910
  * <li>
1898
- * <p>
1911
+ * <p>
1899
1912
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation</code>
1900
1913
  * </p>
1901
1914
  * </li>
1902
1915
  * <li>
1903
- * <p>
1916
+ * <p>
1904
1917
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation</code>
1905
1918
  * </p>
1906
1919
  * </li>
1907
1920
  * <li>
1908
- * <p>
1921
+ * <p>
1909
1922
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation</code>
1910
1923
  * </p>
1911
1924
  * </li>
1912
1925
  * <li>
1913
- * <p>
1926
+ * <p>
1914
1927
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation</code>
1915
1928
  * </p>
1916
1929
  * </li>
1917
1930
  * <li>
1918
- * <p>
1931
+ * <p>
1919
1932
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation</code>
1920
1933
  * </p>
1921
1934
  * </li>
1922
1935
  * <li>
1923
- * <p>
1936
+ * <p>
1924
1937
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation</code>
1925
1938
  * </p>
1926
1939
  * </li>
1927
1940
  * <li>
1928
- * <p>
1941
+ * <p>
1929
1942
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation</code>
1930
1943
  * </p>
1931
1944
  * </li>
1932
1945
  * </ul>
1933
- * <p>
1946
+ * <p>
1934
1947
  * <b>Text classification</b> - Uses a variant of the
1935
1948
  * Expectation Maximization approach to estimate the true class of text based on
1936
1949
  * annotations from individual workers.</p>
1937
- * <ul>
1950
+ * <ul>
1938
1951
  * <li>
1939
- * <p>
1952
+ * <p>
1940
1953
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass</code>
1941
1954
  * </p>
1942
1955
  * </li>
1943
1956
  * <li>
1944
- * <p>
1957
+ * <p>
1945
1958
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass</code>
1946
1959
  * </p>
1947
1960
  * </li>
1948
1961
  * <li>
1949
- * <p>
1962
+ * <p>
1950
1963
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass</code>
1951
1964
  * </p>
1952
1965
  * </li>
1953
1966
  * <li>
1954
- * <p>
1967
+ * <p>
1955
1968
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass</code>
1956
1969
  * </p>
1957
1970
  * </li>
1958
1971
  * <li>
1959
- * <p>
1972
+ * <p>
1960
1973
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass</code>
1961
1974
  * </p>
1962
1975
  * </li>
1963
1976
  * <li>
1964
- * <p>
1977
+ * <p>
1965
1978
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass</code>
1966
1979
  * </p>
1967
1980
  * </li>
1968
1981
  * <li>
1969
- * <p>
1982
+ * <p>
1970
1983
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass</code>
1971
1984
  * </p>
1972
1985
  * </li>
1973
1986
  * <li>
1974
- * <p>
1987
+ * <p>
1975
1988
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass</code>
1976
1989
  * </p>
1977
1990
  * </li>
1978
1991
  * <li>
1979
- * <p>
1992
+ * <p>
1980
1993
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass</code>
1981
1994
  * </p>
1982
1995
  * </li>
1983
1996
  * <li>
1984
- * <p>
1997
+ * <p>
1985
1998
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass</code>
1986
1999
  * </p>
1987
2000
  * </li>
1988
2001
  * <li>
1989
- * <p>
2002
+ * <p>
1990
2003
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass</code>
1991
2004
  * </p>
1992
2005
  * </li>
1993
2006
  * <li>
1994
- * <p>
2007
+ * <p>
1995
2008
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass</code>
1996
2009
  * </p>
1997
2010
  * </li>
1998
2011
  * </ul>
1999
- * <p>
2012
+ * <p>
2000
2013
  * <b>Multi-label text classification</b> - Uses a variant of
2001
2014
  * the Expectation Maximization approach to estimate the true classes of text based on
2002
2015
  * annotations from individual workers.</p>
2003
- * <ul>
2016
+ * <ul>
2004
2017
  * <li>
2005
- * <p>
2018
+ * <p>
2006
2019
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel</code>
2007
2020
  * </p>
2008
2021
  * </li>
2009
2022
  * <li>
2010
- * <p>
2023
+ * <p>
2011
2024
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel</code>
2012
2025
  * </p>
2013
2026
  * </li>
2014
2027
  * <li>
2015
- * <p>
2028
+ * <p>
2016
2029
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel</code>
2017
2030
  * </p>
2018
2031
  * </li>
2019
2032
  * <li>
2020
- * <p>
2033
+ * <p>
2021
2034
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel</code>
2022
2035
  * </p>
2023
2036
  * </li>
2024
2037
  * <li>
2025
- * <p>
2038
+ * <p>
2026
2039
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel</code>
2027
2040
  * </p>
2028
2041
  * </li>
2029
2042
  * <li>
2030
- * <p>
2043
+ * <p>
2031
2044
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel</code>
2032
2045
  * </p>
2033
2046
  * </li>
2034
2047
  * <li>
2035
- * <p>
2048
+ * <p>
2036
2049
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel</code>
2037
2050
  * </p>
2038
2051
  * </li>
2039
2052
  * <li>
2040
- * <p>
2053
+ * <p>
2041
2054
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel</code>
2042
2055
  * </p>
2043
2056
  * </li>
2044
2057
  * <li>
2045
- * <p>
2058
+ * <p>
2046
2059
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel</code>
2047
2060
  * </p>
2048
2061
  * </li>
2049
2062
  * <li>
2050
- * <p>
2063
+ * <p>
2051
2064
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel</code>
2052
2065
  * </p>
2053
2066
  * </li>
2054
2067
  * <li>
2055
- * <p>
2068
+ * <p>
2056
2069
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel</code>
2057
2070
  * </p>
2058
2071
  * </li>
2059
2072
  * <li>
2060
- * <p>
2073
+ * <p>
2061
2074
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel</code>
2062
2075
  * </p>
2063
2076
  * </li>
2064
2077
  * </ul>
2065
- * <p>
2078
+ * <p>
2066
2079
  * <b>Named entity recognition</b> - Groups similar selections
2067
2080
  * and calculates aggregate boundaries, resolving to most-assigned label.</p>
2068
- * <ul>
2081
+ * <ul>
2069
2082
  * <li>
2070
2083
  * <p>
2071
2084
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition</code>
@@ -2127,16 +2140,11 @@ export interface AnnotationConsolidationConfig {
2127
2140
  * </p>
2128
2141
  * </li>
2129
2142
  * </ul>
2130
- *
2131
- *
2132
- *
2133
- *
2134
- *
2135
- * <p>
2143
+ * <p>
2136
2144
  * <b>Video Classification</b> - Use this task type when you need workers to classify videos using
2137
2145
  * predefined labels that you specify. Workers are shown videos and are asked to choose one
2138
2146
  * label for each video.</p>
2139
- * <ul>
2147
+ * <ul>
2140
2148
  * <li>
2141
2149
  * <p>
2142
2150
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass</code>
@@ -2198,13 +2206,13 @@ export interface AnnotationConsolidationConfig {
2198
2206
  * </p>
2199
2207
  * </li>
2200
2208
  * </ul>
2201
- * <p>
2209
+ * <p>
2202
2210
  * <b>Video Frame Object Detection</b> - Use this task type to
2203
2211
  * have workers identify and locate objects in a sequence of video frames (images extracted
2204
2212
  * from a video) using bounding boxes. For example, you can use this task to ask workers to
2205
2213
  * identify and localize various objects in a series of video frames, such as cars, bikes,
2206
2214
  * and pedestrians.</p>
2207
- * <ul>
2215
+ * <ul>
2208
2216
  * <li>
2209
2217
  * <p>
2210
2218
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection</code>
@@ -2266,12 +2274,12 @@ export interface AnnotationConsolidationConfig {
2266
2274
  * </p>
2267
2275
  * </li>
2268
2276
  * </ul>
2269
- * <p>
2277
+ * <p>
2270
2278
  * <b>Video Frame Object Tracking</b> - Use this task type to
2271
2279
  * have workers track the movement of objects in a sequence of video frames (images
2272
2280
  * extracted from a video) using bounding boxes. For example, you can use this task to ask
2273
2281
  * workers to track the movement of objects, such as cars, bikes, and pedestrians. </p>
2274
- * <ul>
2282
+ * <ul>
2275
2283
  * <li>
2276
2284
  * <p>
2277
2285
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking</code>
@@ -2333,15 +2341,13 @@ export interface AnnotationConsolidationConfig {
2333
2341
  * </p>
2334
2342
  * </li>
2335
2343
  * </ul>
2336
- *
2337
- *
2338
- * <p>
2344
+ * <p>
2339
2345
  * <b>3D Point Cloud Object Detection</b> - Use this task type
2340
2346
  * when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids
2341
2347
  * around objects. For example, you can use this task type to ask workers to identify
2342
2348
  * different types of objects in a point cloud, such as cars, bikes, and
2343
2349
  * pedestrians.</p>
2344
- * <ul>
2350
+ * <ul>
2345
2351
  * <li>
2346
2352
  * <p>
2347
2353
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection</code>
@@ -2403,12 +2409,12 @@ export interface AnnotationConsolidationConfig {
2403
2409
  * </p>
2404
2410
  * </li>
2405
2411
  * </ul>
2406
- * <p>
2412
+ * <p>
2407
2413
  * <b>3D Point Cloud Object Tracking</b> - Use this task type
2408
2414
  * when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D
2409
2415
  * point cloud frames. For example, you can use this task type to ask workers to track the
2410
2416
  * movement of vehicles across multiple point cloud frames. </p>
2411
- * <ul>
2417
+ * <ul>
2412
2418
  * <li>
2413
2419
  * <p>
2414
2420
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking</code>
@@ -2470,12 +2476,12 @@ export interface AnnotationConsolidationConfig {
2470
2476
  * </p>
2471
2477
  * </li>
2472
2478
  * </ul>
2473
- * <p>
2479
+ * <p>
2474
2480
  * <b>3D Point Cloud Semantic Segmentation</b> - Use this task
2475
2481
  * type when you want workers to create a point-level semantic segmentation masks by
2476
2482
  * painting objects in a 3D point cloud using different colors where each color is assigned
2477
2483
  * to one of the classes you specify.</p>
2478
- * <ul>
2484
+ * <ul>
2479
2485
  * <li>
2480
2486
  * <p>
2481
2487
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation</code>
@@ -2537,20 +2543,16 @@ export interface AnnotationConsolidationConfig {
2537
2543
  * </p>
2538
2544
  * </li>
2539
2545
  * </ul>
2540
- *
2541
- *
2542
- *
2543
- * <p>
2546
+ * <p>
2544
2547
  * <b>Use the following ARNs for Label Verification and Adjustment Jobs</b>
2545
2548
  * </p>
2546
- * <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
2549
+ * <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
2547
2550
  * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels </a>.</p>
2548
- *
2549
- * <p>
2551
+ * <p>
2550
2552
  * <b>Semantic Segmentation Adjustment</b> - Treats each pixel
2551
2553
  * in an image as a multi-class classification and treats pixel adjusted annotations from
2552
2554
  * workers as "votes" for the correct label.</p>
2553
- * <ul>
2555
+ * <ul>
2554
2556
  * <li>
2555
2557
  * <p>
2556
2558
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation</code>
@@ -2612,13 +2614,12 @@ export interface AnnotationConsolidationConfig {
2612
2614
  * </p>
2613
2615
  * </li>
2614
2616
  * </ul>
2615
- *
2616
- * <p>
2617
+ * <p>
2617
2618
  * <b>Semantic Segmentation Verification</b> - Uses a variant
2618
2619
  * of the Expectation Maximization approach to estimate the true class of verification
2619
2620
  * judgment for semantic segmentation labels based on annotations from individual
2620
2621
  * workers.</p>
2621
- * <ul>
2622
+ * <ul>
2622
2623
  * <li>
2623
2624
  * <p>
2624
2625
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation</code>
@@ -2680,12 +2681,11 @@ export interface AnnotationConsolidationConfig {
2680
2681
  * </p>
2681
2682
  * </li>
2682
2683
  * </ul>
2683
- *
2684
- * <p>
2684
+ * <p>
2685
2685
  * <b>Bounding Box Adjustment</b> - Finds the most similar
2686
2686
  * boxes from different workers based on the Jaccard index of the adjusted
2687
2687
  * annotations.</p>
2688
- * <ul>
2688
+ * <ul>
2689
2689
  * <li>
2690
2690
  * <p>
2691
2691
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox</code>
@@ -2747,81 +2747,77 @@ export interface AnnotationConsolidationConfig {
2747
2747
  * </p>
2748
2748
  * </li>
2749
2749
  * </ul>
2750
- * <p>
2750
+ * <p>
2751
2751
  * <b>Bounding Box Verification</b> - Uses a variant of the
2752
2752
  * Expectation Maximization approach to estimate the true class of verification judgement
2753
2753
  * for bounding box labels based on annotations from individual workers.</p>
2754
- * <ul>
2754
+ * <ul>
2755
2755
  * <li>
2756
- * <p>
2756
+ * <p>
2757
2757
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox</code>
2758
2758
  * </p>
2759
2759
  * </li>
2760
2760
  * <li>
2761
- * <p>
2761
+ * <p>
2762
2762
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox</code>
2763
2763
  * </p>
2764
2764
  * </li>
2765
2765
  * <li>
2766
- * <p>
2766
+ * <p>
2767
2767
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox</code>
2768
2768
  * </p>
2769
2769
  * </li>
2770
2770
  * <li>
2771
- * <p>
2771
+ * <p>
2772
2772
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox</code>
2773
2773
  * </p>
2774
2774
  * </li>
2775
2775
  * <li>
2776
- * <p>
2776
+ * <p>
2777
2777
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox</code>
2778
2778
  * </p>
2779
2779
  * </li>
2780
2780
  * <li>
2781
- * <p>
2781
+ * <p>
2782
2782
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox</code>
2783
2783
  * </p>
2784
2784
  * </li>
2785
2785
  * <li>
2786
- * <p>
2786
+ * <p>
2787
2787
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox</code>
2788
2788
  * </p>
2789
2789
  * </li>
2790
2790
  * <li>
2791
- * <p>
2791
+ * <p>
2792
2792
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox</code>
2793
2793
  * </p>
2794
2794
  * </li>
2795
2795
  * <li>
2796
- * <p>
2796
+ * <p>
2797
2797
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox</code>
2798
2798
  * </p>
2799
2799
  * </li>
2800
2800
  * <li>
2801
- * <p>
2801
+ * <p>
2802
2802
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox</code>
2803
2803
  * </p>
2804
2804
  * </li>
2805
2805
  * <li>
2806
- * <p>
2806
+ * <p>
2807
2807
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox</code>
2808
2808
  * </p>
2809
2809
  * </li>
2810
2810
  * <li>
2811
- * <p>
2811
+ * <p>
2812
2812
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox</code>
2813
2813
  * </p>
2814
2814
  * </li>
2815
2815
  * </ul>
2816
- *
2817
- *
2818
- *
2819
- * <p>
2816
+ * <p>
2820
2817
  * <b>Video Frame Object Detection Adjustment</b> -
2821
2818
  * Use this task type when you want workers to adjust bounding boxes that workers have added
2822
2819
  * to video frames to classify and localize objects in a sequence of video frames.</p>
2823
- *
2824
- * <ul>
2820
+ * <ul>
2825
2821
  * <li>
2826
2822
  * <p>
2827
2823
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection</code>
@@ -2883,11 +2879,11 @@ export interface AnnotationConsolidationConfig {
2883
2879
  * </p>
2884
2880
  * </li>
2885
2881
  * </ul>
2886
- * <p>
2882
+ * <p>
2887
2883
  * <b>Video Frame Object Tracking Adjustment</b> -
2888
2884
  * Use this task type when you want workers to adjust bounding boxes that workers have added
2889
2885
  * to video frames to track object movement across a sequence of video frames.</p>
2890
- * <ul>
2886
+ * <ul>
2891
2887
  * <li>
2892
2888
  * <p>
2893
2889
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking</code>
@@ -2949,79 +2945,76 @@ export interface AnnotationConsolidationConfig {
2949
2945
  * </p>
2950
2946
  * </li>
2951
2947
  * </ul>
2952
- *
2953
- *
2954
- *
2955
- * <p>
2948
+ * <p>
2956
2949
  * <b>3D Point Cloud Object Detection Adjustment</b> - Use this
2957
2950
  * task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud. </p>
2958
- * <ul>
2951
+ * <ul>
2959
2952
  * <li>
2960
- * <p>
2953
+ * <p>
2961
2954
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2962
2955
  * </p>
2963
2956
  * </li>
2964
2957
  * <li>
2965
- * <p>
2958
+ * <p>
2966
2959
  * <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2967
2960
  * </p>
2968
2961
  * </li>
2969
2962
  * <li>
2970
- * <p>
2963
+ * <p>
2971
2964
  * <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2972
2965
  * </p>
2973
2966
  * </li>
2974
2967
  * <li>
2975
- * <p>
2968
+ * <p>
2976
2969
  * <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2977
2970
  * </p>
2978
2971
  * </li>
2979
2972
  * <li>
2980
- * <p>
2973
+ * <p>
2981
2974
  * <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2982
2975
  * </p>
2983
2976
  * </li>
2984
2977
  * <li>
2985
- * <p>
2978
+ * <p>
2986
2979
  * <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2987
2980
  * </p>
2988
2981
  * </li>
2989
2982
  * <li>
2990
- * <p>
2983
+ * <p>
2991
2984
  * <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2992
2985
  * </p>
2993
2986
  * </li>
2994
2987
  * <li>
2995
- * <p>
2988
+ * <p>
2996
2989
  * <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection</code>
2997
2990
  * </p>
2998
2991
  * </li>
2999
2992
  * <li>
3000
- * <p>
2993
+ * <p>
3001
2994
  * <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection</code>
3002
2995
  * </p>
3003
2996
  * </li>
3004
2997
  * <li>
3005
- * <p>
2998
+ * <p>
3006
2999
  * <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection</code>
3007
3000
  * </p>
3008
3001
  * </li>
3009
3002
  * <li>
3010
- * <p>
3003
+ * <p>
3011
3004
  * <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection</code>
3012
3005
  * </p>
3013
3006
  * </li>
3014
3007
  * <li>
3015
- * <p>
3008
+ * <p>
3016
3009
  * <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection</code>
3017
3010
  * </p>
3018
3011
  * </li>
3019
3012
  * </ul>
3020
- * <p>
3013
+ * <p>
3021
3014
  * <b>3D Point Cloud Object Tracking Adjustment</b> - Use this
3022
3015
  * task type when you want workers to adjust 3D cuboids around objects that appear in a
3023
3016
  * sequence of 3D point cloud frames.</p>
3024
- * <ul>
3017
+ * <ul>
3025
3018
  * <li>
3026
3019
  * <p>
3027
3020
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking</code>
@@ -3083,10 +3076,10 @@ export interface AnnotationConsolidationConfig {
3083
3076
  * </p>
3084
3077
  * </li>
3085
3078
  * </ul>
3086
- * <p>
3079
+ * <p>
3087
3080
  * <b>3D Point Cloud Semantic Segmentation Adjustment</b> - Use this task
3088
3081
  * type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.</p>
3089
- * <ul>
3082
+ * <ul>
3090
3083
  * <li>
3091
3084
  * <p>
3092
3085
  * <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation</code>
@@ -3543,7 +3536,7 @@ export interface AsyncInferenceOutputConfig {
3543
3536
  /**
3544
3537
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
3545
3538
  * uses to encrypt the asynchronous inference output in Amazon S3.</p>
3546
- * <p></p>
3539
+ * <p></p>
3547
3540
  */
3548
3541
  KmsKeyId?: string;
3549
3542
  /**
@@ -4310,23 +4303,23 @@ export interface BatchDataCaptureConfig {
4310
4303
  /**
4311
4304
  * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on
4312
4305
  * the storage volume attached to the ML compute instance that hosts the batch transform job.</p>
4313
- * <p>The KmsKeyId can be any of the following formats: </p>
4314
- * <ul>
4306
+ * <p>The KmsKeyId can be any of the following formats: </p>
4307
+ * <ul>
4315
4308
  * <li>
4316
- * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
4309
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
4317
4310
  * </p>
4318
4311
  * </li>
4319
4312
  * <li>
4320
- * <p>Key ARN:
4313
+ * <p>Key ARN:
4321
4314
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
4322
4315
  * </p>
4323
4316
  * </li>
4324
4317
  * <li>
4325
- * <p>Alias name: <code>alias/ExampleAlias</code>
4318
+ * <p>Alias name: <code>alias/ExampleAlias</code>
4326
4319
  * </p>
4327
4320
  * </li>
4328
4321
  * <li>
4329
- * <p>Alias name ARN:
4322
+ * <p>Alias name ARN:
4330
4323
  * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
4331
4324
  * </p>
4332
4325
  * </li>
@@ -4368,13 +4361,13 @@ export interface InferenceSpecification {
4368
4361
  /**
4369
4362
  * <p>A list of the instance types on which a transformation job can be run or on which an
4370
4363
  * endpoint can be deployed.</p>
4371
- * <p>This parameter is required for unversioned models, and optional for versioned
4364
+ * <p>This parameter is required for unversioned models, and optional for versioned
4372
4365
  * models.</p>
4373
4366
  */
4374
4367
  SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
4375
4368
  /**
4376
4369
  * <p>A list of the instance types that are used to generate inferences in real-time.</p>
4377
- * <p>This parameter is required for unversioned models, and optional for versioned
4370
+ * <p>This parameter is required for unversioned models, and optional for versioned
4378
4371
  * models.</p>
4379
4372
  */
4380
4373
  SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
@@ -4598,14 +4591,14 @@ export declare enum CapacitySizeType {
4598
4591
  export interface CapacitySize {
4599
4592
  /**
4600
4593
  * <p>Specifies the endpoint capacity type.</p>
4601
- * <ul>
4594
+ * <ul>
4602
4595
  * <li>
4603
- * <p>
4596
+ * <p>
4604
4597
  * <code>INSTANCE_COUNT</code>: The endpoint activates based on the number of
4605
4598
  * instances.</p>
4606
4599
  * </li>
4607
4600
  * <li>
4608
- * <p>
4601
+ * <p>
4609
4602
  * <code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified
4610
4603
  * percentage of capacity.</p>
4611
4604
  * </li>
@@ -4630,7 +4623,7 @@ export declare enum TrafficRoutingConfigType {
4630
4623
  export interface TrafficRoutingConfig {
4631
4624
  /**
4632
4625
  * <p>Traffic routing strategy type.</p>
4633
- * <ul>
4626
+ * <ul>
4634
4627
  * <li>
4635
4628
  * <p>
4636
4629
  * <code>ALL_AT_ONCE</code>: Endpoint traffic shifts to the new fleet
@@ -4870,10 +4863,10 @@ export interface ChannelSpecification {
4870
4863
  SupportedCompressionTypes?: (CompressionType | string)[];
4871
4864
  /**
4872
4865
  * <p>The allowed input mode, either FILE or PIPE.</p>
4873
- * <p>In FILE mode, Amazon SageMaker copies the data from the input source onto the local
4866
+ * <p>In FILE mode, Amazon SageMaker copies the data from the input source onto the local
4874
4867
  * Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm.
4875
4868
  * This is the most commonly used input mode.</p>
4876
- * <p>In PIPE mode, Amazon SageMaker streams input data from the source directly to your
4869
+ * <p>In PIPE mode, Amazon SageMaker streams input data from the source directly to your
4877
4870
  * algorithm without using the EBS volume.</p>
4878
4871
  */
4879
4872
  SupportedInputModes: (TrainingInputMode | string)[] | undefined;
@@ -4981,12 +4974,12 @@ export interface ClarifyInferenceConfig {
4981
4974
  * <p>A zero-based index used to extract a probability value (score) or list from model
4982
4975
  * container output in CSV format. If this value is not provided, the entire model
4983
4976
  * container output will be treated as a probability value (score) or list.</p>
4984
- * <p>
4977
+ * <p>
4985
4978
  * <b>Example for a single class model:</b> If the model
4986
4979
  * container output consists of a string-formatted prediction label followed by its
4987
4980
  * probability: <code>'1,0.6'</code>, set <code>ProbabilityIndex</code> to <code>1</code>
4988
4981
  * to select the probability value <code>0.6</code>.</p>
4989
- * <p>
4982
+ * <p>
4990
4983
  * <b>Example for a multiclass model:</b> If the model
4991
4984
  * container output consists of a string-formatted prediction label followed by its
4992
4985
  * probability: <code>'"[\'cat\',\'dog\',\'fish\']","[0.1,0.6,0.3]"'</code>, set
@@ -4997,7 +4990,7 @@ export interface ClarifyInferenceConfig {
4997
4990
  /**
4998
4991
  * <p>A zero-based index used to extract a label header or list of label headers from model
4999
4992
  * container output in CSV format.</p>
5000
- * <p>
4993
+ * <p>
5001
4994
  * <b>Example for a multiclass model:</b> If the model
5002
4995
  * container output consists of label headers followed by probabilities:
5003
4996
  * <code>'"[\'cat\',\'dog\',\'fish\']","[0.1,0.6,0.3]"'</code>, set
@@ -5008,7 +5001,7 @@ export interface ClarifyInferenceConfig {
5008
5001
  /**
5009
5002
  * <p>A JMESPath expression used to extract the probability (or score) from the model
5010
5003
  * container output if the model container is in JSON Lines format.</p>
5011
- * <p>
5004
+ * <p>
5012
5005
  * <b>Example</b>: If the model container output of a single
5013
5006
  * request is <code>'{"predicted_label":1,"probability":0.6}'</code>, then set
5014
5007
  * <code>ProbabilityAttribute</code> to <code>'probability'</code>.</p>
@@ -5017,7 +5010,7 @@ export interface ClarifyInferenceConfig {
5017
5010
  /**
5018
5011
  * <p>A JMESPath expression used to locate the list of label headers in the model container
5019
5012
  * output.</p>
5020
- * <p>
5013
+ * <p>
5021
5014
  * <b>Example</b>: If the model container output of a batch
5022
5015
  * request is <code>'{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}'</code>,
5023
5016
  * then set <code>LabelAttribute</code> to <code>'labels'</code> to extract the list of
@@ -5055,22 +5048,22 @@ export interface ClarifyInferenceConfig {
5055
5048
  * <p>The configuration for the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-feature-attribute-shap-baselines.html">SHAP
5056
5049
  * baseline</a> (also called the background or reference dataset) of the Kernal
5057
5050
  * SHAP algorithm.</p>
5058
- * <note>
5051
+ * <note>
5059
5052
  * <ul>
5060
5053
  * <li>
5061
- * <p>The number of records in the baseline data determines the size of the
5054
+ * <p>The number of records in the baseline data determines the size of the
5062
5055
  * synthetic dataset, which has an impact on latency of explainability
5063
5056
  * requests. For more information, see the <b>Synthetic
5064
5057
  * data</b> of <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html">Configure and create an endpoint</a>.</p>
5065
- * </li>
5058
+ * </li>
5066
5059
  * <li>
5067
- * <p>
5060
+ * <p>
5068
5061
  * <code>ShapBaseline</code> and <code>ShapBaselineUri</code> are mutually
5069
5062
  * exclusive parameters. One or the either is required to configure a SHAP
5070
5063
  * baseline. </p>
5071
- * </li>
5064
+ * </li>
5072
5065
  * </ul>
5073
- * </note>
5066
+ * </note>
5074
5067
  */
5075
5068
  export interface ClarifyShapBaselineConfig {
5076
5069
  /**
@@ -5181,9 +5174,9 @@ export interface ClarifyTextConfig {
5181
5174
  * <p>Specifies the language of the text features in <a href=" https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1</a> or
5182
5175
  * <a href="https://en.wikipedia.org/wiki/ISO_639-3">ISO 639-3</a> code of a
5183
5176
  * supported language. </p>
5184
- * <note>
5177
+ * <note>
5185
5178
  * <p>For a mix of multiple languages, use code <code>'xx'</code>.</p>
5186
- * </note>
5179
+ * </note>
5187
5180
  */
5188
5181
  Language: ClarifyTextLanguage | string | undefined;
5189
5182
  /**
@@ -5203,11 +5196,11 @@ export interface ClarifyShapConfig {
5203
5196
  ShapBaselineConfig: ClarifyShapBaselineConfig | undefined;
5204
5197
  /**
5205
5198
  * <p>The number of samples to be used for analysis by the Kernal SHAP algorithm. </p>
5206
- * <note>
5199
+ * <note>
5207
5200
  * <p>The number of samples determines the size of the synthetic dataset, which has an
5208
5201
  * impact on latency of explainability requests. For more information, see the
5209
5202
  * <b>Synthetic data</b> of <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html">Configure and create an endpoint</a>.</p>
5210
- * </note>
5203
+ * </note>
5211
5204
  */
5212
5205
  NumberOfSamples?: number;
5213
5206
  /**
@@ -5234,7 +5227,7 @@ export interface ClarifyExplainerConfig {
5234
5227
  /**
5235
5228
  * <p>A JMESPath boolean expression used to filter which records to explain. Explanations
5236
5229
  * are activated by default. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-enable">
5237
- * <code>EnableExplanations</code>
5230
+ * <code>EnableExplanations</code>
5238
5231
  * </a>for additional information.</p>
5239
5232
  */
5240
5233
  EnableExplanations?: string;
@@ -5282,10 +5275,10 @@ export interface GitConfig {
5282
5275
  * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
5283
5276
  * contains the credentials used to access the git repository. The secret must have a
5284
5277
  * staging label of <code>AWSCURRENT</code> and must be in the following format:</p>
5285
- * <p>
5278
+ * <p>
5286
5279
  * <code>{"username": <i>UserName</i>, "password":
5287
5280
  * <i>Password</i>}</code>
5288
- * </p>
5281
+ * </p>
5289
5282
  */
5290
5283
  SecretArn?: string;
5291
5284
  }
@@ -5540,13 +5533,13 @@ export interface RepositoryAuthConfig {
5540
5533
  export interface ImageConfig {
5541
5534
  /**
5542
5535
  * <p>Set this to one of the following values:</p>
5543
- * <ul>
5536
+ * <ul>
5544
5537
  * <li>
5545
- * <p>
5538
+ * <p>
5546
5539
  * <code>Platform</code> - The model image is hosted in Amazon ECR.</p>
5547
5540
  * </li>
5548
5541
  * <li>
5549
- * <p>
5542
+ * <p>
5550
5543
  * <code>Vpc</code> - The model image is hosted in a private Docker registry in
5551
5544
  * your VPC.</p>
5552
5545
  * </li>
@@ -5591,7 +5584,7 @@ export interface ContainerDefinition {
5591
5584
  /**
5592
5585
  * <p>This parameter is ignored for models that contain only a
5593
5586
  * <code>PrimaryContainer</code>.</p>
5594
- * <p>When a <code>ContainerDefinition</code> is part of an inference pipeline, the value of
5587
+ * <p>When a <code>ContainerDefinition</code> is part of an inference pipeline, the value of
5595
5588
  * the parameter uniquely identifies the container for the purposes of logging and metrics.
5596
5589
  * For information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html">Use Logs and Metrics
5597
5590
  * to Monitor an Inference Pipeline</a>. If you don't specify a value for this
@@ -5612,7 +5605,7 @@ export interface ContainerDefinition {
5612
5605
  * <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
5613
5606
  * image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
5614
5607
  * SageMaker</a>
5615
- * </p>
5608
+ * </p>
5616
5609
  */
5617
5610
  Image?: string;
5618
5611
  /**
@@ -5620,7 +5613,7 @@ export interface ContainerDefinition {
5620
5613
  * accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a
5621
5614
  * private Docker registry, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html">Use a
5622
5615
  * Private Docker Registry for Real-Time Inference Containers</a>
5623
- * </p>
5616
+ * </p>
5624
5617
  */
5625
5618
  ImageConfig?: ImageConfig;
5626
5619
  /**
@@ -5633,11 +5626,11 @@ export interface ContainerDefinition {
5633
5626
  * path is required for SageMaker built-in algorithms, but not if you use your own algorithms.
5634
5627
  * For more information on built-in algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html">Common
5635
5628
  * Parameters</a>. </p>
5636
- * <note>
5629
+ * <note>
5637
5630
  * <p>The model artifacts must be in an S3 bucket that is in the same region as the
5638
5631
  * model or endpoint you are creating.</p>
5639
- * </note>
5640
- * <p>If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token
5632
+ * </note>
5633
+ * <p>If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token
5641
5634
  * Service to download model artifacts from the S3 path you provide. Amazon Web Services STS
5642
5635
  * is activated in your IAM user account by default. If you previously deactivated
5643
5636
  * Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS
@@ -5645,10 +5638,10 @@ export interface ContainerDefinition {
5645
5638
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the
5646
5639
  * <i>Amazon Web Services Identity and Access Management User
5647
5640
  * Guide</i>.</p>
5648
- * <important>
5641
+ * <important>
5649
5642
  * <p>If you use a built-in algorithm to create a model, SageMaker requires that you provide
5650
5643
  * a S3 path to the model artifacts in <code>ModelDataUrl</code>.</p>
5651
- * </important>
5644
+ * </important>
5652
5645
  */
5653
5646
  ModelDataUrl?: string;
5654
5647
  /**
@@ -5751,31 +5744,31 @@ export interface ContinuousParameterRange {
5751
5744
  /**
5752
5745
  * <p>The scale that hyperparameter tuning uses to search the hyperparameter range. For
5753
5746
  * information about choosing a hyperparameter scale, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type">Hyperparameter Scaling</a>. One of the following values:</p>
5754
- * <dl>
5747
+ * <dl>
5755
5748
  * <dt>Auto</dt>
5756
5749
  * <dd>
5757
- * <p>SageMaker hyperparameter tuning chooses the best scale for the
5750
+ * <p>SageMaker hyperparameter tuning chooses the best scale for the
5758
5751
  * hyperparameter.</p>
5759
- * </dd>
5752
+ * </dd>
5760
5753
  * <dt>Linear</dt>
5761
5754
  * <dd>
5762
- * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5755
+ * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5763
5756
  * using a linear scale.</p>
5764
- * </dd>
5757
+ * </dd>
5765
5758
  * <dt>Logarithmic</dt>
5766
5759
  * <dd>
5767
- * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5760
+ * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5768
5761
  * using a logarithmic scale.</p>
5769
- * <p>Logarithmic scaling works only for ranges that have only values greater
5762
+ * <p>Logarithmic scaling works only for ranges that have only values greater
5770
5763
  * than 0.</p>
5771
- * </dd>
5764
+ * </dd>
5772
5765
  * <dt>ReverseLogarithmic</dt>
5773
5766
  * <dd>
5774
- * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5767
+ * <p>Hyperparameter tuning searches the values in the hyperparameter range by
5775
5768
  * using a reverse logarithmic scale.</p>
5776
- * <p>Reverse logarithmic scaling works only for ranges that are entirely within
5769
+ * <p>Reverse logarithmic scaling works only for ranges that are entirely within
5777
5770
  * the range 0<=x<1.0.</p>
5778
- * </dd>
5771
+ * </dd>
5779
5772
  * </dl>
5780
5773
  */
5781
5774
  ScalingType?: HyperParameterScalingType | string;
@@ -6012,29 +6005,29 @@ export interface CreateAlgorithmInput {
6012
6005
  /**
6013
6006
  * <p>Specifies details about training jobs run by this algorithm, including the
6014
6007
  * following:</p>
6015
- * <ul>
6008
+ * <ul>
6016
6009
  * <li>
6017
- * <p>The Amazon ECR path of the container and the version digest of the
6010
+ * <p>The Amazon ECR path of the container and the version digest of the
6018
6011
  * algorithm.</p>
6019
6012
  * </li>
6020
6013
  * <li>
6021
- * <p>The hyperparameters that the algorithm supports.</p>
6014
+ * <p>The hyperparameters that the algorithm supports.</p>
6022
6015
  * </li>
6023
6016
  * <li>
6024
- * <p>The instance types that the algorithm supports for training.</p>
6017
+ * <p>The instance types that the algorithm supports for training.</p>
6025
6018
  * </li>
6026
6019
  * <li>
6027
- * <p>Whether the algorithm supports distributed training.</p>
6020
+ * <p>Whether the algorithm supports distributed training.</p>
6028
6021
  * </li>
6029
6022
  * <li>
6030
- * <p>The metrics that the algorithm emits to Amazon CloudWatch.</p>
6023
+ * <p>The metrics that the algorithm emits to Amazon CloudWatch.</p>
6031
6024
  * </li>
6032
6025
  * <li>
6033
- * <p>Which metrics that the algorithm emits can be used as the objective metric for
6026
+ * <p>Which metrics that the algorithm emits can be used as the objective metric for
6034
6027
  * hyperparameter tuning jobs.</p>
6035
6028
  * </li>
6036
6029
  * <li>
6037
- * <p>The input channels that the algorithm supports for training data. For example,
6030
+ * <p>The input channels that the algorithm supports for training data. For example,
6038
6031
  * an algorithm might support <code>train</code>, <code>validation</code>, and
6039
6032
  * <code>test</code> channels.</p>
6040
6033
  * </li>
@@ -6044,17 +6037,17 @@ export interface CreateAlgorithmInput {
6044
6037
  /**
6045
6038
  * <p>Specifies details about inference jobs that the algorithm runs, including the
6046
6039
  * following:</p>
6047
- * <ul>
6040
+ * <ul>
6048
6041
  * <li>
6049
- * <p>The Amazon ECR paths of containers that contain the inference code and model
6042
+ * <p>The Amazon ECR paths of containers that contain the inference code and model
6050
6043
  * artifacts.</p>
6051
6044
  * </li>
6052
6045
  * <li>
6053
- * <p>The instance types that the algorithm supports for transform jobs and
6046
+ * <p>The instance types that the algorithm supports for transform jobs and
6054
6047
  * real-time endpoints used for inference.</p>
6055
6048
  * </li>
6056
6049
  * <li>
6057
- * <p>The input and output content formats that the algorithm supports for
6050
+ * <p>The input and output content formats that the algorithm supports for
6058
6051
  * inference.</p>
6059
6052
  * </li>
6060
6053
  * </ul>
@@ -6362,289 +6355,289 @@ export interface InputConfig {
6362
6355
  * <p>Specifies the name and shape of the expected data inputs for your trained model with a
6363
6356
  * JSON dictionary form. The data inputs are <a>InputConfig$Framework</a>
6364
6357
  * specific. </p>
6365
- * <ul>
6358
+ * <ul>
6366
6359
  * <li>
6367
- * <p>
6360
+ * <p>
6368
6361
  * <code>TensorFlow</code>: You must specify the name and shape (NHWC format) of
6369
6362
  * the expected data inputs using a dictionary format for your trained model. The
6370
6363
  * dictionary formats required for the console and CLI are different.</p>
6371
- * <ul>
6364
+ * <ul>
6372
6365
  * <li>
6373
- * <p>Examples for one input:</p>
6374
- * <ul>
6366
+ * <p>Examples for one input:</p>
6367
+ * <ul>
6375
6368
  * <li>
6376
- * <p>If using the console,
6369
+ * <p>If using the console,
6377
6370
  * <code>{"input":[1,1024,1024,3]}</code>
6378
6371
  * </p>
6379
- * </li>
6372
+ * </li>
6380
6373
  * <li>
6381
- * <p>If using the CLI,
6374
+ * <p>If using the CLI,
6382
6375
  * <code>{\"input\":[1,1024,1024,3]}</code>
6383
6376
  * </p>
6384
- * </li>
6377
+ * </li>
6385
6378
  * </ul>
6386
- * </li>
6379
+ * </li>
6387
6380
  * <li>
6388
- * <p>Examples for two inputs:</p>
6389
- * <ul>
6381
+ * <p>Examples for two inputs:</p>
6382
+ * <ul>
6390
6383
  * <li>
6391
- * <p>If using the console, <code>{"data1": [1,28,28,1],
6384
+ * <p>If using the console, <code>{"data1": [1,28,28,1],
6392
6385
  * "data2":[1,28,28,1]}</code>
6393
6386
  * </p>
6394
- * </li>
6387
+ * </li>
6395
6388
  * <li>
6396
- * <p>If using the CLI, <code>{\"data1\": [1,28,28,1],
6389
+ * <p>If using the CLI, <code>{\"data1\": [1,28,28,1],
6397
6390
  * \"data2\":[1,28,28,1]}</code>
6398
6391
  * </p>
6399
- * </li>
6392
+ * </li>
6400
6393
  * </ul>
6401
- * </li>
6394
+ * </li>
6402
6395
  * </ul>
6403
6396
  * </li>
6404
6397
  * <li>
6405
- * <p>
6398
+ * <p>
6406
6399
  * <code>KERAS</code>: You must specify the name and shape (NCHW format) of
6407
6400
  * expected data inputs using a dictionary format for your trained model. Note that
6408
6401
  * while Keras model artifacts should be uploaded in NHWC (channel-last) format,
6409
6402
  * <code>DataInputConfig</code> should be specified in NCHW (channel-first)
6410
6403
  * format. The dictionary formats required for the console and CLI are
6411
6404
  * different.</p>
6412
- * <ul>
6405
+ * <ul>
6413
6406
  * <li>
6414
- * <p>Examples for one input:</p>
6415
- * <ul>
6407
+ * <p>Examples for one input:</p>
6408
+ * <ul>
6416
6409
  * <li>
6417
- * <p>If using the console,
6410
+ * <p>If using the console,
6418
6411
  * <code>{"input_1":[1,3,224,224]}</code>
6419
6412
  * </p>
6420
- * </li>
6413
+ * </li>
6421
6414
  * <li>
6422
- * <p>If using the CLI,
6415
+ * <p>If using the CLI,
6423
6416
  * <code>{\"input_1\":[1,3,224,224]}</code>
6424
6417
  * </p>
6425
- * </li>
6418
+ * </li>
6426
6419
  * </ul>
6427
- * </li>
6420
+ * </li>
6428
6421
  * <li>
6429
- * <p>Examples for two inputs:</p>
6430
- * <ul>
6422
+ * <p>Examples for two inputs:</p>
6423
+ * <ul>
6431
6424
  * <li>
6432
- * <p>If using the console, <code>{"input_1": [1,3,224,224],
6425
+ * <p>If using the console, <code>{"input_1": [1,3,224,224],
6433
6426
  * "input_2":[1,3,224,224]} </code>
6434
6427
  * </p>
6435
- * </li>
6428
+ * </li>
6436
6429
  * <li>
6437
- * <p>If using the CLI, <code>{\"input_1\": [1,3,224,224],
6430
+ * <p>If using the CLI, <code>{\"input_1\": [1,3,224,224],
6438
6431
  * \"input_2\":[1,3,224,224]}</code>
6439
6432
  * </p>
6440
- * </li>
6433
+ * </li>
6441
6434
  * </ul>
6442
- * </li>
6435
+ * </li>
6443
6436
  * </ul>
6444
6437
  * </li>
6445
6438
  * <li>
6446
- * <p>
6439
+ * <p>
6447
6440
  * <code>MXNET/ONNX/DARKNET</code>: You must specify the name and shape (NCHW format) of
6448
6441
  * the expected data inputs in order using a dictionary format for your trained
6449
6442
  * model. The dictionary formats required for the console and CLI are
6450
6443
  * different.</p>
6451
- * <ul>
6444
+ * <ul>
6452
6445
  * <li>
6453
- * <p>Examples for one input:</p>
6454
- * <ul>
6446
+ * <p>Examples for one input:</p>
6447
+ * <ul>
6455
6448
  * <li>
6456
- * <p>If using the console,
6449
+ * <p>If using the console,
6457
6450
  * <code>{"data":[1,3,1024,1024]}</code>
6458
6451
  * </p>
6459
- * </li>
6452
+ * </li>
6460
6453
  * <li>
6461
- * <p>If using the CLI,
6454
+ * <p>If using the CLI,
6462
6455
  * <code>{\"data\":[1,3,1024,1024]}</code>
6463
6456
  * </p>
6464
- * </li>
6457
+ * </li>
6465
6458
  * </ul>
6466
- * </li>
6459
+ * </li>
6467
6460
  * <li>
6468
- * <p>Examples for two inputs:</p>
6469
- * <ul>
6461
+ * <p>Examples for two inputs:</p>
6462
+ * <ul>
6470
6463
  * <li>
6471
- * <p>If using the console, <code>{"var1": [1,1,28,28],
6464
+ * <p>If using the console, <code>{"var1": [1,1,28,28],
6472
6465
  * "var2":[1,1,28,28]} </code>
6473
6466
  * </p>
6474
- * </li>
6467
+ * </li>
6475
6468
  * <li>
6476
- * <p>If using the CLI, <code>{\"var1\": [1,1,28,28],
6469
+ * <p>If using the CLI, <code>{\"var1\": [1,1,28,28],
6477
6470
  * \"var2\":[1,1,28,28]}</code>
6478
6471
  * </p>
6479
- * </li>
6472
+ * </li>
6480
6473
  * </ul>
6481
- * </li>
6474
+ * </li>
6482
6475
  * </ul>
6483
6476
  * </li>
6484
6477
  * <li>
6485
- * <p>
6478
+ * <p>
6486
6479
  * <code>PyTorch</code>: You can either specify the name and shape (NCHW format)
6487
6480
  * of expected data inputs in order using a dictionary format for your trained
6488
6481
  * model or you can specify the shape only using a list format. The dictionary
6489
6482
  * formats required for the console and CLI are different. The list formats for the
6490
6483
  * console and CLI are the same.</p>
6491
- * <ul>
6484
+ * <ul>
6492
6485
  * <li>
6493
- * <p>Examples for one input in dictionary format:</p>
6494
- * <ul>
6486
+ * <p>Examples for one input in dictionary format:</p>
6487
+ * <ul>
6495
6488
  * <li>
6496
- * <p>If using the console,
6489
+ * <p>If using the console,
6497
6490
  * <code>{"input0":[1,3,224,224]}</code>
6498
6491
  * </p>
6499
- * </li>
6492
+ * </li>
6500
6493
  * <li>
6501
- * <p>If using the CLI,
6494
+ * <p>If using the CLI,
6502
6495
  * <code>{\"input0\":[1,3,224,224]}</code>
6503
6496
  * </p>
6504
- * </li>
6497
+ * </li>
6505
6498
  * </ul>
6506
- * </li>
6499
+ * </li>
6507
6500
  * <li>
6508
- * <p>Example for one input in list format:
6501
+ * <p>Example for one input in list format:
6509
6502
  * <code>[[1,3,224,224]]</code>
6510
6503
  * </p>
6511
- * </li>
6504
+ * </li>
6512
6505
  * <li>
6513
- * <p>Examples for two inputs in dictionary format:</p>
6514
- * <ul>
6506
+ * <p>Examples for two inputs in dictionary format:</p>
6507
+ * <ul>
6515
6508
  * <li>
6516
- * <p>If using the console, <code>{"input0":[1,3,224,224],
6509
+ * <p>If using the console, <code>{"input0":[1,3,224,224],
6517
6510
  * "input1":[1,3,224,224]}</code>
6518
6511
  * </p>
6519
- * </li>
6512
+ * </li>
6520
6513
  * <li>
6521
- * <p>If using the CLI, <code>{\"input0\":[1,3,224,224],
6514
+ * <p>If using the CLI, <code>{\"input0\":[1,3,224,224],
6522
6515
  * \"input1\":[1,3,224,224]} </code>
6523
6516
  * </p>
6524
- * </li>
6517
+ * </li>
6525
6518
  * </ul>
6526
- * </li>
6519
+ * </li>
6527
6520
  * <li>
6528
- * <p>Example for two inputs in list format: <code>[[1,3,224,224],
6521
+ * <p>Example for two inputs in list format: <code>[[1,3,224,224],
6529
6522
  * [1,3,224,224]]</code>
6530
6523
  * </p>
6531
- * </li>
6524
+ * </li>
6532
6525
  * </ul>
6533
6526
  * </li>
6534
6527
  * <li>
6535
- * <p>
6528
+ * <p>
6536
6529
  * <code>XGBOOST</code>: input data name and shape are not needed.</p>
6537
6530
  * </li>
6538
6531
  * </ul>
6539
- * <p>
6532
+ * <p>
6540
6533
  * <code>DataInputConfig</code> supports the following parameters for <code>CoreML</code>
6541
6534
  * <a>OutputConfig$TargetDevice</a> (ML Model format):</p>
6542
- * <ul>
6535
+ * <ul>
6543
6536
  * <li>
6544
- * <p>
6537
+ * <p>
6545
6538
  * <code>shape</code>: Input shape, for example <code>{"input_1": {"shape": [1,224,224,3]}}</code>.
6546
6539
  * In addition to static input shapes, CoreML converter supports Flexible input shapes:</p>
6547
- * <ul>
6540
+ * <ul>
6548
6541
  * <li>
6549
- * <p>Range Dimension. You can use the Range Dimension feature if you know the input shape
6542
+ * <p>Range Dimension. You can use the Range Dimension feature if you know the input shape
6550
6543
  * will be within some specific interval in that dimension,
6551
6544
  * for example: <code>{"input_1": {"shape": ["1..10", 224, 224, 3]}}</code>
6552
6545
  * </p>
6553
- * </li>
6546
+ * </li>
6554
6547
  * <li>
6555
- * <p>Enumerated shapes. Sometimes, the models are trained to work only on a select
6548
+ * <p>Enumerated shapes. Sometimes, the models are trained to work only on a select
6556
6549
  * set of inputs. You can enumerate all supported input shapes,
6557
6550
  * for example: <code>{"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}</code>
6558
6551
  * </p>
6559
- * </li>
6552
+ * </li>
6560
6553
  * </ul>
6561
6554
  * </li>
6562
6555
  * <li>
6563
- * <p>
6556
+ * <p>
6564
6557
  * <code>default_shape</code>: Default input shape. You can set a default shape during
6565
6558
  * conversion for both Range Dimension and Enumerated Shapes. For example
6566
6559
  * <code>{"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}</code>
6567
6560
  * </p>
6568
6561
  * </li>
6569
6562
  * <li>
6570
- * <p>
6563
+ * <p>
6571
6564
  * <code>type</code>: Input type. Allowed values: <code>Image</code> and <code>Tensor</code>.
6572
6565
  * By default, the converter generates an ML Model with inputs of type Tensor (MultiArray).
6573
6566
  * User can set input type to be Image. Image input type requires additional input parameters
6574
6567
  * such as <code>bias</code> and <code>scale</code>.</p>
6575
6568
  * </li>
6576
6569
  * <li>
6577
- * <p>
6570
+ * <p>
6578
6571
  * <code>bias</code>: If the input type is an Image, you need to provide the bias vector.</p>
6579
6572
  * </li>
6580
6573
  * <li>
6581
- * <p>
6574
+ * <p>
6582
6575
  * <code>scale</code>: If the input type is an Image, you need to provide a scale factor.</p>
6583
6576
  * </li>
6584
6577
  * </ul>
6585
- * <p>CoreML <code>ClassifierConfig</code> parameters can be specified using
6578
+ * <p>CoreML <code>ClassifierConfig</code> parameters can be specified using
6586
6579
  * <a>OutputConfig$CompilerOptions</a>. CoreML converter supports Tensorflow and PyTorch models.
6587
6580
  * CoreML conversion examples:</p>
6588
- * <ul>
6581
+ * <ul>
6589
6582
  * <li>
6590
- * <p>Tensor type input:</p>
6591
- * <ul>
6583
+ * <p>Tensor type input:</p>
6584
+ * <ul>
6592
6585
  * <li>
6593
- * <p>
6586
+ * <p>
6594
6587
  * <code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
6595
6588
  * [1,224,224,3]}}</code>
6596
6589
  * </p>
6597
- * </li>
6590
+ * </li>
6598
6591
  * </ul>
6599
6592
  * </li>
6600
6593
  * <li>
6601
- * <p>Tensor type input without input name (PyTorch):</p>
6602
- * <ul>
6594
+ * <p>Tensor type input without input name (PyTorch):</p>
6595
+ * <ul>
6603
6596
  * <li>
6604
- * <p>
6597
+ * <p>
6605
6598
  * <code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
6606
6599
  * [1,3,224,224]}]</code>
6607
6600
  * </p>
6608
- * </li>
6601
+ * </li>
6609
6602
  * </ul>
6610
6603
  * </li>
6611
6604
  * <li>
6612
- * <p>Image type input:</p>
6613
- * <ul>
6605
+ * <p>Image type input:</p>
6606
+ * <ul>
6614
6607
  * <li>
6615
- * <p>
6608
+ * <p>
6616
6609
  * <code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
6617
6610
  * [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}</code>
6618
6611
  * </p>
6619
- * </li>
6612
+ * </li>
6620
6613
  * <li>
6621
- * <p>
6614
+ * <p>
6622
6615
  * <code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code>
6623
6616
  * </p>
6624
- * </li>
6617
+ * </li>
6625
6618
  * </ul>
6626
6619
  * </li>
6627
6620
  * <li>
6628
- * <p>Image type input without input name (PyTorch):</p>
6629
- * <ul>
6621
+ * <p>Image type input without input name (PyTorch):</p>
6622
+ * <ul>
6630
6623
  * <li>
6631
- * <p>
6624
+ * <p>
6632
6625
  * <code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
6633
6626
  * [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]</code>
6634
6627
  * </p>
6635
- * </li>
6628
+ * </li>
6636
6629
  * <li>
6637
- * <p>
6630
+ * <p>
6638
6631
  * <code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code>
6639
6632
  * </p>
6640
- * </li>
6633
+ * </li>
6641
6634
  * </ul>
6642
6635
  * </li>
6643
6636
  * </ul>
6644
- * <p>Depending on the model format, <code>DataInputConfig</code> requires the following parameters for
6637
+ * <p>Depending on the model format, <code>DataInputConfig</code> requires the following parameters for
6645
6638
  * <code>ml_eia2</code>
6646
6639
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-TargetDevice">OutputConfig:TargetDevice</a>.</p>
6647
- * <ul>
6640
+ * <ul>
6648
6641
  * <li>
6649
6642
  * <p>For TensorFlow models saved in the SavedModel format, specify the input names
6650
6643
  * from <code>signature_def_key</code> and the input model shapes for <code>DataInputConfig</code>.
@@ -6653,17 +6646,17 @@ export interface InputConfig {
6653
6646
  * <code>OutputConfig:CompilerOptions</code>
6654
6647
  * </a> if
6655
6648
  * the model does not use TensorFlow's default signature def key. For example:</p>
6656
- * <ul>
6649
+ * <ul>
6657
6650
  * <li>
6658
- * <p>
6651
+ * <p>
6659
6652
  * <code>"DataInputConfig": {"inputs": [1, 224, 224, 3]}</code>
6660
6653
  * </p>
6661
- * </li>
6654
+ * </li>
6662
6655
  * <li>
6663
- * <p>
6656
+ * <p>
6664
6657
  * <code>"CompilerOptions": {"signature_def_key": "serving_custom"}</code>
6665
6658
  * </p>
6666
- * </li>
6659
+ * </li>
6667
6660
  * </ul>
6668
6661
  * </li>
6669
6662
  * <li>
@@ -6673,7 +6666,7 @@ export interface InputConfig {
6673
6666
  * <code>OutputConfig:CompilerOptions</code>
6674
6667
  * </a>.
6675
6668
  * For example:</p>
6676
- * <ul>
6669
+ * <ul>
6677
6670
  * <li>
6678
6671
  * <p>
6679
6672
  * <code>"DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}</code>
@@ -6697,7 +6690,7 @@ export interface InputConfig {
6697
6690
  /**
6698
6691
  * <p>Specifies the framework version to use. This API field is only supported for the MXNet,
6699
6692
  * PyTorch, TensorFlow and TensorFlow Lite frameworks.</p>
6700
- * <p>For information about framework versions supported for cloud targets and edge devices, see
6693
+ * <p>For information about framework versions supported for cloud targets and edge devices, see
6701
6694
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-cloud.html">Cloud Supported Instance Types and Frameworks</a> and
6702
6695
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-devices-edge-frameworks.html">Edge Supported Frameworks</a>.</p>
6703
6696
  */
@@ -6711,13 +6704,13 @@ export interface InputConfig {
6711
6704
  export interface TargetPlatform {
6712
6705
  /**
6713
6706
  * <p>Specifies a target platform OS.</p>
6714
- * <ul>
6707
+ * <ul>
6715
6708
  * <li>
6716
- * <p>
6709
+ * <p>
6717
6710
  * <code>LINUX</code>: Linux-based operating systems.</p>
6718
6711
  * </li>
6719
6712
  * <li>
6720
- * <p>
6713
+ * <p>
6721
6714
  * <code>ANDROID</code>: Android operating systems. Android API level can be
6722
6715
  * specified using the <code>ANDROID_PLATFORM</code> compiler option. For example,
6723
6716
  * <code>"CompilerOptions": {'ANDROID_PLATFORM': 28}</code>
@@ -6728,25 +6721,25 @@ export interface TargetPlatform {
6728
6721
  Os: TargetPlatformOs | string | undefined;
6729
6722
  /**
6730
6723
  * <p>Specifies a target platform architecture.</p>
6731
- * <ul>
6724
+ * <ul>
6732
6725
  * <li>
6733
- * <p>
6726
+ * <p>
6734
6727
  * <code>X86_64</code>: 64-bit version of the x86 instruction set.</p>
6735
6728
  * </li>
6736
6729
  * <li>
6737
- * <p>
6730
+ * <p>
6738
6731
  * <code>X86</code>: 32-bit version of the x86 instruction set.</p>
6739
6732
  * </li>
6740
6733
  * <li>
6741
- * <p>
6734
+ * <p>
6742
6735
  * <code>ARM64</code>: ARMv8 64-bit CPU.</p>
6743
6736
  * </li>
6744
6737
  * <li>
6745
- * <p>
6738
+ * <p>
6746
6739
  * <code>ARM_EABIHF</code>: ARMv7 32-bit, Hard Float.</p>
6747
6740
  * </li>
6748
6741
  * <li>
6749
- * <p>
6742
+ * <p>
6750
6743
  * <code>ARM_EABI</code>: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM
6751
6744
  * platform.</p>
6752
6745
  * </li>
@@ -6755,19 +6748,19 @@ export interface TargetPlatform {
6755
6748
  Arch: TargetPlatformArch | string | undefined;
6756
6749
  /**
6757
6750
  * <p>Specifies a target platform accelerator (optional).</p>
6758
- * <ul>
6751
+ * <ul>
6759
6752
  * <li>
6760
- * <p>
6753
+ * <p>
6761
6754
  * <code>NVIDIA</code>: Nvidia graphics processing unit. It also requires
6762
6755
  * <code>gpu-code</code>, <code>trt-ver</code>, <code>cuda-ver</code> compiler
6763
6756
  * options</p>
6764
6757
  * </li>
6765
6758
  * <li>
6766
- * <p>
6759
+ * <p>
6767
6760
  * <code>MALI</code>: ARM Mali graphics processor</p>
6768
6761
  * </li>
6769
6762
  * <li>
6770
- * <p>
6763
+ * <p>
6771
6764
  * <code>INTEL_GRAPHICS</code>: Integrated Intel graphics</p>
6772
6765
  * </li>
6773
6766
  * </ul>
@@ -6800,62 +6793,62 @@ export interface OutputConfig {
6800
6793
  * <p>Contains information about a target platform that you want your model to run on, such
6801
6794
  * as OS, architecture, and accelerators. It is an alternative of
6802
6795
  * <code>TargetDevice</code>.</p>
6803
- * <p>The following examples show how to configure the <code>TargetPlatform</code> and
6796
+ * <p>The following examples show how to configure the <code>TargetPlatform</code> and
6804
6797
  * <code>CompilerOptions</code> JSON strings for popular target platforms: </p>
6805
- * <ul>
6798
+ * <ul>
6806
6799
  * <li>
6807
- * <p>Raspberry Pi 3 Model B+</p>
6808
- * <p>
6800
+ * <p>Raspberry Pi 3 Model B+</p>
6801
+ * <p>
6809
6802
  * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},</code>
6810
6803
  * </p>
6811
- * <p>
6804
+ * <p>
6812
6805
  * <code> "CompilerOptions": {'mattr': ['+neon']}</code>
6813
6806
  * </p>
6814
6807
  * </li>
6815
6808
  * <li>
6816
- * <p>Jetson TX2</p>
6817
- * <p>
6809
+ * <p>Jetson TX2</p>
6810
+ * <p>
6818
6811
  * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
6819
6812
  * "NVIDIA"},</code>
6820
6813
  * </p>
6821
- * <p>
6814
+ * <p>
6822
6815
  * <code> "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1',
6823
6816
  * 'cuda-ver': '10.0'}</code>
6824
6817
  * </p>
6825
6818
  * </li>
6826
6819
  * <li>
6827
- * <p>EC2 m5.2xlarge instance OS</p>
6828
- * <p>
6820
+ * <p>EC2 m5.2xlarge instance OS</p>
6821
+ * <p>
6829
6822
  * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator":
6830
6823
  * "NVIDIA"},</code>
6831
6824
  * </p>
6832
- * <p>
6825
+ * <p>
6833
6826
  * <code> "CompilerOptions": {'mcpu': 'skylake-avx512'}</code>
6834
6827
  * </p>
6835
6828
  * </li>
6836
6829
  * <li>
6837
- * <p>RK3399</p>
6838
- * <p>
6830
+ * <p>RK3399</p>
6831
+ * <p>
6839
6832
  * <code>"TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
6840
6833
  * "MALI"}</code>
6841
6834
  * </p>
6842
6835
  * </li>
6843
6836
  * <li>
6844
- * <p>ARMv7 phone (CPU)</p>
6845
- * <p>
6837
+ * <p>ARMv7 phone (CPU)</p>
6838
+ * <p>
6846
6839
  * <code>"TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},</code>
6847
6840
  * </p>
6848
- * <p>
6841
+ * <p>
6849
6842
  * <code> "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr':
6850
6843
  * ['+neon']}</code>
6851
6844
  * </p>
6852
6845
  * </li>
6853
6846
  * <li>
6854
- * <p>ARMv8 phone (CPU)</p>
6855
- * <p>
6847
+ * <p>ARMv8 phone (CPU)</p>
6848
+ * <p>
6856
6849
  * <code>"TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},</code>
6857
6850
  * </p>
6858
- * <p>
6851
+ * <p>
6859
6852
  * <code> "CompilerOptions": {'ANDROID_PLATFORM': 29}</code>
6860
6853
  * </p>
6861
6854
  * </li>
@@ -6868,15 +6861,15 @@ export interface OutputConfig {
6868
6861
  * and highly recommended for CPU compilations. For any other cases, it is optional to
6869
6862
  * specify <code>CompilerOptions.</code>
6870
6863
  * </p>
6871
- * <ul>
6864
+ * <ul>
6872
6865
  * <li>
6873
- * <p>
6866
+ * <p>
6874
6867
  * <code>DTYPE</code>: Specifies the data type for the input. When compiling for
6875
6868
  * <code>ml_*</code> (except for <code>ml_inf</code>) instances using PyTorch
6876
6869
  * framework, provide the data type (dtype) of the model's input.
6877
6870
  * <code>"float32"</code> is used if <code>"DTYPE"</code> is not specified.
6878
6871
  * Options for data type are:</p>
6879
- * <ul>
6872
+ * <ul>
6880
6873
  * <li>
6881
6874
  * <p>float32: Use either <code>"float"</code> or <code>"float32"</code>.</p>
6882
6875
  * </li>
@@ -6884,113 +6877,113 @@ export interface OutputConfig {
6884
6877
  * <p>int64: Use either <code>"int64"</code> or <code>"long"</code>.</p>
6885
6878
  * </li>
6886
6879
  * </ul>
6887
- * <p> For example, <code>{"dtype" : "float32"}</code>.</p>
6880
+ * <p> For example, <code>{"dtype" : "float32"}</code>.</p>
6888
6881
  * </li>
6889
6882
  * <li>
6890
- * <p>
6883
+ * <p>
6891
6884
  * <code>CPU</code>: Compilation for CPU supports the following compiler
6892
6885
  * options.</p>
6893
- * <ul>
6886
+ * <ul>
6894
6887
  * <li>
6895
- * <p>
6888
+ * <p>
6896
6889
  * <code>mcpu</code>: CPU micro-architecture. For example, <code>{'mcpu':
6897
6890
  * 'skylake-avx512'}</code>
6898
6891
  * </p>
6899
- * </li>
6892
+ * </li>
6900
6893
  * <li>
6901
- * <p>
6894
+ * <p>
6902
6895
  * <code>mattr</code>: CPU flags. For example, <code>{'mattr': ['+neon',
6903
6896
  * '+vfpv4']}</code>
6904
6897
  * </p>
6905
- * </li>
6898
+ * </li>
6906
6899
  * </ul>
6907
6900
  * </li>
6908
6901
  * <li>
6909
- * <p>
6902
+ * <p>
6910
6903
  * <code>ARM</code>: Details of ARM CPU compilations.</p>
6911
- * <ul>
6904
+ * <ul>
6912
6905
  * <li>
6913
- * <p>
6906
+ * <p>
6914
6907
  * <code>NEON</code>: NEON is an implementation of the Advanced SIMD
6915
6908
  * extension used in ARMv7 processors.</p>
6916
- * <p>For example, add <code>{'mattr': ['+neon']}</code> to the compiler
6909
+ * <p>For example, add <code>{'mattr': ['+neon']}</code> to the compiler
6917
6910
  * options if compiling for ARM 32-bit platform with the NEON
6918
6911
  * support.</p>
6919
- * </li>
6912
+ * </li>
6920
6913
  * </ul>
6921
6914
  * </li>
6922
6915
  * <li>
6923
- * <p>
6916
+ * <p>
6924
6917
  * <code>NVIDIA</code>: Compilation for NVIDIA GPU supports the following
6925
6918
  * compiler options.</p>
6926
- * <ul>
6919
+ * <ul>
6927
6920
  * <li>
6928
- * <p>
6921
+ * <p>
6929
6922
  * <code>gpu_code</code>: Specifies the targeted architecture.</p>
6930
- * </li>
6923
+ * </li>
6931
6924
  * <li>
6932
- * <p>
6925
+ * <p>
6933
6926
  * <code>trt-ver</code>: Specifies the TensorRT versions in x.y.z.
6934
6927
  * format.</p>
6935
- * </li>
6928
+ * </li>
6936
6929
  * <li>
6937
- * <p>
6930
+ * <p>
6938
6931
  * <code>cuda-ver</code>: Specifies the CUDA version in x.y
6939
6932
  * format.</p>
6940
- * </li>
6933
+ * </li>
6941
6934
  * </ul>
6942
- * <p>For example, <code>{'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver':
6935
+ * <p>For example, <code>{'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver':
6943
6936
  * '10.1'}</code>
6944
6937
  * </p>
6945
6938
  * </li>
6946
6939
  * <li>
6947
- * <p>
6940
+ * <p>
6948
6941
  * <code>ANDROID</code>: Compilation for the Android OS supports the following
6949
6942
  * compiler options:</p>
6950
- * <ul>
6943
+ * <ul>
6951
6944
  * <li>
6952
- * <p>
6945
+ * <p>
6953
6946
  * <code>ANDROID_PLATFORM</code>: Specifies the Android API levels.
6954
6947
  * Available levels range from 21 to 29. For example,
6955
6948
  * <code>{'ANDROID_PLATFORM': 28}</code>.</p>
6956
- * </li>
6949
+ * </li>
6957
6950
  * <li>
6958
- * <p>
6951
+ * <p>
6959
6952
  * <code>mattr</code>: Add <code>{'mattr': ['+neon']}</code> to compiler
6960
6953
  * options if compiling for ARM 32-bit platform with NEON support.</p>
6961
- * </li>
6954
+ * </li>
6962
6955
  * </ul>
6963
6956
  * </li>
6964
6957
  * <li>
6965
- * <p>
6966
- * <code>INFERENTIA</code>: Compilation for target ml_inf1 uses compiler options
6958
+ * <p>
6959
+ * <code>INFERENTIA</code>: Compilation for target ml_inf1 uses compiler options
6967
6960
  * passed in as a JSON string. For example,
6968
6961
  * <code>"CompilerOptions": "\"--verbose 1 --num-neuroncores 2 -O2\""</code>.
6969
6962
  * </p>
6970
- * <p>For information about supported compiler options, see
6963
+ * <p>For information about supported compiler options, see
6971
6964
  * <a href="https://github.com/aws/aws-neuron-sdk/blob/master/docs/neuron-cc/command-line-reference.md">
6972
6965
  * Neuron Compiler CLI</a>.
6973
6966
  * </p>
6974
6967
  * </li>
6975
6968
  * <li>
6976
- * <p>
6969
+ * <p>
6977
6970
  * <code>CoreML</code>: Compilation for the CoreML <a>OutputConfig$TargetDevice</a>
6978
6971
  * supports the following compiler options:</p>
6979
- * <ul>
6972
+ * <ul>
6980
6973
  * <li>
6981
- * <p>
6974
+ * <p>
6982
6975
  * <code>class_labels</code>: Specifies the classification labels file
6983
6976
  * name inside input tar.gz file. For example,
6984
6977
  * <code>{"class_labels": "imagenet_labels_1000.txt"}</code>.
6985
6978
  * Labels inside the txt file should be separated by newlines.</p>
6986
- * </li>
6979
+ * </li>
6987
6980
  * </ul>
6988
6981
  * </li>
6989
6982
  * <li>
6990
- * <p>
6983
+ * <p>
6991
6984
  * <code>EIA</code>: Compilation for the Elastic Inference Accelerator supports the following
6992
6985
  * compiler options:</p>
6993
- * <ul>
6986
+ * <ul>
6994
6987
  * <li>
6995
6988
  * <p>
6996
6989
  * <code>precision_mode</code>: Specifies the precision of compiled artifacts. Supported values
@@ -7008,7 +7001,7 @@ export interface OutputConfig {
7008
7001
  * models in FrozenGraph format. Set at most one API field, either: <code>signature_def_key</code> or <code>output_names</code>.</p>
7009
7002
  * </li>
7010
7003
  * </ul>
7011
- * <p>For example:
7004
+ * <p>For example:
7012
7005
  * <code>{"precision_mode": "FP32", "output_names": ["output:0"]}</code>
7013
7006
  * </p>
7014
7007
  * </li>
@@ -7021,24 +7014,24 @@ export interface OutputConfig {
7021
7014
  * For more information, see
7022
7015
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html">KMS-Managed Encryption
7023
7016
  * Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i>
7024
- * </p>
7025
- * <p>The KmsKeyId can be any of the following formats: </p>
7026
- * <ul>
7017
+ * </p>
7018
+ * <p>The KmsKeyId can be any of the following formats: </p>
7019
+ * <ul>
7027
7020
  * <li>
7028
- * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
7021
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
7029
7022
  * </p>
7030
7023
  * </li>
7031
7024
  * <li>
7032
- * <p>Key ARN:
7025
+ * <p>Key ARN:
7033
7026
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
7034
7027
  * </p>
7035
7028
  * </li>
7036
7029
  * <li>
7037
- * <p>Alias name: <code>alias/ExampleAlias</code>
7030
+ * <p>Alias name: <code>alias/ExampleAlias</code>
7038
7031
  * </p>
7039
7032
  * </li>
7040
7033
  * <li>
7041
- * <p>Alias name ARN:
7034
+ * <p>Alias name ARN:
7042
7035
  * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
7043
7036
  * </p>
7044
7037
  * </li>
@@ -7073,22 +7066,22 @@ export interface CreateCompilationJobRequest {
7073
7066
  /**
7074
7067
  * <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on
7075
7068
  * your behalf. </p>
7076
- * <p>During model compilation, Amazon SageMaker needs your permission to:</p>
7077
- * <ul>
7069
+ * <p>During model compilation, Amazon SageMaker needs your permission to:</p>
7070
+ * <ul>
7078
7071
  * <li>
7079
- * <p>Read input data from an S3 bucket</p>
7072
+ * <p>Read input data from an S3 bucket</p>
7080
7073
  * </li>
7081
7074
  * <li>
7082
- * <p>Write model artifacts to an S3 bucket</p>
7075
+ * <p>Write model artifacts to an S3 bucket</p>
7083
7076
  * </li>
7084
7077
  * <li>
7085
- * <p>Write logs to Amazon CloudWatch Logs</p>
7078
+ * <p>Write logs to Amazon CloudWatch Logs</p>
7086
7079
  * </li>
7087
7080
  * <li>
7088
- * <p>Publish metrics to Amazon CloudWatch</p>
7081
+ * <p>Publish metrics to Amazon CloudWatch</p>
7089
7082
  * </li>
7090
7083
  * </ul>
7091
- * <p>You grant permissions for all of these tasks to an IAM role. To pass this role to
7084
+ * <p>You grant permissions for all of these tasks to an IAM role. To pass this role to
7092
7085
  * Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission. For
7093
7086
  * more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon SageMaker
7094
7087
  * Roles.</a>
@@ -7137,9 +7130,9 @@ export interface CreateCompilationJobResponse {
7137
7130
  /**
7138
7131
  * <p>If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns
7139
7132
  * the following data in JSON format:</p>
7140
- * <ul>
7133
+ * <ul>
7141
7134
  * <li>
7142
- * <p>
7135
+ * <p>
7143
7136
  * <code>CompilationJobArn</code>: The Amazon Resource Name (ARN) of the compiled
7144
7137
  * job.</p>
7145
7138
  * </li>
@@ -7634,7 +7627,7 @@ export interface JupyterServerAppSettings {
7634
7627
  DefaultResourceSpec?: ResourceSpec;
7635
7628
  /**
7636
7629
  * <p> The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the <code>DefaultResourceSpec</code> parameter is also required.</p>
7637
- * <note>
7630
+ * <note>
7638
7631
  * <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
7639
7632
  * </note>
7640
7633
  */
@@ -7681,7 +7674,7 @@ export interface KernelGatewayAppSettings {
7681
7674
  CustomImages?: CustomImage[];
7682
7675
  /**
7683
7676
  * <p> The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.</p>
7684
- * <note>
7677
+ * <note>
7685
7678
  * <p>To remove a Lifecycle Config, you must set <code>LifecycleConfigArns</code> to an empty list.</p>
7686
7679
  * </note>
7687
7680
  */
@@ -8186,8 +8179,8 @@ export interface DataCaptureConfig {
8186
8179
  */
8187
8180
  DestinationS3Uri: string | undefined;
8188
8181
  /**
8189
- * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on
8190
- * the storage volume attached to the ML compute instance that hosts the endpoint.</p>
8182
+ * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the
8183
+ * captured data at rest using Amazon S3 server-side encryption.</p>
8191
8184
  * <p>The KmsKeyId can be any of the following formats: </p>
8192
8185
  * <ul>
8193
8186
  * <li>
@@ -8253,33 +8246,33 @@ export interface ProductionVariantCoreDumpConfig {
8253
8246
  * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker
8254
8247
  * uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The
8255
8248
  * <code>KmsKeyId</code> can be any of the following formats: </p>
8256
- * <ul>
8249
+ * <ul>
8257
8250
  * <li>
8258
- * <p>// KMS Key ID</p>
8259
- * <p>
8260
- * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
8261
- * </p>
8251
+ * <p>// KMS Key ID</p>
8252
+ * <p>
8253
+ * <code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code>
8254
+ * </p>
8262
8255
  * </li>
8263
8256
  * <li>
8264
- * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
8265
- * <p>
8266
- * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
8267
- * </p>
8257
+ * <p>// Amazon Resource Name (ARN) of a KMS Key</p>
8258
+ * <p>
8259
+ * <code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code>
8260
+ * </p>
8268
8261
  * </li>
8269
8262
  * <li>
8270
- * <p>// KMS Key Alias</p>
8271
- * <p>
8272
- * <code>"alias/ExampleAlias"</code>
8273
- * </p>
8263
+ * <p>// KMS Key Alias</p>
8264
+ * <p>
8265
+ * <code>"alias/ExampleAlias"</code>
8266
+ * </p>
8274
8267
  * </li>
8275
8268
  * <li>
8276
- * <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p>
8277
- * <p>
8278
- * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
8279
- * </p>
8269
+ * <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p>
8270
+ * <p>
8271
+ * <code>"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"</code>
8272
+ * </p>
8280
8273
  * </li>
8281
8274
  * </ul>
8282
- * <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
8275
+ * <p>If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must
8283
8276
  * include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID,
8284
8277
  * SageMaker uses the default KMS key for Amazon S3 for your role's account. SageMaker uses server-side
8285
8278
  * encryption with KMS-managed keys for <code>OutputDataConfig</code>. If you use a bucket
@@ -8289,7 +8282,7 @@ export interface ProductionVariantCoreDumpConfig {
8289
8282
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed Encryption
8290
8283
  * Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i>
8291
8284
  * </p>
8292
- * <p>The KMS key policy must grant permission to the IAM role that you specify in your
8285
+ * <p>The KMS key policy must grant permission to the IAM role that you specify in your
8293
8286
  * <code>CreateEndpoint</code> and <code>UpdateEndpoint</code> requests. For more
8294
8287
  * 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
8295
8288
  * Service Developer Guide</i>.</p>
@@ -8380,7 +8373,7 @@ export interface CreateEndpointConfigInput {
8380
8373
  */
8381
8374
  EndpointConfigName: string | undefined;
8382
8375
  /**
8383
- * <p>An list of <code>ProductionVariant</code> objects, one for each model that you want
8376
+ * <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
8384
8377
  * to host at this endpoint.</p>
8385
8378
  */
8386
8379
  ProductionVariants: ProductionVariant[] | undefined;
@@ -8398,33 +8391,33 @@ export interface CreateEndpointConfigInput {
8398
8391
  * <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
8399
8392
  * SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that
8400
8393
  * hosts the endpoint.</p>
8401
- * <p>The KmsKeyId can be any of the following formats: </p>
8402
- * <ul>
8394
+ * <p>The KmsKeyId can be any of the following formats: </p>
8395
+ * <ul>
8403
8396
  * <li>
8404
- * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
8397
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
8405
8398
  * </p>
8406
8399
  * </li>
8407
8400
  * <li>
8408
- * <p>Key ARN:
8401
+ * <p>Key ARN:
8409
8402
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
8410
8403
  * </p>
8411
8404
  * </li>
8412
8405
  * <li>
8413
- * <p>Alias name: <code>alias/ExampleAlias</code>
8406
+ * <p>Alias name: <code>alias/ExampleAlias</code>
8414
8407
  * </p>
8415
8408
  * </li>
8416
8409
  * <li>
8417
- * <p>Alias name ARN:
8410
+ * <p>Alias name ARN:
8418
8411
  * <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
8419
8412
  * </p>
8420
8413
  * </li>
8421
8414
  * </ul>
8422
- * <p>The KMS key policy must grant permission to the IAM role that you specify in your
8415
+ * <p>The KMS key policy must grant permission to the IAM role that you specify in your
8423
8416
  * <code>CreateEndpoint</code>, <code>UpdateEndpoint</code> requests. For more
8424
8417
  * information, refer to the Amazon Web Services Key Management Service section<a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html"> Using Key
8425
8418
  * Policies in Amazon Web Services KMS </a>
8426
8419
  * </p>
8427
- * <note>
8420
+ * <note>
8428
8421
  * <p>Certain Nitro-based instances include local storage, dependent on the instance
8429
8422
  * type. Local storage volumes are encrypted using a hardware module on the instance.
8430
8423
  * You can't request a <code>KmsKeyId</code> when using an instance type with local
@@ -8436,7 +8429,7 @@ export interface CreateEndpointConfigInput {
8436
8429
  * <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>
8437
8430
  * <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
8438
8431
  * Instance Store Volumes</a>.</p>
8439
- * </note>
8432
+ * </note>
8440
8433
  */
8441
8434
  KmsKeyId?: string;
8442
8435
  /**
@@ -8449,12 +8442,11 @@ export interface CreateEndpointConfigInput {
8449
8442
  */
8450
8443
  ExplainerConfig?: ExplainerConfig;
8451
8444
  /**
8452
- * <p>
8453
- * Array of <code>ProductionVariant</code> objects. There is one for each model that you want to host at this
8454
- * endpoint in shadow mode with production traffic replicated from the model specified on
8455
- * <code>ProductionVariants</code>.If you use this field, you can only specify one variant for
8456
- * <code>ProductionVariants</code> and one variant for <code>ShadowProductionVariants</code>.
8457
- * </p>
8445
+ * <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
8446
+ * to host at this endpoint in shadow mode with production traffic replicated from the
8447
+ * model specified on <code>ProductionVariants</code>. If you use this field, you can only
8448
+ * specify one variant for <code>ProductionVariants</code> and one variant for
8449
+ * <code>ShadowProductionVariants</code>.</p>
8458
8450
  */
8459
8451
  ShadowProductionVariants?: ProductionVariant[];
8460
8452
  }