aws-sdk 2.1394.0 → 2.1396.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.
@@ -3211,7 +3211,7 @@ declare namespace SageMaker {
3211
3211
  */
3212
3212
  ChannelType?: AutoMLChannelType;
3213
3213
  /**
3214
- * The content type of the data from the input source. The following are the allowed content types for different problems: ImageClassification: image/png, image/jpeg, image/* TextClassification: text/csv;header=present
3214
+ * The content type of the data from the input source. The following are the allowed content types for different problems: ImageClassification: image/png, image/jpeg, or image/*. The default value is image/*. TextClassification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.
3215
3215
  */
3216
3216
  ContentType?: ContentType;
3217
3217
  /**
@@ -9390,7 +9390,7 @@ declare namespace SageMaker {
9390
9390
  }
9391
9391
  export interface DescribePipelineRequest {
9392
9392
  /**
9393
- * The name of the pipeline to describe.
9393
+ * The name or Amazon Resource Name (ARN) of the pipeline to describe.
9394
9394
  */
9395
9395
  PipelineName: PipelineNameOrArn;
9396
9396
  }
@@ -11882,7 +11882,7 @@ declare namespace SageMaker {
11882
11882
  */
11883
11883
  InstanceType: TrainingInstanceType;
11884
11884
  /**
11885
- * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more information.
11885
+ * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See Step 2: Launch a SageMaker Distributed Training Job Using the SageMaker Python SDK for more information.
11886
11886
  */
11887
11887
  InstanceCount: TrainingInstanceCount;
11888
11888
  /**
@@ -13024,7 +13024,7 @@ declare namespace SageMaker {
13024
13024
  }
13025
13025
  export interface ListAppImageConfigsRequest {
13026
13026
  /**
13027
- * The maximum number of AppImageConfigs to return in the response. The default value is 10.
13027
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
13028
13028
  */
13029
13029
  MaxResults?: MaxResults;
13030
13030
  /**
@@ -13076,7 +13076,7 @@ declare namespace SageMaker {
13076
13076
  */
13077
13077
  NextToken?: NextToken;
13078
13078
  /**
13079
- * Returns a list up to a specified limit.
13079
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
13080
13080
  */
13081
13081
  MaxResults?: MaxResults;
13082
13082
  /**
@@ -13578,7 +13578,7 @@ declare namespace SageMaker {
13578
13578
  */
13579
13579
  NextToken?: NextToken;
13580
13580
  /**
13581
- * Returns a list up to a specified limit.
13581
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
13582
13582
  */
13583
13583
  MaxResults?: MaxResults;
13584
13584
  }
@@ -15308,7 +15308,7 @@ declare namespace SageMaker {
15308
15308
  }
15309
15309
  export interface ListPipelineExecutionsRequest {
15310
15310
  /**
15311
- * The name of the pipeline.
15311
+ * The name or Amazon Resource Name (ARN) of the pipeline.
15312
15312
  */
15313
15313
  PipelineName: PipelineNameOrArn;
15314
15314
  /**
@@ -15508,7 +15508,7 @@ declare namespace SageMaker {
15508
15508
  */
15509
15509
  NextToken?: NextToken;
15510
15510
  /**
15511
- * Returns a list up to a specified limit.
15511
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
15512
15512
  */
15513
15513
  MaxResults?: MaxResults;
15514
15514
  /**
@@ -15572,7 +15572,7 @@ declare namespace SageMaker {
15572
15572
  }
15573
15573
  export interface ListStudioLifecycleConfigsRequest {
15574
15574
  /**
15575
- * The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
15575
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
15576
15576
  */
15577
15577
  MaxResults?: MaxResults;
15578
15578
  /**
@@ -15614,7 +15614,7 @@ declare namespace SageMaker {
15614
15614
  }
15615
15615
  export interface ListStudioLifecycleConfigsResponse {
15616
15616
  /**
15617
- * A token for getting the next set of actions, if there are any.
15617
+ * If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
15618
15618
  */
15619
15619
  NextToken?: NextToken;
15620
15620
  /**
@@ -15914,7 +15914,7 @@ declare namespace SageMaker {
15914
15914
  */
15915
15915
  NextToken?: NextToken;
15916
15916
  /**
15917
- * Returns a list up to a specified limit.
15917
+ * The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
15918
15918
  */
15919
15919
  MaxResults?: MaxResults;
15920
15920
  /**
@@ -19963,7 +19963,7 @@ declare namespace SageMaker {
19963
19963
  }
19964
19964
  export interface StartPipelineExecutionRequest {
19965
19965
  /**
19966
- * The name of the pipeline.
19966
+ * The name or Amazon Resource Name (ARN) of the pipeline.
19967
19967
  */
19968
19968
  PipelineName: PipelineNameOrArn;
19969
19969
  /**
@@ -20221,7 +20221,7 @@ declare namespace SageMaker {
20221
20221
  export type TagList = Tag[];
20222
20222
  export type TagValue = string;
20223
20223
  export type TargetAttributeName = string;
20224
- export type TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"ml_eia2"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv2"|"amba_cv22"|"amba_cv25"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm"|"imx8mplus"|string;
20224
+ export type TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"ml_inf2"|"ml_trn1"|"ml_eia2"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv2"|"amba_cv22"|"amba_cv25"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm"|"imx8mplus"|string;
20225
20225
  export type TargetLabelColumn = string;
20226
20226
  export type TargetObjectiveMetricValue = number;
20227
20227
  export interface TargetPlatform {
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1394.0',
86
+ VERSION: '2.1396.0',
87
87
 
88
88
  /**
89
89
  * @api private