aws-sdk-sagemaker 1.141.0 → 1.142.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: fa806301ee5af4611d77037dbabd58326f29f5462b6078710e1d96c0182e7e54
4
- data.tar.gz: b7547e74552a45ecf1e5f44843f7d1ee42763ad20ce122c1940f0a41253de5bd
3
+ metadata.gz: e719475a2fde51f07e81f3b94a5b8cad794f758e9f944deb790cce8524f236f4
4
+ data.tar.gz: 3182bdc8ec5d30ce43812182e5b770602b05a0edeaf5afee172caffbfa01a446
5
5
  SHA512:
6
- metadata.gz: e467497b42ff52757c11137af235ee5b9a650dd1d594e9f216761fa70b4c1728172f3eaac0027fcc94ec045dd90066403f70eb7521606e8e848023b0a9392770
7
- data.tar.gz: d9bd4f710541f6f7f2543c86aed8dd03249b1eefd367cb40751a822ebabc7a8d43261d7b320e9c3d6d6fd2d7546d789ea20f5c2003e01c15b84e0da7bbf8e384
6
+ metadata.gz: 4b1ef2cd744da30104bd2b243b2d532c18fcdf628a0175f150a35963e5628980774163e6e4195fe3d35110ed1ea9f8f99894100158bd6c03b91d71b62f6a9425
7
+ data.tar.gz: 9f91812b58589b57ae5b4449a9c75c2cd8e3346797b0073f9085c1ffa52fc6f3b9beda9ce38c7e3d608fdf4a9eeb070d7b424a4f14d89e357e88d9a20c2b0592
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.142.0 (2022-09-29)
5
+ ------------------
6
+
7
+ * Feature - SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
8
+
4
9
  1.141.0 (2022-09-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
1
+ 1.142.0
@@ -879,6 +879,7 @@ module Aws::SageMaker
879
879
  # instance_group_name: "InstanceGroupName", # required
880
880
  # },
881
881
  # ],
882
+ # keep_alive_period_in_seconds: 1,
882
883
  # },
883
884
  # stopping_condition: { # required
884
885
  # max_runtime_in_seconds: 1,
@@ -3155,6 +3156,7 @@ module Aws::SageMaker
3155
3156
  # instance_group_name: "InstanceGroupName", # required
3156
3157
  # },
3157
3158
  # ],
3159
+ # keep_alive_period_in_seconds: 1,
3158
3160
  # },
3159
3161
  # stopping_condition: { # required
3160
3162
  # max_runtime_in_seconds: 1,
@@ -3278,6 +3280,7 @@ module Aws::SageMaker
3278
3280
  # instance_group_name: "InstanceGroupName", # required
3279
3281
  # },
3280
3282
  # ],
3283
+ # keep_alive_period_in_seconds: 1,
3281
3284
  # },
3282
3285
  # stopping_condition: { # required
3283
3286
  # max_runtime_in_seconds: 1,
@@ -6159,6 +6162,7 @@ module Aws::SageMaker
6159
6162
  # instance_group_name: "InstanceGroupName", # required
6160
6163
  # },
6161
6164
  # ],
6165
+ # keep_alive_period_in_seconds: 1,
6162
6166
  # },
6163
6167
  # vpc_config: {
6164
6168
  # security_group_ids: ["SecurityGroupId"], # required
@@ -8335,6 +8339,7 @@ module Aws::SageMaker
8335
8339
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].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"
8336
8340
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
8337
8341
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
8342
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
8338
8343
  # resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
8339
8344
  # resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
8340
8345
  # resp.validation_specification.validation_profiles[0].transform_job_definition.max_concurrent_transforms #=> Integer
@@ -9821,6 +9826,7 @@ module Aws::SageMaker
9821
9826
  # resp.training_job_definition.resource_config.instance_groups[0].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"
9822
9827
  # resp.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
9823
9828
  # resp.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
9829
+ # resp.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
9824
9830
  # resp.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
9825
9831
  # resp.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
9826
9832
  # resp.training_job_definition.enable_network_isolation #=> Boolean
