aws-sdk-sagemaker 1.112.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00cc09d9a8b8d58a2e367112c0089b565645a4a97e712bff6e9e3ae982369142
4
- data.tar.gz: 9f2d235c0993630427f0e3c2531cc2c10b6492f3a36bc1cc9e05767594e6ccce
3
+ metadata.gz: add6102ea25aa9c34b0272a9a4eddf774496c2bed1bb1d0410ca7a451fadcc5a
4
+ data.tar.gz: 883d7afcd629fc44a95fbebf07aaaa93d67df2869f505d345dd52c9c20e1fadf
5
5
  SHA512:
6
- metadata.gz: 45673f522f206365cbade0bff77497d53b5bc56e2c6707fdd3df1b996639ec4cbd7d85e4bec14f70a23055a07bfe25f13747b445e5e618572e1af3126d576c25
7
- data.tar.gz: 657c38e3a0044a47072b7f16e5e259ca6304ba51c9a9dcfe973b65d623350db914fdd7e6bf8774426165806d95fe1353a487b71cf5850c94408ff825b60b05c5
6
+ metadata.gz: 6b6c1b88e48e713cf2981d8ce973e89edf60738ab12dc0d6f32434a3cc1cd06e28bd11c92ef0963764e83c6b4f1033a9a0f198f605a7d922f314a88ae7b4b2d4
7
+ data.tar.gz: 18200f4e25bc33cbdd8929d045de98e8db1854c1345b586cc7a15d43538af4e4b870ece2a1569f38248a20c0978fb7965354df83f5b3de623c9675ad68681f92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2022-01-26)
5
+ ------------------
6
+
7
+ * Feature - API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
8
+
9
+ 1.115.0 (2022-01-05)
10
+ ------------------
11
+
12
+ * Feature - Amazon SageMaker now supports running training jobs on ml.g5 instance types.
13
+
14
+ 1.114.0 (2022-01-03)
15
+ ------------------
16
+
17
+ * Feature - The release allows users to pass pipeline definitions as Amazon S3 locations and control the pipeline execution concurrency using ParallelismConfiguration. It also adds support of EMR jobs as pipeline steps.
18
+
19
+ 1.113.0 (2021-12-21)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.112.0 (2021-12-20)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.116.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
32
33
 
@@ -73,6 +74,7 @@ module Aws::SageMaker
73
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
75
  add_plugin(Aws::Plugins::TransferEncoding)
75
76
  add_plugin(Aws::Plugins::HttpChecksum)
77
+ add_plugin(Aws::Plugins::DefaultsMode)
76
78
  add_plugin(Aws::Plugins::SignatureV4)
77
79
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
78
80
 
@@ -175,6 +177,10 @@ module Aws::SageMaker
175
177
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
176
178
  # a clock skew correction and retry requests with skewed client clocks.
177
179
  #
180
+ # @option options [String] :defaults_mode ("legacy")
181
+ # See {Aws::DefaultsModeConfiguration} for a list of the
182
+ # accepted modes and the configuration defaults that are included.
183
+ #
178
184
  # @option options [Boolean] :disable_host_prefix_injection (false)
179
185
  # Set to true to disable SDK automatically adding host prefix
180
186
  # to default service endpoint when available.
@@ -307,7 +313,7 @@ module Aws::SageMaker
307
313
  # seconds to wait when opening a HTTP session before raising a
308
314
  # `Timeout::Error`.
309
315
  #
310
- # @option options [Integer] :http_read_timeout (60) The default
316
+ # @option options [Float] :http_read_timeout (60) The default
311
317
  # number of seconds to wait for response data. This value can
312
318
  # safely be set per-request on the session.
313
319
  #
@@ -323,6 +329,9 @@ module Aws::SageMaker
323
329
  # disables this behaviour. This value can safely be set per
324
330
  # request on the session.
325
331
  #
332
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
333
+ # in seconds.
334
+ #
326
335
  # @option options [Boolean] :http_wire_trace (false) When `true`,
327
336
  # HTTP debug output will be sent to the `:logger`.
328
337
  #
@@ -764,7 +773,7 @@ module Aws::SageMaker
764
773
  # default_value: "HyperParameterValue",
765
774
  # },
766
775
  # ],
767
- # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
776
+ # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
768
777
  # supports_distributed_training: false,
769
778
  # metric_definitions: [
770
779
  # {
