aws-sdk-sagemaker 1.140.0 → 1.142.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +72 -13
- data/lib/aws-sdk-sagemaker/client_api.rb +29 -0
- data/lib/aws-sdk-sagemaker/types.rb +253 -20
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e719475a2fde51f07e81f3b94a5b8cad794f758e9f944deb790cce8524f236f4
|
4
|
+
data.tar.gz: 3182bdc8ec5d30ce43812182e5b770602b05a0edeaf5afee172caffbfa01a446
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b1ef2cd744da30104bd2b243b2d532c18fcdf628a0175f150a35963e5628980774163e6e4195fe3d35110ed1ea9f8f99894100158bd6c03b91d71b62f6a9425
|
7
|
+
data.tar.gz: 9f91812b58589b57ae5b4449a9c75c2cd8e3346797b0073f9085c1ffa52fc6f3b9beda9ce38c7e3d608fdf4a9eeb070d7b424a4f14d89e357e88d9a20c2b0592
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.141.0 (2022-09-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
|
13
|
+
|
4
14
|
1.140.0 (2022-09-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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,
|
@@ -1959,6 +1960,12 @@ module Aws::SageMaker
|
|
1959
1960
|
# },
|
1960
1961
|
# ],
|
1961
1962
|
# },
|
1963
|
+
# canvas_app_settings: {
|
1964
|
+
# time_series_forecasting_settings: {
|
1965
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
1966
|
+
# amazon_forecast_role_arn: "RoleArn",
|
1967
|
+
# },
|
1968
|
+
# },
|
1962
1969
|
# },
|
1963
1970
|
# subnet_ids: ["SubnetId"], # required
|
1964
1971
|
# vpc_id: "VpcId", # required
|
@@ -3149,6 +3156,7 @@ module Aws::SageMaker
|
|
3149
3156
|
# instance_group_name: "InstanceGroupName", # required
|
3150
3157
|
# },
|
3151
3158
|
# ],
|
3159
|
+
# keep_alive_period_in_seconds: 1,
|
3152
3160
|
# },
|
3153
3161
|
# stopping_condition: { # required
|
3154
3162
|
# max_runtime_in_seconds: 1,
|
@@ -3272,6 +3280,7 @@ module Aws::SageMaker
|
|
3272
3280
|
# instance_group_name: "InstanceGroupName", # required
|
3273
3281
|
# },
|
3274
3282
|
# ],
|
3283
|
+
# keep_alive_period_in_seconds: 1,
|
3275
3284
|
# },
|
3276
3285
|
# stopping_condition: { # required
|
3277
3286
|
# max_runtime_in_seconds: 1,
|
@@ -6153,6 +6162,7 @@ module Aws::SageMaker
|
|
6153
6162
|
# instance_group_name: "InstanceGroupName", # required
|
6154
6163
|
# },
|
6155
6164
|
# ],
|
6165
|
+
# keep_alive_period_in_seconds: 1,
|
6156
6166
|
# },
|
6157
6167
|
# vpc_config: {
|
6158
6168
|
# security_group_ids: ["SecurityGroupId"], # required
|
@@ -6664,8 +6674,8 @@ module Aws::SageMaker
|
|
6664
6674
|
# a domain, and is the main way to reference a "person" for the
|
6665
6675
|
# purposes of sharing, reporting, and other user-oriented features. This
|
6666
6676
|
# entity is created when a user onboards to Amazon SageMaker Studio. If
|
6667
|
-
# an administrator invites a person by email or imports them from
|
6668
|
-
#
|
6677
|
+
# an administrator invites a person by email or imports them from IAM
|
6678
|
+
# Identity Center, a user profile is automatically created. A user
|
6669
6679
|
# profile is the primary holder of settings for an individual user and
|
6670
6680
|
# has a reference to the user's private Amazon Elastic File System
|
6671
6681
|
# (EFS) home directory.
|
@@ -6679,16 +6689,16 @@ module Aws::SageMaker
|
|
6679
6689
|
# @option params [String] :single_sign_on_user_identifier
|
6680
6690
|
# A specifier for the type of value specified in SingleSignOnUserValue.
|
6681
6691
|
# Currently, the only supported value is "UserName". If the Domain's
|
6682
|
-
# AuthMode is
|
6683
|
-
# Domain's AuthMode is not
|
6684
|
-
#
|
6692
|
+
# AuthMode is IAM Identity Center, this field is required. If the
|
6693
|
+
# Domain's AuthMode is not IAM Identity Center, this field cannot be
|
6694
|
+
# specified.
|
6685
6695
|
#
|
6686
6696
|
# @option params [String] :single_sign_on_user_value
|
6687
6697
|
# The username of the associated Amazon Web Services Single Sign-On User
|
6688
|
-
# for this UserProfile. If the Domain's AuthMode is
|
6689
|
-
#
|
6690
|
-
# in your directory. If the Domain's AuthMode is not
|
6691
|
-
#
|
6698
|
+
# for this UserProfile. If the Domain's AuthMode is IAM Identity
|
6699
|
+
# Center, this field is required, and must match a valid username of a
|
6700
|
+
# user in your directory. If the Domain's AuthMode is not IAM Identity
|
6701
|
+
# Center, this field cannot be specified.
|
6692
6702
|
#
|
6693
6703
|
# @option params [Array<Types::Tag>] :tags
|
6694
6704
|
# Each tag consists of a key and an optional value. Tag keys must be
|
@@ -6777,6 +6787,12 @@ module Aws::SageMaker
|
|
6777
6787
|
# },
|
6778
6788
|
# ],
|
6779
6789
|
# },
|
6790
|
+
# canvas_app_settings: {
|
6791
|
+
# time_series_forecasting_settings: {
|
6792
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
6793
|
+
# amazon_forecast_role_arn: "RoleArn",
|
6794
|
+
# },
|
6795
|
+
# },
|
6780
6796
|
# },
|
6781
6797
|
# })
|
6782
6798
|
#
|
@@ -7287,8 +7303,8 @@ module Aws::SageMaker
|
|
7287
7303
|
end
|
7288
7304
|
|
7289
7305
|
# Used to delete a domain. If you onboarded with IAM mode, you will need
|
7290
|
-
# to delete your domain to onboard again using
|
7291
|
-
#
|
7306
|
+
# to delete your domain to onboard again using IAM Identity Center. Use
|
7307
|
+
# with caution. All of the members of the domain will lose access to
|
7292
7308
|
# their EFS volume, including data, notebooks, and other artifacts.
|
7293
7309
|
#
|
7294
7310
|
# @option params [required, String] :domain_id
|
@@ -8323,6 +8339,7 @@ module Aws::SageMaker
|
|
8323
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"
|
8324
8340
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
8325
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
|
8326
8343
|
# resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
8327
8344
|
# resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
8328
8345
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.max_concurrent_transforms #=> Integer
|
@@ -9080,6 +9097,8 @@ module Aws::SageMaker
|
|
9080
9097
|
# resp.default_user_settings.r_session_app_settings.custom_images[0].image_name #=> String
|
9081
9098
|
# resp.default_user_settings.r_session_app_settings.custom_images[0].image_version_number #=> Integer
|
9082
9099
|
# resp.default_user_settings.r_session_app_settings.custom_images[0].app_image_config_name #=> String
|
9100
|
+
# resp.default_user_settings.canvas_app_settings.time_series_forecasting_settings.status #=> String, one of "ENABLED", "DISABLED"
|
9101
|
+
# resp.default_user_settings.canvas_app_settings.time_series_forecasting_settings.amazon_forecast_role_arn #=> String
|
9083
9102
|
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
9084
9103
|
# resp.home_efs_file_system_kms_key_id #=> String
|
9085
9104
|
# resp.subnet_ids #=> Array
|
@@ -9807,6 +9826,7 @@ module Aws::SageMaker
|
|
9807
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"
|
9808
9827
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
9809
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
|
9810
9830
|
# resp.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
9811
9831
|
# resp.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
9812
9832
|
# resp.training_job_definition.enable_network_isolation #=> Boolean
|
@@ -9883,6 +9903,7 @@ module Aws::SageMaker
|
|
9883
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"
|
9884
9904
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
9885
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
|
9886
9907
|
# resp.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
|
9887
9908
|
# resp.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
|
9888
9909
|
# resp.training_job_definitions[0].enable_network_isolation #=> Boolean
|
@@ -11530,6 +11551,7 @@ module Aws::SageMaker
|
|
11530
11551
|
# * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
|
11531
11552
|
# * {Types::DescribeTrainingJobResponse#retry_strategy #retry_strategy} => Types::RetryStrategy
|
11532
11553
|
# * {Types::DescribeTrainingJobResponse#environment #environment} => Hash<String,String>
|
11554
|
+
# * {Types::DescribeTrainingJobResponse#warm_pool_status #warm_pool_status} => Types::WarmPoolStatus
|
11533
11555
|
#
|
11534
11556
|
# @example Request syntax with placeholder values
|
11535
11557
|
#
|
@@ -11586,6 +11608,7 @@ module Aws::SageMaker
|
|
11586
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"
|
11587
11609
|
# resp.resource_config.instance_groups[0].instance_count #=> Integer
|
11588
11610
|
# resp.resource_config.instance_groups[0].instance_group_name #=> String
|
11611
|
+
# resp.resource_config.keep_alive_period_in_seconds #=> Integer
|
11589
11612
|
# resp.vpc_config.security_group_ids #=> Array
|
11590
11613
|
# resp.vpc_config.security_group_ids[0] #=> String
|
11591
11614
|
# resp.vpc_config.subnets #=> Array
|
@@ -11663,6 +11686,9 @@ module Aws::SageMaker
|
|
11663
11686
|
# resp.retry_strategy.maximum_retry_attempts #=> Integer
|
11664
11687
|
# resp.environment #=> Hash
|
11665
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
|
11666
11692
|
#
|
11667
11693
|
#
|
11668
11694
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -11980,6 +12006,8 @@ module Aws::SageMaker
|
|
11980
12006
|
# resp.user_settings.r_session_app_settings.custom_images[0].image_name #=> String
|
11981
12007
|
# resp.user_settings.r_session_app_settings.custom_images[0].image_version_number #=> Integer
|
11982
12008
|
# resp.user_settings.r_session_app_settings.custom_images[0].app_image_config_name #=> String
|
12009
|
+
# resp.user_settings.canvas_app_settings.time_series_forecasting_settings.status #=> String, one of "ENABLED", "DISABLED"
|
12010
|
+
# resp.user_settings.canvas_app_settings.time_series_forecasting_settings.amazon_forecast_role_arn #=> String
|
11983
12011
|
#
|
11984
12012
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
11985
12013
|
#
|
@@ -16215,6 +16243,10 @@ module Aws::SageMaker
|
|
16215
16243
|
# @option params [String] :sort_order
|
16216
16244
|
# The sort order for results. The default is `Ascending`.
|
16217
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
|
+
#
|
16218
16250
|
# @return [Types::ListTrainingJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16219
16251
|
#
|
16220
16252
|
# * {Types::ListTrainingJobsResponse#training_job_summaries #training_job_summaries} => Array<Types::TrainingJobSummary>
|
@@ -16235,6 +16267,7 @@ module Aws::SageMaker
|
|
16235
16267
|
# status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
|
16236
16268
|
# sort_by: "Name", # accepts Name, CreationTime, Status
|
16237
16269
|
# sort_order: "Ascending", # accepts Ascending, Descending
|
16270
|
+
# warm_pool_status_equals: "Available", # accepts Available, Terminated, Reused, InUse
|
16238
16271
|
# })
|
16239
16272
|
#
|
16240
16273
|
# @example Response structure
|
@@ -16246,6 +16279,9 @@ module Aws::SageMaker
|
|
16246
16279
|
# resp.training_job_summaries[0].training_end_time #=> Time
|
16247
16280
|
# resp.training_job_summaries[0].last_modified_time #=> Time
|
16248
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
|
16249
16285
|
# resp.next_token #=> String
|
16250
16286
|
#
|
16251
16287
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobs AWS API Documentation
|
@@ -17212,6 +17248,7 @@ module Aws::SageMaker
|
|
17212
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"
|
17213
17249
|
# resp.results[0].training_job.resource_config.instance_groups[0].instance_count #=> Integer
|
17214
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
|
17215
17252
|
# resp.results[0].training_job.vpc_config.security_group_ids #=> Array
|
17216
17253
|
# resp.results[0].training_job.vpc_config.security_group_ids[0] #=> String
|
17217
17254
|
# resp.results[0].training_job.vpc_config.subnets #=> Array
|
@@ -17407,6 +17444,7 @@ module Aws::SageMaker
|
|
17407
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"
|
17408
17445
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_count #=> Integer
|
17409
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
|
17410
17448
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids #=> Array
|
17411
17449
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids[0] #=> String
|
17412
17450
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets #=> Array
|
@@ -18034,6 +18072,7 @@ module Aws::SageMaker
|
|
18034
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"
|
18035
18073
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
18036
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
|
18037
18076
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
18038
18077
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
18039
18078
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
|
@@ -18110,6 +18149,7 @@ module Aws::SageMaker
|
|
18110
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"
|
18111
18150
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
18112
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
|
18113
18153
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
|
18114
18154
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
|
18115
18155
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
|
@@ -19165,6 +19205,12 @@ module Aws::SageMaker
|
|
19165
19205
|
# },
|
19166
19206
|
# ],
|
19167
19207
|
# },
|
19208
|
+
# canvas_app_settings: {
|
19209
|
+
# time_series_forecasting_settings: {
|
19210
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
19211
|
+
# amazon_forecast_role_arn: "RoleArn",
|
19212
|
+
# },
|
19213
|
+
# },
|
19168
19214
|
# },
|
19169
19215
|
# domain_settings_for_update: {
|
19170
19216
|
# r_studio_server_pro_domain_settings_for_update: {
|
@@ -20092,7 +20138,7 @@ module Aws::SageMaker
|
|
20092
20138
|
end
|
20093
20139
|
|
20094
20140
|
# Update a model training job to request a new Debugger profiling
|
20095
|
-
# configuration.
|
20141
|
+
# configuration or to change warm pool retention length.
|
20096
20142
|
#
|
20097
20143
|
# @option params [required, String] :training_job_name
|
20098
20144
|
# The name of a training job to update the Debugger profiling
|
@@ -20106,6 +20152,10 @@ module Aws::SageMaker
|
|
20106
20152
|
# Configuration information for Debugger rules for profiling system and
|
20107
20153
|
# framework metrics.
|
20108
20154
|
#
|
20155
|
+
# @option params [Types::ResourceConfigForUpdate] :resource_config
|
20156
|
+
# The training job `ResourceConfig` to update warm pool retention
|
20157
|
+
# length.
|
20158
|
+
#
|
20109
20159
|
# @return [Types::UpdateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20110
20160
|
#
|
20111
20161
|
# * {Types::UpdateTrainingJobResponse#training_job_arn #training_job_arn} => String
|
@@ -20135,6 +20185,9 @@ module Aws::SageMaker
|
|
20135
20185
|
# },
|
20136
20186
|
# },
|
20137
20187
|
# ],
|
20188
|
+
# resource_config: {
|
20189
|
+
# keep_alive_period_in_seconds: 1, # required
|
20190
|
+
# },
|
20138
20191
|
# })
|
20139
20192
|
#
|
20140
20193
|
# @example Response structure
|
@@ -20354,6 +20407,12 @@ module Aws::SageMaker
|
|
20354
20407
|
# },
|
20355
20408
|
# ],
|
20356
20409
|
# },
|
20410
|
+
# canvas_app_settings: {
|
20411
|
+
# time_series_forecasting_settings: {
|
20412
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
20413
|
+
# amazon_forecast_role_arn: "RoleArn",
|
20414
|
+
# },
|
20415
|
+
# },
|
20357
20416
|
# },
|
20358
20417
|
# })
|
20359
20418
|
#
|
@@ -20604,7 +20663,7 @@ module Aws::SageMaker
|
|
20604
20663
|
params: params,
|
20605
20664
|
config: config)
|
20606
20665
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
20607
|
-
context[:gem_version] = '1.
|
20666
|
+
context[:gem_version] = '1.142.0'
|
20608
20667
|
Seahorse::Client::Request.new(handlers, context)
|
20609
20668
|
end
|
20610
20669
|
|
@@ -160,6 +160,7 @@ module Aws::SageMaker
|
|
160
160
|
CandidateStepName = Shapes::StringShape.new(name: 'CandidateStepName')
|
161
161
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
162
162
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
163
|
+
CanvasAppSettings = Shapes::StructureShape.new(name: 'CanvasAppSettings')
|
163
164
|
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
164
165
|
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
165
166
|
CapacitySizeValue = Shapes::IntegerShape.new(name: 'CapacitySizeValue')
|
@@ -675,6 +676,7 @@ module Aws::SageMaker
|
|
675
676
|
FeatureParameterRemovals = Shapes::ListShape.new(name: 'FeatureParameterRemovals')
|
676
677
|
FeatureParameterValue = Shapes::StringShape.new(name: 'FeatureParameterValue')
|
677
678
|
FeatureParameters = Shapes::ListShape.new(name: 'FeatureParameters')
|
679
|
+
FeatureStatus = Shapes::StringShape.new(name: 'FeatureStatus')
|
678
680
|
FeatureType = Shapes::StringShape.new(name: 'FeatureType')
|
679
681
|
FileSource = Shapes::StructureShape.new(name: 'FileSource')
|
680
682
|
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
@@ -828,6 +830,7 @@ module Aws::SageMaker
|
|
828
830
|
JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
|
829
831
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
830
832
|
JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
|
833
|
+
KeepAlivePeriodInSeconds = Shapes::IntegerShape.new(name: 'KeepAlivePeriodInSeconds')
|
831
834
|
KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
|
832
835
|
KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
|
833
836
|
KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
|
@@ -1374,6 +1377,7 @@ module Aws::SageMaker
|
|
1374
1377
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
1375
1378
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1376
1379
|
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
1380
|
+
ResourceConfigForUpdate = Shapes::StructureShape.new(name: 'ResourceConfigForUpdate')
|
1377
1381
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
1378
1382
|
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
1379
1383
|
ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
|
@@ -1381,6 +1385,7 @@ module Aws::SageMaker
|
|
1381
1385
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
1382
1386
|
ResourcePolicyString = Shapes::StringShape.new(name: 'ResourcePolicyString')
|
1383
1387
|
ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
|
1388
|
+
ResourceRetainedBillableTimeInSeconds = Shapes::IntegerShape.new(name: 'ResourceRetainedBillableTimeInSeconds')
|
1384
1389
|
ResourceSpec = Shapes::StructureShape.new(name: 'ResourceSpec')
|
1385
1390
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
1386
1391
|
ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
|
@@ -1534,6 +1539,7 @@ module Aws::SageMaker
|
|
1534
1539
|
TenthFractionsOfACent = Shapes::IntegerShape.new(name: 'TenthFractionsOfACent')
|
1535
1540
|
TerminationWaitInSeconds = Shapes::IntegerShape.new(name: 'TerminationWaitInSeconds')
|
1536
1541
|
ThingName = Shapes::StringShape.new(name: 'ThingName')
|
1542
|
+
TimeSeriesForecastingSettings = Shapes::StructureShape.new(name: 'TimeSeriesForecastingSettings')
|
1537
1543
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
1538
1544
|
TrafficDurationInSeconds = Shapes::IntegerShape.new(name: 'TrafficDurationInSeconds')
|
1539
1545
|
TrafficPattern = Shapes::StructureShape.new(name: 'TrafficPattern')
|
@@ -1690,6 +1696,8 @@ module Aws::SageMaker
|
|
1690
1696
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
1691
1697
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
1692
1698
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
1699
|
+
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
1700
|
+
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
1693
1701
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
1694
1702
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
1695
1703
|
WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
|
@@ -2049,6 +2057,9 @@ module Aws::SageMaker
|
|
2049
2057
|
|
2050
2058
|
CandidateSteps.member = Shapes::ShapeRef.new(shape: AutoMLCandidateStep)
|
2051
2059
|
|
2060
|
+
CanvasAppSettings.add_member(:time_series_forecasting_settings, Shapes::ShapeRef.new(shape: TimeSeriesForecastingSettings, location_name: "TimeSeriesForecastingSettings"))
|
2061
|
+
CanvasAppSettings.struct_class = Types::CanvasAppSettings
|
2062
|
+
|
2052
2063
|
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
2053
2064
|
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
2054
2065
|
CapacitySize.struct_class = Types::CapacitySize
|
@@ -3856,6 +3867,7 @@ module Aws::SageMaker
|
|
3856
3867
|
DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
|
3857
3868
|
DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
3858
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"))
|
3859
3871
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
3860
3872
|
|
3861
3873
|
DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -5539,6 +5551,7 @@ module Aws::SageMaker
|
|
5539
5551
|
ListTrainingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "StatusEquals"))
|
5540
5552
|
ListTrainingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
5541
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"))
|
5542
5555
|
ListTrainingJobsRequest.struct_class = Types::ListTrainingJobsRequest
|
5543
5556
|
|
5544
5557
|
ListTrainingJobsResponse.add_member(:training_job_summaries, Shapes::ShapeRef.new(shape: TrainingJobSummaries, required: true, location_name: "TrainingJobSummaries"))
|
@@ -6644,8 +6657,12 @@ module Aws::SageMaker
|
|
6644
6657
|
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
6645
6658
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
6646
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"))
|
6647
6661
|
ResourceConfig.struct_class = Types::ResourceConfig
|
6648
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
|
+
|
6649
6666
|
ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
6650
6667
|
ResourceInUse.struct_class = Types::ResourceInUse
|
6651
6668
|
|
@@ -6910,6 +6927,10 @@ module Aws::SageMaker
|
|
6910
6927
|
TensorBoardOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
6911
6928
|
TensorBoardOutputConfig.struct_class = Types::TensorBoardOutputConfig
|
6912
6929
|
|
6930
|
+
TimeSeriesForecastingSettings.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
|
6931
|
+
TimeSeriesForecastingSettings.add_member(:amazon_forecast_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "AmazonForecastRoleArn"))
|
6932
|
+
TimeSeriesForecastingSettings.struct_class = Types::TimeSeriesForecastingSettings
|
6933
|
+
|
6913
6934
|
TrafficPattern.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, location_name: "TrafficType"))
|
6914
6935
|
TrafficPattern.add_member(:phases, Shapes::ShapeRef.new(shape: Phases, location_name: "Phases"))
|
6915
6936
|
TrafficPattern.struct_class = Types::TrafficPattern
|
@@ -6990,6 +7011,7 @@ module Aws::SageMaker
|
|
6990
7011
|
TrainingJobSummary.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
|
6991
7012
|
TrainingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6992
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"))
|
6993
7015
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
6994
7016
|
|
6995
7017
|
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "TrainingImage"))
|
@@ -7401,6 +7423,7 @@ module Aws::SageMaker
|
|
7401
7423
|
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
7402
7424
|
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
7403
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"))
|
7404
7427
|
UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
|
7405
7428
|
|
7406
7429
|
UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
@@ -7477,6 +7500,7 @@ module Aws::SageMaker
|
|
7477
7500
|
UserSettings.add_member(:tensor_board_app_settings, Shapes::ShapeRef.new(shape: TensorBoardAppSettings, location_name: "TensorBoardAppSettings"))
|
7478
7501
|
UserSettings.add_member(:r_studio_server_pro_app_settings, Shapes::ShapeRef.new(shape: RStudioServerProAppSettings, location_name: "RStudioServerProAppSettings"))
|
7479
7502
|
UserSettings.add_member(:r_session_app_settings, Shapes::ShapeRef.new(shape: RSessionAppSettings, location_name: "RSessionAppSettings"))
|
7503
|
+
UserSettings.add_member(:canvas_app_settings, Shapes::ShapeRef.new(shape: CanvasAppSettings, location_name: "CanvasAppSettings"))
|
7480
7504
|
UserSettings.struct_class = Types::UserSettings
|
7481
7505
|
|
7482
7506
|
VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))
|
@@ -7497,6 +7521,11 @@ module Aws::SageMaker
|
|
7497
7521
|
|
7498
7522
|
VpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
7499
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
|
+
|
7500
7529
|
Workforce.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
7501
7530
|
Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
7502
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,
|
@@ -2058,11 +2060,33 @@ module Aws::SageMaker
|
|
2058
2060
|
#
|
2059
2061
|
# @!attribute [rw] feature_specification_s3_uri
|
2060
2062
|
# A URL to the Amazon S3 data source containing selected features from
|
2061
|
-
# the input data source to run an Autopilot job
|
2062
|
-
#
|
2063
|
+
# the input data source to run an Autopilot job. You can input
|
2064
|
+
# `FeatureAttributeNames` (optional) in JSON format as shown below:
|
2063
2065
|
#
|
2064
2066
|
# `\{ "FeatureAttributeNames":["col1", "col2", ...] \}`.
|
2065
2067
|
#
|
2068
|
+
# You can also specify the data type of the feature (optional) in the
|
2069
|
+
# format shown below:
|
2070
|
+
#
|
2071
|
+
# `\{ "FeatureDataTypes":\{"col1":"numeric", "col2":"categorical" ...
|
2072
|
+
# \} \}`
|
2073
|
+
#
|
2074
|
+
# <note markdown="1"> These column keys may not include the target column.
|
2075
|
+
#
|
2076
|
+
# </note>
|
2077
|
+
#
|
2078
|
+
# In ensembling mode, Autopilot will only support the following data
|
2079
|
+
# types: `numeric`, `categorical`, `text` and `datetime`. In HPO mode,
|
2080
|
+
# Autopilot can support `numeric`, `categorical`, `text`, `datetime`
|
2081
|
+
# and `sequence`.
|
2082
|
+
#
|
2083
|
+
# If only `FeatureDataTypes` is provided, the column keys (`col1`,
|
2084
|
+
# `col2`,..) should be a subset of the column names in the input data.
|
2085
|
+
#
|
2086
|
+
# If both `FeatureDataTypes` and `FeatureAttributeNames` are provided,
|
2087
|
+
# then the column keys should be a subset of the column names provided
|
2088
|
+
# in `FeatureAttributeNames`.
|
2089
|
+
#
|
2066
2090
|
# The key name `FeatureAttributeNames` is fixed. The values listed in
|
2067
2091
|
# `["col1", "col2", ...]` is case sensitive and should be a list of
|
2068
2092
|
# strings containing unique values that are a subset of the column
|
@@ -2986,6 +3010,30 @@ module Aws::SageMaker
|
|
2986
3010
|
include Aws::Structure
|
2987
3011
|
end
|
2988
3012
|
|
3013
|
+
# The SageMaker Canvas app settings.
|
3014
|
+
#
|
3015
|
+
# @note When making an API call, you may pass CanvasAppSettings
|
3016
|
+
# data as a hash:
|
3017
|
+
#
|
3018
|
+
# {
|
3019
|
+
# time_series_forecasting_settings: {
|
3020
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
3021
|
+
# amazon_forecast_role_arn: "RoleArn",
|
3022
|
+
# },
|
3023
|
+
# }
|
3024
|
+
#
|
3025
|
+
# @!attribute [rw] time_series_forecasting_settings
|
3026
|
+
# Time series forecast settings for the Canvas app.
|
3027
|
+
# @return [Types::TimeSeriesForecastingSettings]
|
3028
|
+
#
|
3029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
|
3030
|
+
#
|
3031
|
+
class CanvasAppSettings < Struct.new(
|
3032
|
+
:time_series_forecasting_settings)
|
3033
|
+
SENSITIVE = []
|
3034
|
+
include Aws::Structure
|
3035
|
+
end
|
3036
|
+
|
2989
3037
|
# Specifies the endpoint capacity to activate for production.
|
2990
3038
|
#
|
2991
3039
|
# @note When making an API call, you may pass CapacitySize
|
@@ -4204,6 +4252,7 @@ module Aws::SageMaker
|
|
4204
4252
|
# instance_group_name: "InstanceGroupName", # required
|
4205
4253
|
# },
|
4206
4254
|
# ],
|
4255
|
+
# keep_alive_period_in_seconds: 1,
|
4207
4256
|
# },
|
4208
4257
|
# stopping_condition: { # required
|
4209
4258
|
# max_runtime_in_seconds: 1,
|
@@ -5298,6 +5347,12 @@ module Aws::SageMaker
|
|
5298
5347
|
# },
|
5299
5348
|
# ],
|
5300
5349
|
# },
|
5350
|
+
# canvas_app_settings: {
|
5351
|
+
# time_series_forecasting_settings: {
|
5352
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
5353
|
+
# amazon_forecast_role_arn: "RoleArn",
|
5354
|
+
# },
|
5355
|
+
# },
|
5301
5356
|
# },
|
5302
5357
|
# subnet_ids: ["SubnetId"], # required
|
5303
5358
|
# vpc_id: "VpcId", # required
|
@@ -6428,6 +6483,7 @@ module Aws::SageMaker
|
|
6428
6483
|
# instance_group_name: "InstanceGroupName", # required
|
6429
6484
|
# },
|
6430
6485
|
# ],
|
6486
|
+
# keep_alive_period_in_seconds: 1,
|
6431
6487
|
# },
|
6432
6488
|
# stopping_condition: { # required
|
6433
6489
|
# max_runtime_in_seconds: 1,
|
@@ -6551,6 +6607,7 @@ module Aws::SageMaker
|
|
6551
6607
|
# instance_group_name: "InstanceGroupName", # required
|
6552
6608
|
# },
|
6553
6609
|
# ],
|
6610
|
+
# keep_alive_period_in_seconds: 1,
|
6554
6611
|
# },
|
6555
6612
|
# stopping_condition: { # required
|
6556
6613
|
# max_runtime_in_seconds: 1,
|
@@ -9318,6 +9375,7 @@ module Aws::SageMaker
|
|
9318
9375
|
# instance_group_name: "InstanceGroupName", # required
|
9319
9376
|
# },
|
9320
9377
|
# ],
|
9378
|
+
# keep_alive_period_in_seconds: 1,
|
9321
9379
|
# },
|
9322
9380
|
# vpc_config: {
|
9323
9381
|
# security_group_ids: ["SecurityGroupId"], # required
|
@@ -10157,6 +10215,12 @@ module Aws::SageMaker
|
|
10157
10215
|
# },
|
10158
10216
|
# ],
|
10159
10217
|
# },
|
10218
|
+
# canvas_app_settings: {
|
10219
|
+
# time_series_forecasting_settings: {
|
10220
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
10221
|
+
# amazon_forecast_role_arn: "RoleArn",
|
10222
|
+
# },
|
10223
|
+
# },
|
10160
10224
|
# },
|
10161
10225
|
# }
|
10162
10226
|
#
|
@@ -10171,17 +10235,17 @@ module Aws::SageMaker
|
|
10171
10235
|
# @!attribute [rw] single_sign_on_user_identifier
|
10172
10236
|
# A specifier for the type of value specified in
|
10173
10237
|
# SingleSignOnUserValue. Currently, the only supported value is
|
10174
|
-
# "UserName". If the Domain's AuthMode is
|
10175
|
-
#
|
10176
|
-
#
|
10238
|
+
# "UserName". If the Domain's AuthMode is IAM Identity Center, this
|
10239
|
+
# field is required. If the Domain's AuthMode is not IAM Identity
|
10240
|
+
# Center, this field cannot be specified.
|
10177
10241
|
# @return [String]
|
10178
10242
|
#
|
10179
10243
|
# @!attribute [rw] single_sign_on_user_value
|
10180
10244
|
# The username of the associated Amazon Web Services Single Sign-On
|
10181
|
-
# User for this UserProfile. If the Domain's AuthMode is
|
10182
|
-
#
|
10183
|
-
#
|
10184
|
-
#
|
10245
|
+
# User for this UserProfile. If the Domain's AuthMode is IAM Identity
|
10246
|
+
# Center, this field is required, and must match a valid username of a
|
10247
|
+
# user in your directory. If the Domain's AuthMode is not IAM
|
10248
|
+
# Identity Center, this field cannot be specified.
|
10185
10249
|
# @return [String]
|
10186
10250
|
#
|
10187
10251
|
# @!attribute [rw] tags
|
@@ -13430,7 +13494,7 @@ module Aws::SageMaker
|
|
13430
13494
|
# @return [String]
|
13431
13495
|
#
|
13432
13496
|
# @!attribute [rw] single_sign_on_managed_application_instance_id
|
13433
|
-
# The
|
13497
|
+
# The IAM Identity Center managed application instance ID.
|
13434
13498
|
# @return [String]
|
13435
13499
|
#
|
13436
13500
|
# @!attribute [rw] status
|
@@ -16757,6 +16821,10 @@ module Aws::SageMaker
|
|
16757
16821
|
# The environment variables to set in the Docker container.
|
16758
16822
|
# @return [Hash<String,String>]
|
16759
16823
|
#
|
16824
|
+
# @!attribute [rw] warm_pool_status
|
16825
|
+
# The status of the warm pool associated with the training job.
|
16826
|
+
# @return [Types::WarmPoolStatus]
|
16827
|
+
#
|
16760
16828
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJobResponse AWS API Documentation
|
16761
16829
|
#
|
16762
16830
|
class DescribeTrainingJobResponse < Struct.new(
|
@@ -16799,7 +16867,8 @@ module Aws::SageMaker
|
|
16799
16867
|
:profiler_rule_evaluation_statuses,
|
16800
16868
|
:profiling_status,
|
16801
16869
|
:retry_strategy,
|
16802
|
-
:environment
|
16870
|
+
:environment,
|
16871
|
+
:warm_pool_status)
|
16803
16872
|
SENSITIVE = []
|
16804
16873
|
include Aws::Structure
|
16805
16874
|
end
|
@@ -17232,11 +17301,11 @@ module Aws::SageMaker
|
|
17232
17301
|
# @return [String]
|
17233
17302
|
#
|
17234
17303
|
# @!attribute [rw] single_sign_on_user_identifier
|
17235
|
-
# The
|
17304
|
+
# The IAM Identity Center user identifier.
|
17236
17305
|
# @return [String]
|
17237
17306
|
#
|
17238
17307
|
# @!attribute [rw] single_sign_on_user_value
|
17239
|
-
# The
|
17308
|
+
# The IAM Identity Center user value.
|
17240
17309
|
# @return [String]
|
17241
17310
|
#
|
17242
17311
|
# @!attribute [rw] user_settings
|
@@ -21510,6 +21579,7 @@ module Aws::SageMaker
|
|
21510
21579
|
# instance_group_name: "InstanceGroupName", # required
|
21511
21580
|
# },
|
21512
21581
|
# ],
|
21582
|
+
# keep_alive_period_in_seconds: 1,
|
21513
21583
|
# },
|
21514
21584
|
# stopping_condition: { # required
|
21515
21585
|
# max_runtime_in_seconds: 1,
|
@@ -22005,8 +22075,12 @@ module Aws::SageMaker
|
|
22005
22075
|
include Aws::Structure
|
22006
22076
|
end
|
22007
22077
|
|
22008
|
-
# An entity
|
22009
|
-
# hyperparameter tuning job.
|
22078
|
+
# An entity returned by the [SearchRecord][1] API containing the
|
22079
|
+
# properties of a hyperparameter tuning job.
|
22080
|
+
#
|
22081
|
+
#
|
22082
|
+
#
|
22083
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html
|
22010
22084
|
#
|
22011
22085
|
# @!attribute [rw] hyper_parameter_tuning_job_name
|
22012
22086
|
# The name of a hyperparameter tuning job.
|
@@ -28539,6 +28613,7 @@ module Aws::SageMaker
|
|
28539
28613
|
# status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
|
28540
28614
|
# sort_by: "Name", # accepts Name, CreationTime, Status
|
28541
28615
|
# sort_order: "Ascending", # accepts Ascending, Descending
|
28616
|
+
# warm_pool_status_equals: "Available", # accepts Available, Terminated, Reused, InUse
|
28542
28617
|
# }
|
28543
28618
|
#
|
28544
28619
|
# @!attribute [rw] next_token
|
@@ -28588,6 +28663,11 @@ module Aws::SageMaker
|
|
28588
28663
|
# The sort order for results. The default is `Ascending`.
|
28589
28664
|
# @return [String]
|
28590
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
|
+
#
|
28591
28671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsRequest AWS API Documentation
|
28592
28672
|
#
|
28593
28673
|
class ListTrainingJobsRequest < Struct.new(
|
@@ -28600,7 +28680,8 @@ module Aws::SageMaker
|
|
28600
28680
|
:name_contains,
|
28601
28681
|
:status_equals,
|
28602
28682
|
:sort_by,
|
28603
|
-
:sort_order
|
28683
|
+
:sort_order,
|
28684
|
+
:warm_pool_status_equals)
|
28604
28685
|
SENSITIVE = []
|
28605
28686
|
include Aws::Structure
|
28606
28687
|
end
|
@@ -36326,6 +36407,7 @@ module Aws::SageMaker
|
|
36326
36407
|
# instance_group_name: "InstanceGroupName", # required
|
36327
36408
|
# },
|
36328
36409
|
# ],
|
36410
|
+
# keep_alive_period_in_seconds: 1,
|
36329
36411
|
# }
|
36330
36412
|
#
|
36331
36413
|
# @!attribute [rw] instance_type
|
@@ -36412,6 +36494,11 @@ module Aws::SageMaker
|
|
36412
36494
|
# The configuration of a heterogeneous cluster in JSON format.
|
36413
36495
|
# @return [Array<Types::InstanceGroup>]
|
36414
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
|
+
#
|
36415
36502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
36416
36503
|
#
|
36417
36504
|
class ResourceConfig < Struct.new(
|
@@ -36419,7 +36506,31 @@ module Aws::SageMaker
|
|
36419
36506
|
:instance_count,
|
36420
36507
|
:volume_size_in_gb,
|
36421
36508
|
:volume_kms_key_id,
|
36422
|
-
: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)
|
36423
36534
|
SENSITIVE = []
|
36424
36535
|
include Aws::Structure
|
36425
36536
|
end
|
@@ -38448,6 +38559,46 @@ module Aws::SageMaker
|
|
38448
38559
|
include Aws::Structure
|
38449
38560
|
end
|
38450
38561
|
|
38562
|
+
# Time series forecast settings for the SageMaker Canvas app.
|
38563
|
+
#
|
38564
|
+
# @note When making an API call, you may pass TimeSeriesForecastingSettings
|
38565
|
+
# data as a hash:
|
38566
|
+
#
|
38567
|
+
# {
|
38568
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
38569
|
+
# amazon_forecast_role_arn: "RoleArn",
|
38570
|
+
# }
|
38571
|
+
#
|
38572
|
+
# @!attribute [rw] status
|
38573
|
+
# Describes whether time series forecasting is enabled or disabled in
|
38574
|
+
# the Canvas app.
|
38575
|
+
# @return [String]
|
38576
|
+
#
|
38577
|
+
# @!attribute [rw] amazon_forecast_role_arn
|
38578
|
+
# The IAM role that Canvas passes to Amazon Forecast for time series
|
38579
|
+
# forecasting. By default, Canvas uses the execution role specified in
|
38580
|
+
# the `UserProfile` that launches the Canvas app. If an execution role
|
38581
|
+
# is not specified in the `UserProfile`, Canvas uses the execution
|
38582
|
+
# role specified in the Domain that owns the `UserProfile`. To allow
|
38583
|
+
# time series forecasting, this IAM role should have the [
|
38584
|
+
# AmazonSageMakerCanvasForecastAccess][1] policy attached and
|
38585
|
+
# `forecast.amazonaws.com` added in the trust relationship as a
|
38586
|
+
# service principal.
|
38587
|
+
#
|
38588
|
+
#
|
38589
|
+
#
|
38590
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess
|
38591
|
+
# @return [String]
|
38592
|
+
#
|
38593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TimeSeriesForecastingSettings AWS API Documentation
|
38594
|
+
#
|
38595
|
+
class TimeSeriesForecastingSettings < Struct.new(
|
38596
|
+
:status,
|
38597
|
+
:amazon_forecast_role_arn)
|
38598
|
+
SENSITIVE = []
|
38599
|
+
include Aws::Structure
|
38600
|
+
end
|
38601
|
+
|
38451
38602
|
# Defines the traffic pattern of the load test.
|
38452
38603
|
#
|
38453
38604
|
# @note When making an API call, you may pass TrafficPattern
|
@@ -38930,6 +39081,7 @@ module Aws::SageMaker
|
|
38930
39081
|
# instance_group_name: "InstanceGroupName", # required
|
38931
39082
|
# },
|
38932
39083
|
# ],
|
39084
|
+
# keep_alive_period_in_seconds: 1,
|
38933
39085
|
# },
|
38934
39086
|
# stopping_condition: { # required
|
38935
39087
|
# max_runtime_in_seconds: 1,
|
@@ -39111,6 +39263,10 @@ module Aws::SageMaker
|
|
39111
39263
|
# The status of the training job.
|
39112
39264
|
# @return [String]
|
39113
39265
|
#
|
39266
|
+
# @!attribute [rw] warm_pool_status
|
39267
|
+
# The status of the warm pool associated with the training job.
|
39268
|
+
# @return [Types::WarmPoolStatus]
|
39269
|
+
#
|
39114
39270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingJobSummary AWS API Documentation
|
39115
39271
|
#
|
39116
39272
|
class TrainingJobSummary < Struct.new(
|
@@ -39119,7 +39275,8 @@ module Aws::SageMaker
|
|
39119
39275
|
:creation_time,
|
39120
39276
|
:training_end_time,
|
39121
39277
|
:last_modified_time,
|
39122
|
-
:training_job_status
|
39278
|
+
:training_job_status,
|
39279
|
+
:warm_pool_status)
|
39123
39280
|
SENSITIVE = []
|
39124
39281
|
include Aws::Structure
|
39125
39282
|
end
|
@@ -41097,6 +41254,12 @@ module Aws::SageMaker
|
|
41097
41254
|
# },
|
41098
41255
|
# ],
|
41099
41256
|
# },
|
41257
|
+
# canvas_app_settings: {
|
41258
|
+
# time_series_forecasting_settings: {
|
41259
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
41260
|
+
# amazon_forecast_role_arn: "RoleArn",
|
41261
|
+
# },
|
41262
|
+
# },
|
41100
41263
|
# },
|
41101
41264
|
# domain_settings_for_update: {
|
41102
41265
|
# r_studio_server_pro_domain_settings_for_update: {
|
@@ -42163,6 +42326,9 @@ module Aws::SageMaker
|
|
42163
42326
|
# },
|
42164
42327
|
# },
|
42165
42328
|
# ],
|
42329
|
+
# resource_config: {
|
42330
|
+
# keep_alive_period_in_seconds: 1, # required
|
42331
|
+
# },
|
42166
42332
|
# }
|
42167
42333
|
#
|
42168
42334
|
# @!attribute [rw] training_job_name
|
@@ -42180,12 +42346,18 @@ module Aws::SageMaker
|
|
42180
42346
|
# and framework metrics.
|
42181
42347
|
# @return [Array<Types::ProfilerRuleConfiguration>]
|
42182
42348
|
#
|
42349
|
+
# @!attribute [rw] resource_config
|
42350
|
+
# The training job `ResourceConfig` to update warm pool retention
|
42351
|
+
# length.
|
42352
|
+
# @return [Types::ResourceConfigForUpdate]
|
42353
|
+
#
|
42183
42354
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJobRequest AWS API Documentation
|
42184
42355
|
#
|
42185
42356
|
class UpdateTrainingJobRequest < Struct.new(
|
42186
42357
|
:training_job_name,
|
42187
42358
|
:profiler_config,
|
42188
|
-
:profiler_rule_configurations
|
42359
|
+
:profiler_rule_configurations,
|
42360
|
+
:resource_config)
|
42189
42361
|
SENSITIVE = []
|
42190
42362
|
include Aws::Structure
|
42191
42363
|
end
|
@@ -42420,6 +42592,12 @@ module Aws::SageMaker
|
|
42420
42592
|
# },
|
42421
42593
|
# ],
|
42422
42594
|
# },
|
42595
|
+
# canvas_app_settings: {
|
42596
|
+
# time_series_forecasting_settings: {
|
42597
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
42598
|
+
# amazon_forecast_role_arn: "RoleArn",
|
42599
|
+
# },
|
42600
|
+
# },
|
42423
42601
|
# },
|
42424
42602
|
# }
|
42425
42603
|
#
|
@@ -42761,6 +42939,12 @@ module Aws::SageMaker
|
|
42761
42939
|
# },
|
42762
42940
|
# ],
|
42763
42941
|
# },
|
42942
|
+
# canvas_app_settings: {
|
42943
|
+
# time_series_forecasting_settings: {
|
42944
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
42945
|
+
# amazon_forecast_role_arn: "RoleArn",
|
42946
|
+
# },
|
42947
|
+
# },
|
42764
42948
|
# }
|
42765
42949
|
#
|
42766
42950
|
# @!attribute [rw] execution_role
|
@@ -42807,6 +42991,10 @@ module Aws::SageMaker
|
|
42807
42991
|
# A collection of settings that configure the `RSessionGateway` app.
|
42808
42992
|
# @return [Types::RSessionAppSettings]
|
42809
42993
|
#
|
42994
|
+
# @!attribute [rw] canvas_app_settings
|
42995
|
+
# The Canvas app settings.
|
42996
|
+
# @return [Types::CanvasAppSettings]
|
42997
|
+
#
|
42810
42998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserSettings AWS API Documentation
|
42811
42999
|
#
|
42812
43000
|
class UserSettings < Struct.new(
|
@@ -42817,7 +43005,8 @@ module Aws::SageMaker
|
|
42817
43005
|
:kernel_gateway_app_settings,
|
42818
43006
|
:tensor_board_app_settings,
|
42819
43007
|
:r_studio_server_pro_app_settings,
|
42820
|
-
:r_session_app_settings
|
43008
|
+
:r_session_app_settings,
|
43009
|
+
:canvas_app_settings)
|
42821
43010
|
SENSITIVE = []
|
42822
43011
|
include Aws::Structure
|
42823
43012
|
end
|
@@ -42929,6 +43118,50 @@ module Aws::SageMaker
|
|
42929
43118
|
include Aws::Structure
|
42930
43119
|
end
|
42931
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
|
+
|
42932
43165
|
# A single private workforce, which is automatically created when you
|
42933
43166
|
# create your first private work team. You can create one private work
|
42934
43167
|
# force in each Amazon Web Services Region. By default, any
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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.
|
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-
|
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
|