@@ -9897,6 +9903,7 @@ module Aws::SageMaker
9897
9903
  # resp.training_job_definitions[0].resource_config.instance_groups[0].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"
9898
9904
  # resp.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
9899
9905
  # resp.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
9906
+ # resp.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
9900
9907
  # resp.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
9901
9908
  # resp.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
9902
9909
  # resp.training_job_definitions[0].enable_network_isolation #=> Boolean
@@ -11544,6 +11551,7 @@ module Aws::SageMaker
11544
11551
  # * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
11545
11552
  # * {Types::DescribeTrainingJobResponse#retry_strategy #retry_strategy} => Types::RetryStrategy
11546
11553
  # * {Types::DescribeTrainingJobResponse#environment #environment} => Hash<String,String>
11554
+ # * {Types::DescribeTrainingJobResponse#warm_pool_status #warm_pool_status} => Types::WarmPoolStatus
11547
11555
  #
11548
11556
  # @example Request syntax with placeholder values
11549
11557
  #
@@ -11600,6 +11608,7 @@ module Aws::SageMaker
11600
11608
  # resp.resource_config.instance_groups[0].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"
11601
11609
  # resp.resource_config.instance_groups[0].instance_count #=> Integer
11602
11610
  # resp.resource_config.instance_groups[0].instance_group_name #=> String
11611
+ # resp.resource_config.keep_alive_period_in_seconds #=> Integer
11603
11612
  # resp.vpc_config.security_group_ids #=> Array
11604
11613
  # resp.vpc_config.security_group_ids[0] #=> String
11605
11614
  # resp.vpc_config.subnets #=> Array
@@ -11677,6 +11686,9 @@ module Aws::SageMaker
11677
11686
  # resp.retry_strategy.maximum_retry_attempts #=> Integer
11678
11687
  # resp.environment #=> Hash
11679
11688
  # resp.environment["TrainingEnvironmentKey"] #=> String
11689
+ # resp.warm_pool_status.status #=> String, one of "Available", "Terminated", "Reused", "InUse"
11690
+ # resp.warm_pool_status.resource_retained_billable_time_in_seconds #=> Integer
11691
+ # resp.warm_pool_status.reused_by_job #=> String
11680
11692
  #
11681
11693
  #
11682
11694
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -16231,6 +16243,10 @@ module Aws::SageMaker
16231
16243
  # @option params [String] :sort_order
16232
16244
  # The sort order for results. The default is `Ascending`.
16233
16245
  #
16246
+ # @option params [String] :warm_pool_status_equals
16247
+ # A filter that retrieves only training jobs with a specific warm pool
16248
+ # status.
16249
+ #
16234
16250
  # @return [Types::ListTrainingJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16235
16251
  #
16236
16252
  # * {Types::ListTrainingJobsResponse#training_job_summaries #training_job_summaries} => Array<Types::TrainingJobSummary>
@@ -16251,6 +16267,7 @@ module Aws::SageMaker
16251
16267
  # status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
16252
16268
  # sort_by: "Name", # accepts Name, CreationTime, Status
16253
16269
  # sort_order: "Ascending", # accepts Ascending, Descending
16270
+ # warm_pool_status_equals: "Available", # accepts Available, Terminated, Reused, InUse
16254
16271
  # })
16255
16272
  #
16256
16273
  # @example Response structure
@@ -16262,6 +16279,9 @@ module Aws::SageMaker
16262
16279
  # resp.training_job_summaries[0].training_end_time #=> Time
16263
16280
  # resp.training_job_summaries[0].last_modified_time #=> Time
16264
16281
  # resp.training_job_summaries[0].training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
16282
+ # resp.training_job_summaries[0].warm_pool_status.status #=> String, one of "Available", "Terminated", "Reused", "InUse"
16283
+ # resp.training_job_summaries[0].warm_pool_status.resource_retained_billable_time_in_seconds #=> Integer
16284
+ # resp.training_job_summaries[0].warm_pool_status.reused_by_job #=> String
16265
16285
  # resp.next_token #=> String
16266
16286
  #