@@ -854,7 +863,7 @@ module Aws::SageMaker
854
863
  # s3_output_path: "S3Uri", # required
855
864
  # },
856
865
  # resource_config: { # required
857
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
866
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
858
867
  # instance_count: 1, # required
859
868
  # volume_size_in_gb: 1, # required
860
869
  # volume_kms_key_id: "KmsKeyId",
@@ -1834,7 +1843,7 @@ module Aws::SageMaker
1834
1843
  # subnets
1835
1844
  #
1836
1845
  # @option params [String] :home_efs_file_system_kms_key_id
1837
- # This member is deprecated and replaced with `KmsKeyId`.
1846
+ # Use `KmsKeyId`.
1838
1847
  #
1839
1848
  # @option params [String] :kms_key_id
1840
1849
  # SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
@@ -2299,11 +2308,11 @@ module Aws::SageMaker
2299
2308
  # @option params [Types::AsyncInferenceConfig] :async_inference_config
2300
2309
  # Specifies configuration for how an endpoint performs asynchronous
2301
2310
  # inference. This is a required field in order for your Endpoint to be
2302
- # invoked using [ `InvokeEndpointAsync` ][1].
2311
+ # invoked using [InvokeEndpointAsync][1].
2303
2312
  #
2304
2313
  #
2305
2314
  #
2306
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html
2315
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html
2307
2316
  #
2308
2317
  # @return [Types::CreateEndpointConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2309
2318
  #
@@ -2967,7 +2976,7 @@ module Aws::SageMaker
2967
2976
  # s3_output_path: "S3Uri", # required
2968
2977
  # },
2969
2978
  # resource_config: { # required
2970
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
2979
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
2971
2980
  # instance_count: 1, # required
2972
2981
  # volume_size_in_gb: 1, # required
2973
2982
  # volume_kms_key_id: "KmsKeyId",
@@ -3068,7 +3077,7 @@ module Aws::SageMaker
3068
3077
  # s3_output_path: "S3Uri", # required
3069
3078
  # },
3070
3079
  # resource_config: { # required
3071
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
3080
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3072
3081
  # instance_count: 1, # required
3073
3082
  # volume_size_in_gb: 1, # required
3074
3083
  # volume_kms_key_id: "KmsKeyId",
@@ -5074,9 +5083,14 @@ module Aws::SageMaker
5074
5083
  # @option params [String] :pipeline_display_name
5075
5084
  # The display name of the pipeline.
5076
5085
  #
5077
- # @option params [required, String] :pipeline_definition
5086
+ # @option params [String] :pipeline_definition
5078
5087
  # The JSON pipeline definition of the pipeline.
5079
5088
  #
5089
+ # @option params [Types::PipelineDefinitionS3Location] :pipeline_definition_s3_location
5090
+ # The location of the pipeline definition stored in Amazon S3. If
5091
+ # specified, SageMaker will retrieve the pipeline definition from this
5092
+ # location.
5093
+ #
5080
5094
  # @option params [String] :pipeline_description
5081
5095
  # A description of the pipeline.
5082
5096
  #
@@ -5095,6 +5109,11 @@ module Aws::SageMaker
5095
5109
  # @option params [Array<Types::Tag>] :tags
5096
5110
  # A list of tags to apply to the created pipeline.
5097
5111
  #
5112
+ # @option params [Types::ParallelismConfiguration] :parallelism_configuration
5113
+ # This is the configuration that controls the parallelism of the
5114
+ # pipeline. If specified, it applies to all runs of this pipeline by
5115
+ # default.
5116
+ #
5098
5117
  # @return [Types::CreatePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5099
5118
  #
5100
5119
  # * {Types::CreatePipelineResponse#pipeline_arn #pipeline_arn} => String
@@ -5104,7 +5123,12 @@ module Aws::SageMaker
5104
5123
  # resp = client.create_pipeline({
5105
5124
  # pipeline_name: "PipelineName", # required
5106
5125
  # pipeline_display_name: "PipelineName",
5107
- # pipeline_definition: "PipelineDefinition", # required
5126
+ # pipeline_definition: "PipelineDefinition",
5127
+ # pipeline_definition_s3_location: {
5128
+ # bucket: "BucketName", # required
5129
+ # object_key: "Key", # required
5130
+ # version_id: "VersionId",
5131
+ # },
5108
5132
  # pipeline_description: "PipelineDescription",
