@aws-sdk/client-sagemaker 3.348.0 → 3.351.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.
@@ -1661,9 +1661,10 @@ export interface ProductionVariantStatus {
1661
1661
  /**
1662
1662
  * @public
1663
1663
  * <p>The production variant summary for a deployment when an endpoint is creating or
1664
- * updating with the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html">CreateEndpoint</a> or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpoint</a> operations. Describes the <code>VariantStatus
1665
- * </code>, weight and capacity for a production variant associated with an endpoint.
1666
- * </p>
1664
+ * updating with the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html">CreateEndpoint</a>
1665
+ * or <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpoint</a>
1666
+ * operations. Describes the <code>VariantStatus </code>, weight and capacity for a
1667
+ * production variant associated with an endpoint. </p>
1667
1668
  */
1668
1669
  export interface PendingProductionVariantSummary {
1669
1670
  /**
@@ -1730,8 +1731,8 @@ export interface PendingDeploymentSummary {
1730
1731
  */
1731
1732
  EndpointConfigName: string | undefined;
1732
1733
  /**
1733
- * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html">PendingProductionVariantSummary</a> objects, one for each
1734
- * model hosted behind this endpoint for the in-progress deployment.</p>
1734
+ * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html">PendingProductionVariantSummary</a> objects, one for each model hosted behind
1735
+ * this endpoint for the in-progress deployment.</p>
1735
1736
  */
1736
1737
  ProductionVariants?: PendingProductionVariantSummary[];
1737
1738
  /**
@@ -1739,10 +1740,9 @@ export interface PendingDeploymentSummary {
1739
1740
  */
1740
1741
  StartTime?: Date;
1741
1742
  /**
1742
- * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html">PendingProductionVariantSummary</a> objects, one for each
1743
- * model hosted behind this endpoint in shadow mode with production traffic replicated from
1744
- * the model specified on <code>ProductionVariants</code> for the in-progress
1745
- * deployment.</p>
1743
+ * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html">PendingProductionVariantSummary</a> objects, one for each model hosted behind
1744
+ * this endpoint in shadow mode with production traffic replicated from the model specified
1745
+ * on <code>ProductionVariants</code> for the in-progress deployment.</p>
1746
1746
  */
1747
1747
  ShadowProductionVariants?: PendingProductionVariantSummary[];
1748
1748
  }
@@ -1812,8 +1812,8 @@ export interface DescribeEndpointOutput {
1812
1812
  */
1813
1813
  EndpointConfigName: string | undefined;
1814
1814
  /**
1815
- * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html">ProductionVariantSummary</a> objects, one for each model
1816
- * hosted behind this endpoint.</p>
1815
+ * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html">ProductionVariantSummary</a> objects, one for each model hosted behind this
1816
+ * endpoint.</p>
1817
1817
  */
1818
1818
  ProductionVariants?: ProductionVariantSummary[];
1819
1819
  /**
@@ -1864,10 +1864,9 @@ export interface DescribeEndpointOutput {
1864
1864
  * </li>
1865
1865
  * <li>
1866
1866
  * <p>
1867
- * <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use the
1868
- * <code>FailureReason</code> value returned by <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> for information about
1869
- * the failure. <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html">DeleteEndpoint</a> is the only operation that can be
1870
- * performed on a failed endpoint.</p>
1867
+ * <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use
1868
+ * the <code>FailureReason</code> value returned by <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> for information about the failure. <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html">DeleteEndpoint</a> is the only operation that can be performed on a
1869
+ * failed endpoint.</p>
1871
1870
  * </li>
1872
1871
  * </ul>
1873
1872
  */
@@ -1905,9 +1904,9 @@ export interface DescribeEndpointOutput {
1905
1904
  */
1906
1905
  ExplainerConfig?: ExplainerConfig;
1907
1906
  /**
1908
- * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html">ProductionVariantSummary</a> objects, one for each model
1909
- * that you want to host at this endpoint in shadow mode with production traffic replicated
1910
- * from the model specified on <code>ProductionVariants</code>.</p>
1907
+ * <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html">ProductionVariantSummary</a> objects, one for each model that you want to host
1908
+ * at this endpoint in shadow mode with production traffic replicated from the model
1909
+ * specified on <code>ProductionVariants</code>.</p>
1911
1910
  */
1912
1911
  ShadowProductionVariants?: ProductionVariantSummary[];
1913
1912
  }
@@ -1942,8 +1941,8 @@ export interface DescribeEndpointConfigOutput {
1942
1941
  */
1943
1942
  DataCaptureConfig?: DataCaptureConfig;
1944
1943
  /**
1945
- * <p>Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on
1946
- * the ML storage volume attached to the instance.</p>
1944
+ * <p>Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML
1945
+ * storage volume attached to the instance.</p>
1947
1946
  */
1948
1947
  KmsKeyId?: string;
1949
1948
  /**
@@ -2625,7 +2624,7 @@ export interface DescribeHyperParameterTuningJobRequest {
2625
2624
  * @public
2626
2625
  * <p>Shows the latest objective metric emitted by a training job that was launched by a
2627
2626
  * hyperparameter tuning job. You define the objective metric in the
2628
- * <code>HyperParameterTuningJobObjective</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html">HyperParameterTuningJobConfig</a>.</p>
2627
+ * <code>HyperParameterTuningJobObjective</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html">HyperParameterTuningJobConfig</a>.</p>
2629
2628
  */
2630
2629
  export interface FinalHyperParameterTuningJobObjectiveMetric {
2631
2630
  /**
@@ -2715,8 +2714,7 @@ export interface HyperParameterTrainingJobSummary {
2715
2714
  */
2716
2715
  FailureReason?: string;
2717
2716
  /**
2718
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_FinalHyperParameterTuningJobObjectiveMetric.html">FinalHyperParameterTuningJobObjectiveMetric</a> object that
2719
- * specifies the
2717
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_FinalHyperParameterTuningJobObjectiveMetric.html">FinalHyperParameterTuningJobObjectiveMetric</a> object that specifies the
2720
2718
  * value
2721
2719
  * of the
2722
2720
  * objective
@@ -2869,18 +2867,18 @@ export interface DescribeHyperParameterTuningJobResponse {
2869
2867
  */
2870
2868
  HyperParameterTuningJobArn: string | undefined;
2871
2869
  /**
2872
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html">HyperParameterTuningJobConfig</a> object that specifies the
2873
- * configuration of the tuning job.</p>
2870
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html">HyperParameterTuningJobConfig</a> object that specifies the configuration of
2871
+ * the tuning job.</p>
2874
2872
  */
2875
2873
  HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
2876
2874
  /**
2877
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a> object that specifies the
2878
- * definition of the training jobs that this tuning job launches.</p>
2875
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a> object that specifies the definition of
2876
+ * the training jobs that this tuning job launches.</p>
2879
2877
  */
2880
2878
  TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
2881
2879
  /**
2882
- * <p>A list of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a> objects launched
2883
- * for this tuning job.</p>
2880
+ * <p>A list of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a> objects launched for this tuning
2881
+ * job.</p>
2884
2882
  */
2885
2883
  TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
2886
2884
  /**
@@ -2901,27 +2899,27 @@ export interface DescribeHyperParameterTuningJobResponse {
2901
2899
  */
2902
2900
  LastModifiedTime?: Date;
2903
2901
  /**
2904
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html">TrainingJobStatusCounters</a> object that specifies the number of
2905
- * training jobs, categorized by status, that this tuning job launched.</p>
2902
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html">TrainingJobStatusCounters</a> object that specifies the number of training
2903
+ * jobs, categorized by status, that this tuning job launched.</p>
2906
2904
  */
2907
2905
  TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
2908
2906
  /**
2909
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html">ObjectiveStatusCounters</a> object that specifies the number of
2910
- * training jobs, categorized by the status of their final objective metric, that this
2911
- * tuning job launched.</p>
2907
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html">ObjectiveStatusCounters</a> object that specifies the number of training jobs,
2908
+ * categorized by the status of their final objective metric, that this tuning job
2909
+ * launched.</p>
2912
2910
  */
2913
2911
  ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
2914
2912
  /**
2915
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> object that describes the training job that
2916
- * completed with the best current <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobObjective.html">HyperParameterTuningJobObjective</a>.</p>
2913
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> object that describes the training job that completed
2914
+ * with the best current <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobObjective.html">HyperParameterTuningJobObjective</a>.</p>
2917
2915
  */
2918
2916
  BestTrainingJob?: HyperParameterTrainingJobSummary;
2919
2917
  /**
2920
2918
  * <p>If the hyperparameter tuning job is an warm start tuning job with a
2921
2919
  * <code>WarmStartType</code> of <code>IDENTICAL_DATA_AND_ALGORITHM</code>, this is the
2922
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> for the training job with the best objective
2923
- * metric value of all training jobs launched by this tuning job and all parent jobs
2924
- * specified for the warm start tuning job.</p>
2920
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> for the training job with the best objective metric
2921
+ * value of all training jobs launched by this tuning job and all parent jobs specified for
2922
+ * the warm start tuning job.</p>
2925
2923
  */
2926
2924
  OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
2927
2925
  /**
@@ -3949,8 +3947,8 @@ export interface DescribeModelOutput {
3949
3947
  */
3950
3948
  ExecutionRoleArn: string | undefined;
3951
3949
  /**
3952
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this model has access
3953
- * to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual
3950
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this model has access to. For
3951
+ * more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual
3954
3952
  * Private Cloud</a>
3955
3953
  * </p>
3956
3954
  */
@@ -4870,7 +4868,8 @@ export interface DescribeNotebookInstanceOutput {
4870
4868
  /**
4871
4869
  * <p>A list of the Elastic Inference (EI) instance types associated with this notebook
4872
4870
  * instance. Currently only one EI instance type can be associated with a notebook
4873
- * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
4871
+ * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
4872
+ * Amazon SageMaker</a>.</p>
4874
4873
  */
4875
4874
  AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
4876
4875
  /**
@@ -4954,7 +4953,7 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
4954
4953
  */
4955
4954
  export interface DescribePipelineRequest {
4956
4955
  /**
4957
- * <p>The name of the pipeline to describe.</p>
4956
+ * <p>The name or Amazon Resource Name (ARN) of the pipeline to describe.</p>
4958
4957
  */
4959
4958
  PipelineName: string | undefined;
4960
4959
  }
@@ -5660,13 +5659,12 @@ export declare const SecondaryStatus: {
5660
5659
  export type SecondaryStatus = (typeof SecondaryStatus)[keyof typeof SecondaryStatus];
5661
5660
  /**
5662
5661
  * @public
5663
- * <p>An array element of <code>SecondaryStatusTransitions</code> for <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html">DescribeTrainingJob</a>. It provides
5664
- * additional details about a status that the training job has transitioned through. A
5665
- * training job can be in one of several states, for example, starting, downloading,
5666
- * training, or uploading. Within each state, there are a number of intermediate states.
5667
- * For example, within the starting state, SageMaker could be starting the training job or
5668
- * launching the ML instances. These transitional states are referred to as the job's
5669
- * secondary
5662
+ * <p>An array element of <code>SecondaryStatusTransitions</code> for <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html">DescribeTrainingJob</a>. It provides additional details about a status that the
5663
+ * training job has transitioned through. A training job can be in one of several states,
5664
+ * for example, starting, downloading, training, or uploading. Within each state, there are
5665
+ * a number of intermediate states. For example, within the starting state, SageMaker could be
5666
+ * starting the training job or launching the ML instances. These transitional states are
5667
+ * referred to as the job's secondary
5670
5668
  * status.
5671
5669
  * </p>
5672
5670
  * <p></p>
@@ -5826,8 +5824,8 @@ export interface SecondaryStatusTransition {
5826
5824
  * messages in if statements.</p>
5827
5825
  * </important>
5828
5826
  * <p>To have an overview of your training job's progress, view
5829
- * <code>TrainingJobStatus</code> and <code>SecondaryStatus</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html">DescribeTrainingJob</a>, and <code>StatusMessage</code> together. For
5830
- * example, at the start of a training job, you might see the following:</p>
5827
+ * <code>TrainingJobStatus</code> and <code>SecondaryStatus</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html">DescribeTrainingJob</a>, and <code>StatusMessage</code> together. For example,
5828
+ * at the start of a training job, you might see the following:</p>
5831
5829
  * <ul>
5832
5830
  * <li>
5833
5831
  * <p>
@@ -6109,8 +6107,8 @@ export interface DescribeTrainingJobResponse {
6109
6107
  */
6110
6108
  ResourceConfig: ResourceConfig | undefined;
6111
6109
  /**
6112
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has
6113
- * access to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
6110
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has access
6111
+ * to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
6114
6112
  * Virtual Private Cloud</a>.</p>
6115
6113
  */
6116
6114
  VpcConfig?: VpcConfig;
@@ -7301,8 +7299,8 @@ export interface RStudioServerProDomainSettingsForUpdate {
7301
7299
  */
7302
7300
  export interface DomainSettingsForUpdate {
7303
7301
  /**
7304
- * <p>A collection of <code>RStudioServerPro</code> Domain-level app settings to
7305
- * update. A single <code>RStudioServerPro</code> application is created for a domain.</p>
7302
+ * <p>A collection of <code>RStudioServerPro</code> Domain-level app settings to update. A
7303
+ * single <code>RStudioServerPro</code> application is created for a domain.</p>
7306
7304
  */
7307
7305
  RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
7308
7306
  /**
@@ -7713,9 +7711,9 @@ export interface EndpointSummary {
7713
7711
  * <li>
7714
7712
  * <p>
7715
7713
  * <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use
7716
- * <code>DescribeEndpointOutput$FailureReason</code> for information about
7717
- * the failure. <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html">DeleteEndpoint</a> is the only operation that can be
7718
- * performed on a failed endpoint.</p>
7714
+ * <code>DescribeEndpointOutput$FailureReason</code> for information about the
7715
+ * failure. <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html">DeleteEndpoint</a> is the only operation that can be performed on a
7716
+ * failed endpoint.</p>
7719
7717
  * </li>
7720
7718
  * </ul>
7721
7719
  * <p>To get a list of endpoints with a specified status, use the <code>StatusEquals</code>
@@ -8750,19 +8748,19 @@ export interface HyperParameterTuningJobSummary {
8750
8748
  */
8751
8749
  LastModifiedTime?: Date;
8752
8750
  /**
8753
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html">TrainingJobStatusCounters</a> object that specifies the numbers of
8754
- * training jobs, categorized by status, that this tuning job launched.</p>
8751
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html">TrainingJobStatusCounters</a> object that specifies the numbers of training
8752
+ * jobs, categorized by status, that this tuning job launched.</p>
8755
8753
  */
8756
8754
  TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
8757
8755
  /**
8758
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html">ObjectiveStatusCounters</a> object that specifies the numbers of
8759
- * training jobs, categorized by objective metric status, that this tuning job
8760
- * launched.</p>
8756
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html">ObjectiveStatusCounters</a> object that specifies the numbers of training jobs,
8757
+ * categorized by objective metric status, that this tuning job launched.</p>
8761
8758
  */
8762
8759
  ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
8763
8760
  /**
8764
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html">ResourceLimits</a> object that specifies the maximum number of
8765
- * training jobs and parallel training jobs allowed for this tuning job.</p>
8761
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html">ResourceLimits</a>
8762
+ * object that specifies the maximum number of training jobs and parallel training jobs
8763
+ * allowed for this tuning job.</p>
8766
8764
  */
8767
8765
  ResourceLimits?: ResourceLimits;
8768
8766
  }
@@ -593,8 +593,10 @@ export interface ListAliasesResponse {
593
593
  */
594
594
  export interface ListAppImageConfigsRequest {
595
595
  /**
596
- * <p>The maximum number of AppImageConfigs to return in the response. The default value is
597
- * 10. </p>
596
+ * <p>The total number of items to return in the response. If the total
597
+ * number of items available is more than the value specified, a <code>NextToken</code>
598
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
599
+ * value in the as part of a subsequent call. The default value is 10.</p>
598
600
  */
599
601
  MaxResults?: number;
600
602
  /**
@@ -654,7 +656,10 @@ export interface ListAppsRequest {
654
656
  */
655
657
  NextToken?: string;
656
658
  /**
657
- * <p>Returns a list up to a specified limit.</p>
659
+ * <p>The total number of items to return in the response. If the total
660
+ * number of items available is more than the value specified, a <code>NextToken</code>
661
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
662
+ * value in the as part of a subsequent call. The default value is 10.</p>
658
663
  */
659
664
  MaxResults?: number;
660
665
  /**
@@ -1375,7 +1380,10 @@ export interface ListDomainsRequest {
1375
1380
  */
1376
1381
  NextToken?: string;
1377
1382
  /**
1378
- * <p>Returns a list up to a specified limit.</p>
1383
+ * <p>The total number of items to return in the response. If the total
1384
+ * number of items available is more than the value specified, a <code>NextToken</code>
1385
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
1386
+ * value in the as part of a subsequent call. The default value is 10.</p>
1379
1387
  */
1380
1388
  MaxResults?: number;
1381
1389
  }
@@ -4312,7 +4320,7 @@ export type SortPipelineExecutionsBy = (typeof SortPipelineExecutionsBy)[keyof t
4312
4320
  */
4313
4321
  export interface ListPipelineExecutionsRequest {
4314
4322
  /**
4315
- * <p>The name of the pipeline.</p>
4323
+ * <p>The name or Amazon Resource Name (ARN) of the pipeline.</p>
4316
4324
  */
4317
4325
  PipelineName: string | undefined;
4318
4326
  /**
@@ -5119,7 +5127,10 @@ export interface ListSpacesRequest {
5119
5127
  */
5120
5128
  NextToken?: string;
5121
5129
  /**
5122
- * <p>Returns a list up to a specified limit.</p>
5130
+ * <p>The total number of items to return in the response. If the total
5131
+ * number of items available is more than the value specified, a <code>NextToken</code>
5132
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
5133
+ * value in the as part of a subsequent call. The default value is 10.</p>
5123
5134
  */
5124
5135
  MaxResults?: number;
5125
5136
  /**
@@ -5235,7 +5246,10 @@ export type StudioLifecycleConfigSortKey = (typeof StudioLifecycleConfigSortKey)
5235
5246
  */
5236
5247
  export interface ListStudioLifecycleConfigsRequest {
5237
5248
  /**
5238
- * <p>The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.</p>
5249
+ * <p>The total number of items to return in the response. If the total
5250
+ * number of items available is more than the value specified, a <code>NextToken</code>
5251
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
5252
+ * value in the as part of a subsequent call. The default value is 10.</p>
5239
5253
  */
5240
5254
  MaxResults?: number;
5241
5255
  /**
@@ -5306,7 +5320,8 @@ export interface StudioLifecycleConfigDetails {
5306
5320
  */
5307
5321
  export interface ListStudioLifecycleConfigsResponse {
5308
5322
  /**
5309
- * <p>A token for getting the next set of actions, if there are any.</p>
5323
+ * <p>If the previous response was truncated, you will receive this token.
5324
+ * Use it in your next request to receive the next set of results.</p>
5310
5325
  */
5311
5326
  NextToken?: string;
5312
5327
  /**
@@ -5919,7 +5934,10 @@ export interface ListUserProfilesRequest {
5919
5934
  */
5920
5935
  NextToken?: string;
5921
5936
  /**
5922
- * <p>Returns a list up to a specified limit.</p>
5937
+ * <p>The total number of items to return in the response. If the total
5938
+ * number of items available is more than the value specified, a <code>NextToken</code>
5939
+ * is provided in the response. To resume pagination, provide the <code>NextToken</code>
5940
+ * value in the as part of a subsequent call. The default value is 10.</p>
5923
5941
  */
5924
5942
  MaxResults?: number;
5925
5943
  /**
@@ -7509,7 +7527,7 @@ export interface TrainingJob {
7509
7527
  /**
7510
7528
  * <p> Provides detailed information about the state of the training job. For detailed
7511
7529
  * information about the secondary status of the training job, see
7512
- * <code>StatusMessage</code> under <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html">SecondaryStatusTransition</a>.</p>
7530
+ * <code>StatusMessage</code> under <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html">SecondaryStatusTransition</a>.</p>
7513
7531
  * <p>SageMaker provides primary statuses and secondary statuses that apply to each of
7514
7532
  * them:</p>
7515
7533
  * <dl>
@@ -7639,8 +7657,8 @@ export interface TrainingJob {
7639
7657
  */
7640
7658
  ResourceConfig?: ResourceConfig;
7641
7659
  /**
7642
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has
7643
- * access to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
7660
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has access
7661
+ * to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
7644
7662
  * Virtual Private Cloud</a>.</p>
7645
7663
  */
7646
7664
  VpcConfig?: VpcConfig;
@@ -8169,7 +8187,7 @@ export interface StartNotebookInstanceInput {
8169
8187
  */
8170
8188
  export interface StartPipelineExecutionRequest {
8171
8189
  /**
8172
- * <p>The name of the pipeline.</p>
8190
+ * <p>The name or Amazon Resource Name (ARN) of the pipeline.</p>
8173
8191
  */
8174
8192
  PipelineName: string | undefined;
8175
8193
  /**
@@ -330,10 +330,10 @@ export type VariantPropertyType = (typeof VariantPropertyType)[keyof typeof Vari
330
330
  * @public
331
331
  * <p>Specifies a production variant property type for an Endpoint.</p>
332
332
  * <p>If you are updating an endpoint with the <code>RetainAllVariantProperties</code>
333
- * option of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a> set to
334
- * <code>true</code>, the <code>VariantProperty</code> objects listed in the <code>ExcludeRetainedVariantProperties</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a>
335
- * override the
336
- * existing variant properties of the endpoint.</p>
333
+ * option of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a> set to <code>true</code>, the
334
+ * <code>VariantProperty</code> objects listed in the
335
+ * <code>ExcludeRetainedVariantProperties</code> parameter of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html">UpdateEndpointInput</a> override the existing variant properties of the
336
+ * endpoint.</p>
337
337
  */
338
338
  export interface VariantProperty {
339
339
  /**
@@ -342,13 +342,14 @@ export interface VariantProperty {
342
342
  * <li>
343
343
  * <p>
344
344
  * <code>DesiredInstanceCount</code>: Overrides the existing variant instance
345
- * counts using the <code>InitialInstanceCount</code> values
346
- * in the <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
345
+ * counts using the <code>InitialInstanceCount</code> values in the
346
+ * <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
347
347
  * </li>
348
348
  * <li>
349
349
  * <p>
350
350
  * <code>DesiredWeight</code>: Overrides the existing variant weights using the
351
- * <code>InitialVariantWeight</code> values in the <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
351
+ * <code>InitialVariantWeight</code> values in the
352
+ * <code>ProductionVariants</code> of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html">CreateEndpointConfig</a>.</p>
352
353
  * </li>
353
354
  * <li>
354
355
  * <p>
@@ -380,12 +381,12 @@ export interface UpdateEndpointInput {
380
381
  */
381
382
  RetainAllVariantProperties?: boolean;
382
383
  /**
383
- * <p>When you are updating endpoint resources with <code>RetainAllVariantProperties</code>, whose value is set to
384
- * <code>true</code>, <code>ExcludeRetainedVariantProperties</code> specifies the list
385
- * of type <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html">VariantProperty</a> to override with the values provided by
386
- * <code>EndpointConfig</code>. If you don't specify a value for
387
- * <code>ExcludeRetainedVariantProperties</code>, no variant properties are overridden.
388
- * </p>
384
+ * <p>When you are updating endpoint resources with <code>RetainAllVariantProperties</code>,
385
+ * whose value is set to <code>true</code>, <code>ExcludeRetainedVariantProperties</code>
386
+ * specifies the list of type <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html">VariantProperty</a>
387
+ * to override with the values provided by <code>EndpointConfig</code>. If you don't
388
+ * specify a value for <code>ExcludeRetainedVariantProperties</code>, no variant properties
389
+ * are overridden. </p>
389
390
  */
390
391
  ExcludeRetainedVariantProperties?: VariantProperty[];
391
392
  /**
@@ -937,7 +938,8 @@ export interface UpdateNotebookInstanceInput {
937
938
  /**
938
939
  * <p>A list of the Elastic Inference (EI) instance types to associate with this notebook
939
940
  * instance. Currently only one EI instance type can be associated with a notebook
940
- * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
941
+ * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
942
+ * Amazon SageMaker</a>.</p>
941
943
  */
942
944
  AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
943
945
  /**
@@ -1556,10 +1556,12 @@ export declare const TargetDevice: {
1556
1556
  readonly ML_EIA2: "ml_eia2";
1557
1557
  readonly ML_G4DN: "ml_g4dn";
1558
1558
  readonly ML_INF1: "ml_inf1";
1559
+ readonly ML_INF2: "ml_inf2";
1559
1560
  readonly ML_M4: "ml_m4";
1560
1561
  readonly ML_M5: "ml_m5";
1561
1562
  readonly ML_P2: "ml_p2";
1562
1563
  readonly ML_P3: "ml_p3";
1564
+ readonly ML_TRN1: "ml_trn1";
1563
1565
  readonly QCS603: "qcs603";
1564
1566
  readonly QCS605: "qcs605";
1565
1567
  readonly RASP3B: "rasp3b";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.348.0",
4
+ "version": "3.351.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.348.0",
24
+ "@aws-sdk/client-sts": "3.350.0",
25
25
  "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.348.0",
26
+ "@aws-sdk/credential-provider-node": "3.350.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.347.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.347.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.347.0",
40
40
  "@aws-sdk/node-config-provider": "3.347.0",
41
- "@aws-sdk/node-http-handler": "3.348.0",
41
+ "@aws-sdk/node-http-handler": "3.350.0",
42
42
  "@aws-sdk/smithy-client": "3.347.0",
43
43
  "@aws-sdk/types": "3.347.0",
44
44
  "@aws-sdk/url-parser": "3.347.0",