16267
16287
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobs AWS API Documentation
@@ -17228,6 +17248,7 @@ module Aws::SageMaker
17228
17248
  # resp.results[0].training_job.resource_config.instance_groups[0].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"
17229
17249
  # resp.results[0].training_job.resource_config.instance_groups[0].instance_count #=> Integer
17230
17250
  # resp.results[0].training_job.resource_config.instance_groups[0].instance_group_name #=> String
17251
+ # resp.results[0].training_job.resource_config.keep_alive_period_in_seconds #=> Integer
17231
17252
  # resp.results[0].training_job.vpc_config.security_group_ids #=> Array
17232
17253
  # resp.results[0].training_job.vpc_config.security_group_ids[0] #=> String
17233
17254
  # resp.results[0].training_job.vpc_config.subnets #=> Array
@@ -17423,6 +17444,7 @@ module Aws::SageMaker
17423
17444
  # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].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"
17424
17445
  # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_count #=> Integer
17425
17446
  # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_group_name #=> String
17447
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.keep_alive_period_in_seconds #=> Integer
17426
17448
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids #=> Array
17427
17449
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids[0] #=> String
17428
17450
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets #=> Array
@@ -18050,6 +18072,7 @@ module Aws::SageMaker
18050
18072
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].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"
18051
18073
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
18052
18074
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
18075
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
18053
18076
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
18054
18077
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
18055
18078
  # resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
@@ -18126,6 +18149,7 @@ module Aws::SageMaker
18126
18149
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].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"
18127
18150
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
18128
18151
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
18152
+ # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
18129
18153
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
18130
18154
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
18131
18155
  # resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
@@ -20114,7 +20138,7 @@ module Aws::SageMaker
20114
20138
  end
20115
20139
 
20116
20140
  # Update a model training job to request a new Debugger profiling
20117
- # configuration.
20141
+ # configuration or to change warm pool retention length.
20118
20142
  #
20119
20143
  # @option params [required, String] :training_job_name
20120
20144
  # The name of a training job to update the Debugger profiling
@@ -20128,6 +20152,10 @@ module Aws::SageMaker
20128
20152
  # Configuration information for Debugger rules for profiling system and
20129
20153
  # framework metrics.
20130
20154
  #
20155
+ # @option params [Types::ResourceConfigForUpdate] :resource_config
20156
+ # The training job `ResourceConfig` to update warm pool retention
20157
+ # length.
20158
+ #
20131
20159
  # @return [Types::UpdateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20132
20160
  #
20133
20161
  # * {Types::UpdateTrainingJobResponse#training_job_arn #training_job_arn} => String
@@ -20157,6 +20185,9 @@ module Aws::SageMaker
20157
20185
  # },
20158
20186
  # },
20159
20187
  # ],
20188
+ # resource_config: {
20189
+ # keep_alive_period_in_seconds: 1, # required
20190
+ # },
20160
20191
  # })
20161
20192
  #
20162
20193
  # @example Response structure
@@ -20632,7 +20663,7 @@ module Aws::SageMaker
20632
20663
  params: params,
20633
20664
  config: config)
20634
20665
  context[:gem_name] = 'aws-sdk-sagemaker'
20635
- context[:gem_version] = '1.141.0'
20666
+ context[:gem_version] = '1.142.0'
20636
20667
  Seahorse::Client::Request.new(handlers, context)
20637
20668
  end
20638
20669
 
@@ -830,6 +830,7 @@ module Aws::SageMaker
830
830
  JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
831
831
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
832
832
  JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
833
+ KeepAlivePeriodInSeconds = Shapes::IntegerShape.new(name: 'KeepAlivePeriodInSeconds')
833
834
  KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
834
835
  KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
835
836
  KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
@@ -1376,6 +1377,7 @@ module Aws::SageMaker
1376
1377
  ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
1377
1378
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
1378
1379
  ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
1380
+ ResourceConfigForUpdate = Shapes::StructureShape.new(name: 'ResourceConfigForUpdate')
1379
1381
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
1380
1382
  ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
1381
1383
  ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