5109
5133
  # client_request_token: "IdempotencyToken", # required
5110
5134
  # role_arn: "RoleArn", # required
@@ -5114,6 +5138,9 @@ module Aws::SageMaker
5114
5138
  # value: "TagValue", # required
5115
5139
  # },
5116
5140
  # ],
5141
+ # parallelism_configuration: {
5142
+ # max_parallel_execution_steps: 1, # required
5143
+ # },
5117
5144
  # })
5118
5145
  #
5119
5146
  # @example Response structure
@@ -5870,7 +5897,7 @@ module Aws::SageMaker
5870
5897
  # s3_output_path: "S3Uri", # required
5871
5898
  # },
5872
5899
  # resource_config: { # required
5873
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
5900
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
5874
5901
  # instance_count: 1, # required
5875
5902
  # volume_size_in_gb: 1, # required
5876
5903
  # volume_kms_key_id: "KmsKeyId",
@@ -7885,7 +7912,7 @@ module Aws::SageMaker
7885
7912
  # resp.training_specification.supported_hyper_parameters[0].is_required #=> Boolean
7886
7913
  # resp.training_specification.supported_hyper_parameters[0].default_value #=> String
7887
7914
  # resp.training_specification.supported_training_instance_types #=> Array
7888
- # resp.training_specification.supported_training_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
7915
+ # resp.training_specification.supported_training_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
7889
7916
  # resp.training_specification.supports_distributed_training #=> Boolean
7890
7917
  # resp.training_specification.metric_definitions #=> Array
7891
7918
  # resp.training_specification.metric_definitions[0].name #=> String
@@ -7947,7 +7974,7 @@ module Aws::SageMaker
7947
7974
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
7948
7975
  # resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
7949
7976
  # resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
7950
- # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
7977
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
7951
7978
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
7952
7979
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
7953
7980
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
@@ -9278,7 +9305,7 @@ module Aws::SageMaker
9278
9305
  # resp.training_job_definition.vpc_config.subnets[0] #=> String
9279
9306
  # resp.training_job_definition.output_data_config.kms_key_id #=> String
9280
9307
  # resp.training_job_definition.output_data_config.s3_output_path #=> String
9281
- # resp.training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
9308
+ # resp.training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9282
9309
  # resp.training_job_definition.resource_config.instance_count #=> Integer
9283
9310
  # resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
9284
9311
  # resp.training_job_definition.resource_config.volume_kms_key_id #=> String
@@ -9339,7 +9366,7 @@ module Aws::SageMaker
9339
9366
  # resp.training_job_definitions[0].vpc_config.subnets[0] #=> String
9340
9367
  # resp.training_job_definitions[0].output_data_config.kms_key_id #=> String
9341
9368
  # resp.training_job_definitions[0].output_data_config.s3_output_path #=> String
9342
- # resp.training_job_definitions[0].resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
9369
+ # resp.training_job_definitions[0].resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9343
9370
  # resp.training_job_definitions[0].resource_config.instance_count #=> Integer
9344
9371
  # resp.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
9345
9372
  # resp.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
@@ -10534,6 +10561,7 @@ module Aws::SageMaker
10534
10561
  # * {Types::DescribePipelineResponse#last_run_time #last_run_time} => Time
10535
10562
  # * {Types::DescribePipelineResponse#created_by #created_by} => Types::UserContext
10536
10563
  # * {Types::DescribePipelineResponse#last_modified_by #last_modified_by} => Types::UserContext
10564
+ # * {Types::DescribePipelineResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
10537
10565
  #
10538
10566
  # @example Request syntax with placeholder values
10539
10567
  #
@@ -10559,6 +10587,7 @@ module Aws::SageMaker
10559
10587
  # resp.last_modified_by.user_profile_arn #=> String
10560
10588
  # resp.last_modified_by.user_profile_name #=> String
10561
10589
  # resp.last_modified_by.domain_id #=> String
10590
+ # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
10562
10591
  #
10563
10592
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
10564
10593
  #
@@ -10617,6 +10646,7 @@ module Aws::SageMaker
10617
10646
  # * {Types::DescribePipelineExecutionResponse#last_modified_time #last_modified_time} => Time
10618
10647
  # * {Types::DescribePipelineExecutionResponse#created_by #created_by} => Types::UserContext
10619
10648
  # * {Types::DescribePipelineExecutionResponse#last_modified_by #last_modified_by} => Types::UserContext