@@ -1383,6 +1385,7 @@ module Aws::SageMaker
1383
1385
  ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
1384
1386
  ResourcePolicyString = Shapes::StringShape.new(name: 'ResourcePolicyString')
1385
1387
  ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
1388
+ ResourceRetainedBillableTimeInSeconds = Shapes::IntegerShape.new(name: 'ResourceRetainedBillableTimeInSeconds')
1386
1389
  ResourceSpec = Shapes::StructureShape.new(name: 'ResourceSpec')
1387
1390
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
1388
1391
  ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
@@ -1693,6 +1696,8 @@ module Aws::SageMaker
1693
1696
  VpcId = Shapes::StringShape.new(name: 'VpcId')
1694
1697
  VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
1695
1698
  WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
1699
+ WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
1700
+ WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
1696
1701
  Workforce = Shapes::StructureShape.new(name: 'Workforce')
1697
1702
  WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
1698
1703
  WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
@@ -3862,6 +3867,7 @@ module Aws::SageMaker
3862
3867
  DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
3863
3868
  DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
3864
3869
  DescribeTrainingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
3870
+ DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
3865
3871
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
3866
3872
 
3867
3873
  DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
@@ -5545,6 +5551,7 @@ module Aws::SageMaker
5545
5551
  ListTrainingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "StatusEquals"))
5546
5552
  ListTrainingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
5547
5553
  ListTrainingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
5554
+ ListTrainingJobsRequest.add_member(:warm_pool_status_equals, Shapes::ShapeRef.new(shape: WarmPoolResourceStatus, location_name: "WarmPoolStatusEquals"))
5548
5555
  ListTrainingJobsRequest.struct_class = Types::ListTrainingJobsRequest
5549
5556
 
5550
5557
  ListTrainingJobsResponse.add_member(:training_job_summaries, Shapes::ShapeRef.new(shape: TrainingJobSummaries, required: true, location_name: "TrainingJobSummaries"))
@@ -6650,8 +6657,12 @@ module Aws::SageMaker
6650
6657
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
6651
6658
  ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
6652
6659
  ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
6660
+ ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
6653
6661
  ResourceConfig.struct_class = Types::ResourceConfig
6654
6662
 
6663
+ ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
6664
+ ResourceConfigForUpdate.struct_class = Types::ResourceConfigForUpdate
6665
+
6655
6666
  ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
6656
6667
  ResourceInUse.struct_class = Types::ResourceInUse
6657
6668
 
@@ -7000,6 +7011,7 @@ module Aws::SageMaker
7000
7011
  TrainingJobSummary.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
7001
7012
  TrainingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
7002
7013
  TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
7014
+ TrainingJobSummary.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
7003
7015
  TrainingJobSummary.struct_class = Types::TrainingJobSummary
7004
7016
 
7005
7017
  TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "TrainingImage"))
@@ -7411,6 +7423,7 @@ module Aws::SageMaker
7411
7423
  UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
7412
7424
  UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
7413
7425
  UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
7426
+ UpdateTrainingJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfigForUpdate, location_name: "ResourceConfig"))
7414
7427
  UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
7415
7428
 
7416
7429
  UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
@@ -7508,6 +7521,11 @@ module Aws::SageMaker
7508
7521
 
7509
7522
  VpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
7510
7523
 
7524
+ WarmPoolStatus.add_member(:status, Shapes::ShapeRef.new(shape: WarmPoolResourceStatus, required: true, location_name: "Status"))
7525
+ WarmPoolStatus.add_member(:resource_retained_billable_time_in_seconds, Shapes::ShapeRef.new(shape: ResourceRetainedBillableTimeInSeconds, location_name: "ResourceRetainedBillableTimeInSeconds"))
7526
+ WarmPoolStatus.add_member(:reused_by_job, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "ReusedByJob"))
7527
+ WarmPoolStatus.struct_class = Types::WarmPoolStatus
7528
+
7511
7529
  Workforce.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
7512
7530
  Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
7513
7531
  Workforce.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
@@ -622,6 +622,7 @@ module Aws::SageMaker
622
622
  # instance_group_name: "InstanceGroupName", # required
623
623
  # },
624
624
  # ],
625
+ # keep_alive_period_in_seconds: 1,
625
626
  # },
626
627
  # stopping_condition: { # required
627
628
  # max_runtime_in_seconds: 1,
@@ -744,6 +745,7 @@ module Aws::SageMaker
744
745
  # instance_group_name: "InstanceGroupName", # required
745
746
  # },
746
747
  # ],
748
+ # keep_alive_period_in_seconds: 1,
747
749
  # },
748
750
  # stopping_condition: { # required
749
751
  # max_runtime_in_seconds: 1,
@@ -4250,6 +4252,7 @@ module Aws::SageMaker
4250
4252
  # instance_group_name: "InstanceGroupName", # required
4251
4253
  # },
4252
4254
  # ],
4255
+ # keep_alive_period_in_seconds: 1,
4253
4256
  # },
4254
4257
  # stopping_condition: { # required
4255
4258
  # max_runtime_in_seconds: 1,
@@ -6480,6 +6483,7 @@ module Aws::SageMaker
6480
6483
  # instance_group_name: "InstanceGroupName", # required
6481
6484
  # },
6482
6485
  # ],
6486
+ # keep_alive_period_in_seconds: 1,
6483
6487
  # },
6484
6488
  # stopping_condition: { # required
6485
6489
  # max_runtime_in_seconds: 1,
@@ -6603,6 +6607,7 @@ module Aws::SageMaker
6603
6607
  # instance_group_name: "InstanceGroupName", # required
6604
6608
  # },
6605
6609
  # ],
6610
+ # keep_alive_period_in_seconds: 1,
6606
6611
  # },
6607
6612
  # stopping_condition: { # required
6608
6613
  # max_runtime_in_seconds: 1,
@@ -9370,6 +9375,7 @@ module Aws::SageMaker
9370
9375
  # instance_group_name: "InstanceGroupName", # required
9371
9376
  # },
9372
9377
  # ],
9378
+ # keep_alive_period_in_seconds: 1,
9373
9379
  # },
9374
9380
  # vpc_config: {
9375
9381
  # security_group_ids: ["SecurityGroupId"], # required
@@ -16815,6 +16821,10 @@ module Aws::SageMaker
16815
16821
  # The environment variables to set in the Docker container.
16816
16822
  # @return [Hash<String,String>]
16817
16823
  #
16824
+ # @!attribute [rw] warm_pool_status
16825
+ # The status of the warm pool associated with the training job.
16826
+ # @return [Types::WarmPoolStatus]
16827
+ #
16818
16828
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJobResponse AWS API Documentation
16819
16829
  #
16820
16830
  class DescribeTrainingJobResponse < Struct.new(
@@ -16857,7 +16867,8 @@ module Aws::SageMaker
16857
16867
  :profiler_rule_evaluation_statuses,
16858
16868
  :profiling_status,
16859
16869
  :retry_strategy,
16860
- :environment)
16870
+ :environment,
16871
+ :warm_pool_status)
16861
16872
  SENSITIVE = []
16862
16873
  include Aws::Structure
16863
16874
  end
@@ -21568,6 +21579,7 @@ module Aws::SageMaker
21568
21579
  # instance_group_name: "InstanceGroupName", # required
21569
21580
  # },
21570
21581
  # ],
21582
+ # keep_alive_period_in_seconds: 1,
21571
21583
  # },
21572
21584
  # stopping_condition: { # required
21573
21585
  # max_runtime_in_seconds: 1,
@@ -28601,6 +28613,7 @@ module Aws::SageMaker
28601
28613
  # status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
28602
28614
  # sort_by: "Name", # accepts Name, CreationTime, Status
28603
28615
  # sort_order: "Ascending", # accepts Ascending, Descending
28616
+ # warm_pool_status_equals: "Available", # accepts Available, Terminated, Reused, InUse
28604
28617
  # }
28605
28618
  #
28606
28619
  # @!attribute [rw] next_token
@@ -28650,6 +28663,11 @@ module Aws::SageMaker
28650
28663
  # The sort order for results. The default is `Ascending`.