10649
+ # * {Types::DescribePipelineExecutionResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
10620
10650
  #
10621
10651
  # @example Request syntax with placeholder values
10622
10652
  #
@@ -10642,6 +10672,7 @@ module Aws::SageMaker
10642
10672
  # resp.last_modified_by.user_profile_arn #=> String
10643
10673
  # resp.last_modified_by.user_profile_name #=> String
10644
10674
  # resp.last_modified_by.domain_id #=> String
10675
+ # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
10645
10676
  #
10646
10677
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
10647
10678
  #
@@ -11006,7 +11037,7 @@ module Aws::SageMaker
11006
11037
  # resp.input_data_config[0].shuffle_config.seed #=> Integer
11007
11038
  # resp.output_data_config.kms_key_id #=> String
11008
11039
  # resp.output_data_config.s3_output_path #=> String
11009
- # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
11040
+ # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
11010
11041
  # resp.resource_config.instance_count #=> Integer
11011
11042
  # resp.resource_config.volume_size_in_gb #=> Integer
11012
11043
  # resp.resource_config.volume_kms_key_id #=> String
@@ -14217,12 +14248,13 @@ module Aws::SageMaker
14217
14248
  # model group.
14218
14249
  #
14219
14250
  # @option params [String] :model_package_type
14220
- # A filter that returns onlyl the model packages of the specified type.
14251
+ # A filter that returns only the model packages of the specified type.
14221
14252
  # This can be one of the following values.
14222
14253
  #
14223
- # * `VERSIONED` - List only versioned models.
14254
+ # * `UNVERSIONED` - List only unversioined models. This is the default
14255
+ # value if no `ModelPackageType` is specified.
14224
14256
  #
14225
- # * `UNVERSIONED` - List only unversioined models.
14257
+ # * `VERSIONED` - List only versioned models.
14226
14258
  #
14227
14259
  # * `BOTH` - List both versioned and unversioned models.
14228
14260
  #
@@ -14852,6 +14884,8 @@ module Aws::SageMaker
14852
14884
  #
14853
14885
  # resp.pipeline_execution_steps #=> Array
14854
14886
  # resp.pipeline_execution_steps[0].step_name #=> String
14887
+ # resp.pipeline_execution_steps[0].step_display_name #=> String
14888
+ # resp.pipeline_execution_steps[0].step_description #=> String
14855
14889
  # resp.pipeline_execution_steps[0].start_time #=> Time
14856
14890
  # resp.pipeline_execution_steps[0].end_time #=> Time
14857
14891
  # resp.pipeline_execution_steps[0].step_status #=> String, one of "Starting", "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
@@ -14892,6 +14926,11 @@ module Aws::SageMaker
14892
14926
  # resp.pipeline_execution_steps[0].metadata.clarify_check.check_job_arn #=> String
14893
14927
  # resp.pipeline_execution_steps[0].metadata.clarify_check.skip_check #=> Boolean
14894
14928
  # resp.pipeline_execution_steps[0].metadata.clarify_check.register_new_baseline #=> Boolean
14929
+ # resp.pipeline_execution_steps[0].metadata.emr.cluster_id #=> String
14930
+ # resp.pipeline_execution_steps[0].metadata.emr.step_id #=> String
14931
+ # resp.pipeline_execution_steps[0].metadata.emr.step_name #=> String
14932
+ # resp.pipeline_execution_steps[0].metadata.emr.log_file_path #=> String
14933
+ # resp.pipeline_execution_steps[0].metadata.fail.error_message #=> String
14895
14934
  # resp.next_token #=> String
14896
14935
  #
14897
14936
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps AWS API Documentation
@@ -14957,6 +14996,7 @@ module Aws::SageMaker
14957
14996
  # resp.pipeline_execution_summaries[0].pipeline_execution_status #=> String, one of "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
14958
14997
  # resp.pipeline_execution_summaries[0].pipeline_execution_description #=> String
14959
14998
  # resp.pipeline_execution_summaries[0].pipeline_execution_display_name #=> String
14999
+ # resp.pipeline_execution_summaries[0].pipeline_execution_failure_reason #=> String
14960
15000
  # resp.next_token #=> String
14961
15001
  #
14962
15002
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutions AWS API Documentation
@@ -16300,6 +16340,10 @@ module Aws::SageMaker
16300
16340
  # **A suitable default value is auto-generated.** You should normally