28651
28664
  # @return [String]
28652
28665
  #
28666
+ # @!attribute [rw] warm_pool_status_equals
28667
+ # A filter that retrieves only training jobs with a specific warm pool
28668
+ # status.
28669
+ # @return [String]
28670
+ #
28653
28671
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsRequest AWS API Documentation
28654
28672
  #
28655
28673
  class ListTrainingJobsRequest < Struct.new(
@@ -28662,7 +28680,8 @@ module Aws::SageMaker
28662
28680
  :name_contains,
28663
28681
  :status_equals,
28664
28682
  :sort_by,
28665
- :sort_order)
28683
+ :sort_order,
28684
+ :warm_pool_status_equals)
28666
28685
  SENSITIVE = []
28667
28686
  include Aws::Structure
28668
28687
  end
@@ -36388,6 +36407,7 @@ module Aws::SageMaker
36388
36407
  # instance_group_name: "InstanceGroupName", # required
36389
36408
  # },
36390
36409
  # ],
36410
+ # keep_alive_period_in_seconds: 1,
36391
36411
  # }
36392
36412
  #
36393
36413
  # @!attribute [rw] instance_type
@@ -36474,6 +36494,11 @@ module Aws::SageMaker
36474
36494
  # The configuration of a heterogeneous cluster in JSON format.
36475
36495
  # @return [Array<Types::InstanceGroup>]
36476
36496
  #
36497
+ # @!attribute [rw] keep_alive_period_in_seconds
36498
+ # The duration of time in seconds to retain configured resources in a
36499
+ # warm pool for subsequent training jobs.
36500
+ # @return [Integer]
36501
+ #
36477
36502
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
36478
36503
  #
36479
36504
  class ResourceConfig < Struct.new(
@@ -36481,7 +36506,31 @@ module Aws::SageMaker
36481
36506
  :instance_count,
36482
36507
  :volume_size_in_gb,
36483
36508
  :volume_kms_key_id,
36484
- :instance_groups)
36509
+ :instance_groups,
36510
+ :keep_alive_period_in_seconds)
36511
+ SENSITIVE = []
36512
+ include Aws::Structure
36513
+ end
36514
+
36515
+ # The `ResourceConfig` to update `KeepAlivePeriodInSeconds`. Other
36516
+ # fields in the `ResourceConfig` cannot be updated.
36517
+ #
36518
+ # @note When making an API call, you may pass ResourceConfigForUpdate
36519
+ # data as a hash:
36520
+ #
36521
+ # {
36522
+ # keep_alive_period_in_seconds: 1, # required
36523
+ # }
36524
+ #
36525
+ # @!attribute [rw] keep_alive_period_in_seconds
36526
+ # The `KeepAlivePeriodInSeconds` value specified in the
36527
+ # `ResourceConfig` to update.
36528
+ # @return [Integer]
36529
+ #
36530
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfigForUpdate AWS API Documentation
36531
+ #
36532
+ class ResourceConfigForUpdate < Struct.new(
36533
+ :keep_alive_period_in_seconds)
36485
36534
  SENSITIVE = []
36486
36535
  include Aws::Structure
36487
36536
  end
@@ -39032,6 +39081,7 @@ module Aws::SageMaker
39032
39081
  # instance_group_name: "InstanceGroupName", # required
39033
39082
  # },
39034
39083
  # ],
39084
+ # keep_alive_period_in_seconds: 1,
39035
39085
  # },
39036
39086
  # stopping_condition: { # required
39037
39087
  # max_runtime_in_seconds: 1,
@@ -39213,6 +39263,10 @@ module Aws::SageMaker
39213
39263
  # The status of the training job.
39214
39264
  # @return [String]
39215
39265
  #
39266
+ # @!attribute [rw] warm_pool_status
39267
+ # The status of the warm pool associated with the training job.
39268
+ # @return [Types::WarmPoolStatus]
39269
+ #
39216
39270
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingJobSummary AWS API Documentation
39217
39271
  #
39218
39272
  class TrainingJobSummary < Struct.new(
@@ -39221,7 +39275,8 @@ module Aws::SageMaker
39221
39275
  :creation_time,
39222
39276
  :training_end_time,
39223
39277
  :last_modified_time,
39224
- :training_job_status)
39278
+ :training_job_status,
39279
+ :warm_pool_status)
39225
39280
  SENSITIVE = []
39226
39281
  include Aws::Structure
39227
39282
  end
@@ -42271,6 +42326,9 @@ module Aws::SageMaker
42271
42326
  # },
42272
42327
  # },
42273
42328
  # ],
42329
+ # resource_config: {
42330
+ # keep_alive_period_in_seconds: 1, # required
42331
+ # },
42274
42332
  # }
42275
42333
  #
42276
42334
  # @!attribute [rw] training_job_name
@@ -42288,12 +42346,18 @@ module Aws::SageMaker
42288
42346
  # and framework metrics.
42289
42347
  # @return [Array<Types::ProfilerRuleConfiguration>]
42290
42348
  #
42349
+ # @!attribute [rw] resource_config
42350
+ # The training job `ResourceConfig` to update warm pool retention
42351
+ # length.
42352
+ # @return [Types::ResourceConfigForUpdate]
42353
+ #
42291
42354
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJobRequest AWS API Documentation
42292
42355
  #
42293
42356
  class UpdateTrainingJobRequest < Struct.new(
42294
42357
  :training_job_name,
42295
42358
  :profiler_config,
42296
- :profiler_rule_configurations)
42359
+ :profiler_rule_configurations,
42360
+ :resource_config)
42297
42361
  SENSITIVE = []
42298
42362
  include Aws::Structure
42299
42363
  end
@@ -43054,6 +43118,50 @@ module Aws::SageMaker
43054
43118
  include Aws::Structure
43055
43119
  end
43056
43120
 
43121
+ # Status and billing information about the warm pool.
43122
+ #
43123
+ # @!attribute [rw] status
43124
+ # The status of the warm pool.
43125
+ #
43126
+ # * `InUse`\: The warm pool is in use for the training job.
43127
+ #
43128
+ # * `Available`\: The warm pool is available to reuse for a matching
43129
+ # training job.
43130
+ #
43131
+ # * `Reused`\: The warm pool moved to a matching training job for
43132
+ # reuse.
43133
+ #
43134
+ # * `Terminated`\: The warm pool is no longer available. Warm pools
43135
+ # are unavailable if they are terminated by a user, terminated for a
43136
+ # patch update, or terminated for exceeding the specified
43137
+ # `KeepAlivePeriodInSeconds`.
43138
+ # @return [String]
43139
+ #
43140
+ # @!attribute [rw] resource_retained_billable_time_in_seconds
43141
+ # The billable time in seconds used by the warm pool. Billable time
43142
+ # refers to the absolute wall-clock time.
43143
+ #
43144
+ # Multiply `ResourceRetainedBillableTimeInSeconds` by the number of
43145
+ # instances (`InstanceCount`) in your training cluster to get the
43146
+ # total compute time SageMaker bills you if you run warm pool
43147
+ # training. The formula is as follows:
43148
+ # `ResourceRetainedBillableTimeInSeconds * InstanceCount`.
43149
+ # @return [Integer]
43150
+ #
43151
+ # @!attribute [rw] reused_by_job
43152
+ # The name of the matching training job that reused the warm pool.
43153
+ # @return [String]
43154
+ #
43155
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/WarmPoolStatus AWS API Documentation
43156
+ #
43157
+ class WarmPoolStatus < Struct.new(
43158
+ :status,
43159
+ :resource_retained_billable_time_in_seconds,
43160
+ :reused_by_job)
43161
+ SENSITIVE = []
43162
+ include Aws::Structure
43163
+ end
43164
+
43057
43165
  # A single private workforce, which is automatically created when you
43058
43166
  # create your first private work team. You can create one private work
43059
43167
  # force in each Amazon Web Services Region. By default, any
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.141.0'
52
+ GEM_VERSION = '1.142.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.141.0
4
+ version: 1.142.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-21 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core