16301
16341
  # not need to pass this option.**
16302
16342
  #
16343
+ # @option params [Types::ParallelismConfiguration] :parallelism_configuration
16344
+ # This configuration, if specified, overrides the parallelism
16345
+ # configuration of the parent pipeline.
16346
+ #
16303
16347
  # @return [Types::RetryPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16304
16348
  #
16305
16349
  # * {Types::RetryPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
@@ -16309,6 +16353,9 @@ module Aws::SageMaker
16309
16353
  # resp = client.retry_pipeline_execution({
16310
16354
  # pipeline_execution_arn: "PipelineExecutionArn", # required
16311
16355
  # client_request_token: "IdempotencyToken", # required
16356
+ # parallelism_configuration: {
16357
+ # max_parallel_execution_steps: 1, # required
16358
+ # },
16312
16359
  # })
16313
16360
  #
16314
16361
  # @example Response structure
@@ -16443,7 +16490,7 @@ module Aws::SageMaker
16443
16490
  # resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
16444
16491
  # resp.results[0].training_job.output_data_config.kms_key_id #=> String
16445
16492
  # resp.results[0].training_job.output_data_config.s3_output_path #=> String
16446
- # resp.results[0].training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
16493
+ # resp.results[0].training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
16447
16494
  # resp.results[0].training_job.resource_config.instance_count #=> Integer
16448
16495
  # resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
16449
16496
  # resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
@@ -16632,7 +16679,7 @@ module Aws::SageMaker
16632
16679
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
16633
16680
  # resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
16634
16681
  # resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
16635
- # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge"
16682
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
16636
16683
  # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_count #=> Integer
16637
16684
  # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_size_in_gb #=> Integer
16638
16685
  # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_kms_key_id #=> String
@@ -17093,6 +17140,7 @@ module Aws::SageMaker
17093
17140
  # resp.results[0].pipeline.last_modified_by.user_profile_arn #=> String
17094
17141
  # resp.results[0].pipeline.last_modified_by.user_profile_name #=> String
17095
17142
  # resp.results[0].pipeline.last_modified_by.domain_id #=> String
17143
+ # resp.results[0].pipeline.parallelism_configuration.max_parallel_execution_steps #=> Integer
17096
17144
  # resp.results[0].pipeline.tags #=> Array
17097
17145
  # resp.results[0].pipeline.tags[0].key #=> String
17098
17146
  # resp.results[0].pipeline.tags[0].value #=> String
@@ -17112,6 +17160,7 @@ module Aws::SageMaker
17112
17160
  # resp.results[0].pipeline_execution.last_modified_by.user_profile_arn #=> String
17113
17161
  # resp.results[0].pipeline_execution.last_modified_by.user_profile_name #=> String
17114
17162
  # resp.results[0].pipeline_execution.last_modified_by.domain_id #=> String
17163
+ # resp.results[0].pipeline_execution.parallelism_configuration.max_parallel_execution_steps #=> Integer
17115
17164
  # resp.results[0].pipeline_execution.pipeline_parameters #=> Array
17116
17165
  # resp.results[0].pipeline_execution.pipeline_parameters[0].name #=> String
17117
17166
  # resp.results[0].pipeline_execution.pipeline_parameters[0].value #=> String
@@ -17344,6 +17393,10 @@ module Aws::SageMaker
17344
17393
  # **A suitable default value is auto-generated.** You should normally
17345
17394
  # not need to pass this option.**
17346
17395
  #
17396
+ # @option params [Types::ParallelismConfiguration] :parallelism_configuration
17397
+ # This configuration, if specified, overrides the parallelism
17398
+ # configuration of the parent pipeline for this specific run.
17399
+ #
17347
17400
  # @return [Types::StartPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17348
17401
  #
17349
17402
  # * {Types::StartPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
@@ -17361,6 +17414,9 @@ module Aws::SageMaker
17361
17414
  # ],
17362
17415
  # pipeline_execution_description: "PipelineExecutionDescription",
17363
17416
  # client_request_token: "IdempotencyToken", # required
17417
+ # parallelism_configuration: {
17418
+ # max_parallel_execution_steps: 1, # required
17419
+ # },
17364
17420
  # })
17365
17421
  #
17366
17422
  # @example Response structure
@@ -17695,16 +17751,16 @@ module Aws::SageMaker
17695
17751
  req.send_request(options)
17696
17752
  end
17697
17753
 
17698
- # Stops a transform job.
17754
+ # Stops a batch transform job.
17699
17755
  #
17700
17756
  # When Amazon SageMaker receives a `StopTransformJob` request, the
17701
17757
  # status of the job changes to `Stopping`. After Amazon SageMaker stops
17702
- # the job, the status is set to `Stopped`. When you stop a transform job
17703
- # before it is completed, Amazon SageMaker doesn't store the job's
17704
- # output in Amazon S3.
17758
+ # the job, the status is set to `Stopped`. When you stop a batch
17759
+ # transform job before it is completed, Amazon SageMaker doesn't store
17760
+ # the job's output in Amazon S3.
17705
17761
  #
17706
17762
  # @option params [required, String] :transform_job_name
17707
- # The name of the transform job to stop.
17763
+ # The name of the batch transform job to stop.
17708
17764
  #
17709
17765
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
17710
17766
  #
@@ -18744,12 +18800,21 @@ module Aws::SageMaker
18744
18800
  # @option params [String] :pipeline_definition
18745
18801
  # The JSON pipeline definition.
18746
18802
  #
18803
+ # @option params [Types::PipelineDefinitionS3Location] :pipeline_definition_s3_location
18804
+ # The location of the pipeline definition stored in Amazon S3. If
18805
+ # specified, SageMaker will retrieve the pipeline definition from this
18806
+ # location.
18807
+ #
18747
18808
  # @option params [String] :pipeline_description
18748
18809
  # The description of the pipeline.
18749
18810
  #
18750
18811
  # @option params [String] :role_arn
18751
18812
  # The Amazon Resource Name (ARN) that the pipeline uses to execute.
18752
18813
  #
18814
+ # @option params [Types::ParallelismConfiguration] :parallelism_configuration
18815
+ # If specified, it applies to all executions of this pipeline by
18816
+ # default.
18817
+ #
18753
18818
  # @return [Types::UpdatePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18754
18819
  #
18755
18820
  # * {Types::UpdatePipelineResponse#pipeline_arn #pipeline_arn} => String
@@ -18760,8 +18825,16 @@ module Aws::SageMaker
18760
18825
  # pipeline_name: "PipelineName", # required
18761
18826
  # pipeline_display_name: "PipelineName",
18762
18827
  # pipeline_definition: "PipelineDefinition",
18828
+ # pipeline_definition_s3_location: {
18829
+ # bucket: "BucketName", # required
18830
+ # object_key: "Key", # required
18831
+ # version_id: "VersionId",
18832
+ # },
18763
18833
  # pipeline_description: "PipelineDescription",
18764
18834
  # role_arn: "RoleArn",
18835
+ # parallelism_configuration: {
18836
+ # max_parallel_execution_steps: 1, # required
18837
+ # },
18765
18838
  # })
18766
18839
  #
18767
18840
  # @example Response structure
@@ -18788,6 +18861,10 @@ module Aws::SageMaker
18788
18861
  # @option params [String] :pipeline_execution_display_name
18789
18862
  # The display name of the pipeline execution.
18790
18863
  #
18864
+ # @option params [Types::ParallelismConfiguration] :parallelism_configuration
18865
+ # This configuration, if specified, overrides the parallelism
18866
+ # configuration of the parent pipeline for this specific run.
18867
+ #
18791
18868
  # @return [Types::UpdatePipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18792
18869
  #
18793
18870
  # * {Types::UpdatePipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
@@ -18798,6 +18875,9 @@ module Aws::SageMaker
18798
18875
  # pipeline_execution_arn: "PipelineExecutionArn", # required
18799
18876
  # pipeline_execution_description: "PipelineExecutionDescription",
18800
18877
  # pipeline_execution_display_name: "PipelineExecutionName",
18878
+ # parallelism_configuration: {
18879
+ # max_parallel_execution_steps: 1, # required
18880
+ # },
18801
18881
  # })
18802
18882
  #
18803
18883
  # @example Response structure
@@ -19366,7 +19446,7 @@ module Aws::SageMaker
19366
19446
  params: params,
19367
19447
  config: config)
19368
19448
  context[:gem_name] = 'aws-sdk-sagemaker'
19369
- context[:gem_version] = '1.112.0'
19449
+ context[:gem_version] = '1.116.0'
19370
19450
  Seahorse::Client::Request.new(handlers, context)
19371
19451
  end
19372
19452