aws-sdk-sagemaker 1.132.0 → 1.135.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +102 -21
- data/lib/aws-sdk-sagemaker/client_api.rb +44 -2
- data/lib/aws-sdk-sagemaker/types.rb +450 -40
- 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: 4136b6c97919698248dfa7e3ed4938c8ad7600c176ba44667b7aedb7a9abfc15
|
4
|
+
data.tar.gz: 8bc48c09c1ecf72ef7659002832b4af27c83316972a01455501e63777d81b3a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ceac54d93fd676c53610dcef619bb31eb73b73bf7bfe65a216acc331bd3c65d2def6756aa136d2c3a66de6f34ed034fb4cd70e862759d61ed960076ef7383920
|
7
|
+
data.tar.gz: e598b17e7af68372dd4ad8be82915b78710374eba9e658c97b212c991f13f503321e081c02616ec56a74a18949c9e6f0d7a3dcf3f1c020a2908e5371128d513a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.135.0 (2022-08-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig
|
8
|
+
|
9
|
+
1.134.0 (2022-08-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity.
|
13
|
+
|
14
|
+
1.133.0 (2022-07-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Fixed an issue with cross account QueryLineage
|
18
|
+
|
4
19
|
1.132.0 (2022-07-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.135.0
|
@@ -1026,7 +1026,10 @@ module Aws::SageMaker
|
|
1026
1026
|
# A list of tags to apply to the AppImageConfig.
|
1027
1027
|
#
|
1028
1028
|
# @option params [Types::KernelGatewayImageConfig] :kernel_gateway_image_config
|
1029
|
-
# The KernelGatewayImageConfig.
|
1029
|
+
# The KernelGatewayImageConfig. You can only specify one image kernel in
|
1030
|
+
# the AppImageConfig API. This kernel will be shown to users before the
|
1031
|
+
# image starts. Once the image runs, all kernels are visible in
|
1032
|
+
# JupyterLab.
|
1030
1033
|
#
|
1031
1034
|
# @return [Types::CreateAppImageConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1032
1035
|
#
|
@@ -3125,7 +3128,7 @@ module Aws::SageMaker
|
|
3125
3128
|
# kms_key_id: "KmsKeyId",
|
3126
3129
|
# s3_output_path: "S3Uri", # required
|
3127
3130
|
# },
|
3128
|
-
# resource_config: {
|
3131
|
+
# resource_config: {
|
3129
3132
|
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3130
3133
|
# instance_count: 1,
|
3131
3134
|
# volume_size_in_gb: 1, # required
|
@@ -3152,6 +3155,20 @@ module Aws::SageMaker
|
|
3152
3155
|
# retry_strategy: {
|
3153
3156
|
# maximum_retry_attempts: 1, # required
|
3154
3157
|
# },
|
3158
|
+
# hyper_parameter_tuning_resource_config: {
|
3159
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3160
|
+
# instance_count: 1,
|
3161
|
+
# volume_size_in_gb: 1,
|
3162
|
+
# volume_kms_key_id: "KmsKeyId",
|
3163
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
3164
|
+
# instance_configs: [
|
3165
|
+
# {
|
3166
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3167
|
+
# instance_count: 1, # required
|
3168
|
+
# volume_size_in_gb: 1, # required
|
3169
|
+
# },
|
3170
|
+
# ],
|
3171
|
+
# },
|
3155
3172
|
# },
|
3156
3173
|
# training_job_definitions: [
|
3157
3174
|
# {
|
@@ -3234,7 +3251,7 @@ module Aws::SageMaker
|
|
3234
3251
|
# kms_key_id: "KmsKeyId",
|
3235
3252
|
# s3_output_path: "S3Uri", # required
|
3236
3253
|
# },
|
3237
|
-
# resource_config: {
|
3254
|
+
# resource_config: {
|
3238
3255
|
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3239
3256
|
# instance_count: 1,
|
3240
3257
|
# volume_size_in_gb: 1, # required
|
@@ -3261,6 +3278,20 @@ module Aws::SageMaker
|
|
3261
3278
|
# retry_strategy: {
|
3262
3279
|
# maximum_retry_attempts: 1, # required
|
3263
3280
|
# },
|
3281
|
+
# hyper_parameter_tuning_resource_config: {
|
3282
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3283
|
+
# instance_count: 1,
|
3284
|
+
# volume_size_in_gb: 1,
|
3285
|
+
# volume_kms_key_id: "KmsKeyId",
|
3286
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
3287
|
+
# instance_configs: [
|
3288
|
+
# {
|
3289
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
3290
|
+
# instance_count: 1, # required
|
3291
|
+
# volume_size_in_gb: 1, # required
|
3292
|
+
# },
|
3293
|
+
# ],
|
3294
|
+
# },
|
3264
3295
|
# },
|
3265
3296
|
# ],
|
3266
3297
|
# warm_start_config: {
|
@@ -3484,6 +3515,18 @@ module Aws::SageMaker
|
|
3484
3515
|
# },
|
3485
3516
|
# ],
|
3486
3517
|
# volume_kms_key_id: "KmsKeyId",
|
3518
|
+
# container_config: {
|
3519
|
+
# domain: "String",
|
3520
|
+
# task: "String",
|
3521
|
+
# framework: "String",
|
3522
|
+
# framework_version: "String",
|
3523
|
+
# payload_config: {
|
3524
|
+
# sample_payload_url: "String",
|
3525
|
+
# supported_content_types: ["String"],
|
3526
|
+
# },
|
3527
|
+
# nearest_model_name: "String",
|
3528
|
+
# supported_instance_types: ["String"],
|
3529
|
+
# },
|
3487
3530
|
# },
|
3488
3531
|
# job_description: "RecommendationJobDescription",
|
3489
3532
|
# stopping_conditions: {
|
@@ -5345,7 +5388,7 @@ module Aws::SageMaker
|
|
5345
5388
|
# This operation can only be called when the authentication mode equals
|
5346
5389
|
# IAM.
|
5347
5390
|
#
|
5348
|
-
# The IAM role or user
|
5391
|
+
# The IAM role or user passed to this API defines the permissions to
|
5349
5392
|
# access the app. Once the presigned URL is created, no additional
|
5350
5393
|
# permission is required to access this URL. IAM authorization policies
|
5351
5394
|
# for this API are also enforced for every HTTP request and WebSocket
|
@@ -6600,10 +6643,11 @@ module Aws::SageMaker
|
|
6600
6643
|
# a domain, and is the main way to reference a "person" for the
|
6601
6644
|
# purposes of sharing, reporting, and other user-oriented features. This
|
6602
6645
|
# entity is created when a user onboards to Amazon SageMaker Studio. If
|
6603
|
-
# an administrator invites a person by email or imports them from
|
6604
|
-
# user profile is automatically created. A user
|
6605
|
-
# holder of settings for an individual user and
|
6606
|
-
# user's private Amazon Elastic File System
|
6646
|
+
# an administrator invites a person by email or imports them from Amazon
|
6647
|
+
# Web Services SSO, a user profile is automatically created. A user
|
6648
|
+
# profile is the primary holder of settings for an individual user and
|
6649
|
+
# has a reference to the user's private Amazon Elastic File System
|
6650
|
+
# (EFS) home directory.
|
6607
6651
|
#
|
6608
6652
|
# @option params [required, String] :domain_id
|
6609
6653
|
# The ID of the associated Domain.
|
@@ -6614,14 +6658,16 @@ module Aws::SageMaker
|
|
6614
6658
|
# @option params [String] :single_sign_on_user_identifier
|
6615
6659
|
# A specifier for the type of value specified in SingleSignOnUserValue.
|
6616
6660
|
# Currently, the only supported value is "UserName". If the Domain's
|
6617
|
-
# AuthMode is SSO, this field is required. If the
|
6618
|
-
# not SSO, this field cannot
|
6661
|
+
# AuthMode is Amazon Web Services SSO, this field is required. If the
|
6662
|
+
# Domain's AuthMode is not Amazon Web Services SSO, this field cannot
|
6663
|
+
# be specified.
|
6619
6664
|
#
|
6620
6665
|
# @option params [String] :single_sign_on_user_value
|
6621
6666
|
# The username of the associated Amazon Web Services Single Sign-On User
|
6622
|
-
# for this UserProfile. If the Domain's AuthMode is
|
6623
|
-
# required, and must match a valid username of a user
|
6624
|
-
# If the Domain's AuthMode is not
|
6667
|
+
# for this UserProfile. If the Domain's AuthMode is Amazon Web Services
|
6668
|
+
# SSO, this field is required, and must match a valid username of a user
|
6669
|
+
# in your directory. If the Domain's AuthMode is not Amazon Web
|
6670
|
+
# Services SSO, this field cannot be specified.
|
6625
6671
|
#
|
6626
6672
|
# @option params [Array<Types::Tag>] :tags
|
6627
6673
|
# Each tag consists of a key and an optional value. Tag keys must be
|
@@ -7220,9 +7266,9 @@ module Aws::SageMaker
|
|
7220
7266
|
end
|
7221
7267
|
|
7222
7268
|
# Used to delete a domain. If you onboarded with IAM mode, you will need
|
7223
|
-
# to delete your domain to onboard again using
|
7224
|
-
# All of the members of the domain will lose access to
|
7225
|
-
# including data, notebooks, and other artifacts.
|
7269
|
+
# to delete your domain to onboard again using Amazon Web Services SSO.
|
7270
|
+
# Use with caution. All of the members of the domain will lose access to
|
7271
|
+
# their EFS volume, including data, notebooks, and other artifacts.
|
7226
7272
|
#
|
7227
7273
|
# @option params [required, String] :domain_id
|
7228
7274
|
# The domain ID.
|
@@ -9741,6 +9787,15 @@ module Aws::SageMaker
|
|
9741
9787
|
# resp.training_job_definition.checkpoint_config.s3_uri #=> String
|
9742
9788
|
# resp.training_job_definition.checkpoint_config.local_path #=> String
|
9743
9789
|
# resp.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
|
9790
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
9791
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
9792
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
9793
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
9794
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
9795
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
9796
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[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"
|
9797
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
9798
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
9744
9799
|
# resp.training_job_definitions #=> Array
|
9745
9800
|
# resp.training_job_definitions[0].definition_name #=> String
|
9746
9801
|
# resp.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
|
@@ -9808,6 +9863,15 @@ module Aws::SageMaker
|
|
9808
9863
|
# resp.training_job_definitions[0].checkpoint_config.s3_uri #=> String
|
9809
9864
|
# resp.training_job_definitions[0].checkpoint_config.local_path #=> String
|
9810
9865
|
# resp.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
|
9866
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
9867
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
9868
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
9869
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
9870
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
9871
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
9872
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[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"
|
9873
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
9874
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
9811
9875
|
# resp.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
|
9812
9876
|
# resp.creation_time #=> Time
|
9813
9877
|
# resp.hyper_parameter_tuning_end_time #=> Time
|
@@ -10028,6 +10092,16 @@ module Aws::SageMaker
|
|
10028
10092
|
# resp.input_config.endpoint_configurations[0].environment_parameter_ranges.categorical_parameter_ranges[0].value #=> Array
|
10029
10093
|
# resp.input_config.endpoint_configurations[0].environment_parameter_ranges.categorical_parameter_ranges[0].value[0] #=> String
|
10030
10094
|
# resp.input_config.volume_kms_key_id #=> String
|
10095
|
+
# resp.input_config.container_config.domain #=> String
|
10096
|
+
# resp.input_config.container_config.task #=> String
|
10097
|
+
# resp.input_config.container_config.framework #=> String
|
10098
|
+
# resp.input_config.container_config.framework_version #=> String
|
10099
|
+
# resp.input_config.container_config.payload_config.sample_payload_url #=> String
|
10100
|
+
# resp.input_config.container_config.payload_config.supported_content_types #=> Array
|
10101
|
+
# resp.input_config.container_config.payload_config.supported_content_types[0] #=> String
|
10102
|
+
# resp.input_config.container_config.nearest_model_name #=> String
|
10103
|
+
# resp.input_config.container_config.supported_instance_types #=> Array
|
10104
|
+
# resp.input_config.container_config.supported_instance_types[0] #=> String
|
10031
10105
|
# resp.stopping_conditions.max_invocations #=> Integer
|
10032
10106
|
# resp.stopping_conditions.model_latency_thresholds #=> Array
|
10033
10107
|
# resp.stopping_conditions.model_latency_thresholds[0].percentile #=> String
|
@@ -16743,7 +16817,7 @@ module Aws::SageMaker
|
|
16743
16817
|
#
|
16744
16818
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html
|
16745
16819
|
#
|
16746
|
-
# @option params [
|
16820
|
+
# @option params [Array<String>] :start_arns
|
16747
16821
|
# A list of resource Amazon Resource Name (ARN) that represent the
|
16748
16822
|
# starting point for your lineage query.
|
16749
16823
|
#
|
@@ -16802,7 +16876,7 @@ module Aws::SageMaker
|
|
16802
16876
|
# @example Request syntax with placeholder values
|
16803
16877
|
#
|
16804
16878
|
# resp = client.query_lineage({
|
16805
|
-
# start_arns: ["AssociationEntityArn"],
|
16879
|
+
# start_arns: ["AssociationEntityArn"],
|
16806
16880
|
# direction: "Both", # accepts Both, Ascendants, Descendants
|
16807
16881
|
# include_edges: false,
|
16808
16882
|
# filters: {
|
@@ -19066,7 +19140,10 @@ module Aws::SageMaker
|
|
19066
19140
|
# The name of the feature group that you're updating.
|
19067
19141
|
#
|
19068
19142
|
# @option params [Array<Types::FeatureDefinition>] :feature_additions
|
19069
|
-
#
|
19143
|
+
# Updates the feature group. Updating a feature group is an asynchronous
|
19144
|
+
# operation. When you get an HTTP 200 response, you've made a valid
|
19145
|
+
# request. It takes some time after you've made a valid request for
|
19146
|
+
# Feature Store to update the feature group.
|
19070
19147
|
#
|
19071
19148
|
# @return [Types::UpdateFeatureGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
19072
19149
|
#
|
@@ -19711,11 +19788,15 @@ module Aws::SageMaker
|
|
19711
19788
|
# An array of key-value pairs. You can use tags to categorize your
|
19712
19789
|
# Amazon Web Services resources in different ways, for example, by
|
19713
19790
|
# purpose, owner, or environment. For more information, see [Tagging
|
19714
|
-
# Amazon Web Services Resources][1].
|
19791
|
+
# Amazon Web Services Resources][1]. In addition, the project must have
|
19792
|
+
# tag update constraints set in order to include this parameter in the
|
19793
|
+
# request. For more information, see [Amazon Web Services Service
|
19794
|
+
# Catalog Tag Update Constraints][2].
|
19715
19795
|
#
|
19716
19796
|
#
|
19717
19797
|
#
|
19718
19798
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
19799
|
+
# [2]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html
|
19719
19800
|
#
|
19720
19801
|
# @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
19721
19802
|
#
|
@@ -20269,7 +20350,7 @@ module Aws::SageMaker
|
|
20269
20350
|
params: params,
|
20270
20351
|
config: config)
|
20271
20352
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
20272
|
-
context[:gem_version] = '1.
|
20353
|
+
context[:gem_version] = '1.135.0'
|
20273
20354
|
Seahorse::Client::Request.new(handlers, context)
|
20274
20355
|
end
|
20275
20356
|
|
@@ -740,6 +740,9 @@ module Aws::SageMaker
|
|
740
740
|
HyperParameterTrainingJobDefinitions = Shapes::ListShape.new(name: 'HyperParameterTrainingJobDefinitions')
|
741
741
|
HyperParameterTrainingJobSummaries = Shapes::ListShape.new(name: 'HyperParameterTrainingJobSummaries')
|
742
742
|
HyperParameterTrainingJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobSummary')
|
743
|
+
HyperParameterTuningAllocationStrategy = Shapes::StringShape.new(name: 'HyperParameterTuningAllocationStrategy')
|
744
|
+
HyperParameterTuningInstanceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningInstanceConfig')
|
745
|
+
HyperParameterTuningInstanceConfigs = Shapes::ListShape.new(name: 'HyperParameterTuningInstanceConfigs')
|
743
746
|
HyperParameterTuningJobArn = Shapes::StringShape.new(name: 'HyperParameterTuningJobArn')
|
744
747
|
HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
|
745
748
|
HyperParameterTuningJobName = Shapes::StringShape.new(name: 'HyperParameterTuningJobName')
|
@@ -753,6 +756,7 @@ module Aws::SageMaker
|
|
753
756
|
HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
|
754
757
|
HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
|
755
758
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
759
|
+
HyperParameterTuningResourceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningResourceConfig')
|
756
760
|
HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
|
757
761
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
758
762
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
@@ -1326,13 +1330,17 @@ module Aws::SageMaker
|
|
1326
1330
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
1327
1331
|
RecommendationJobArn = Shapes::StringShape.new(name: 'RecommendationJobArn')
|
1328
1332
|
RecommendationJobCompiledOutputConfig = Shapes::StructureShape.new(name: 'RecommendationJobCompiledOutputConfig')
|
1333
|
+
RecommendationJobContainerConfig = Shapes::StructureShape.new(name: 'RecommendationJobContainerConfig')
|
1329
1334
|
RecommendationJobDescription = Shapes::StringShape.new(name: 'RecommendationJobDescription')
|
1330
1335
|
RecommendationJobInputConfig = Shapes::StructureShape.new(name: 'RecommendationJobInputConfig')
|
1331
1336
|
RecommendationJobName = Shapes::StringShape.new(name: 'RecommendationJobName')
|
1332
1337
|
RecommendationJobOutputConfig = Shapes::StructureShape.new(name: 'RecommendationJobOutputConfig')
|
1338
|
+
RecommendationJobPayloadConfig = Shapes::StructureShape.new(name: 'RecommendationJobPayloadConfig')
|
1333
1339
|
RecommendationJobResourceLimit = Shapes::StructureShape.new(name: 'RecommendationJobResourceLimit')
|
1334
1340
|
RecommendationJobStatus = Shapes::StringShape.new(name: 'RecommendationJobStatus')
|
1335
1341
|
RecommendationJobStoppingConditions = Shapes::StructureShape.new(name: 'RecommendationJobStoppingConditions')
|
1342
|
+
RecommendationJobSupportedContentTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedContentTypes')
|
1343
|
+
RecommendationJobSupportedInstanceTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedInstanceTypes')
|
1336
1344
|
RecommendationJobType = Shapes::StringShape.new(name: 'RecommendationJobType')
|
1337
1345
|
RecommendationMetrics = Shapes::StructureShape.new(name: 'RecommendationMetrics')
|
1338
1346
|
RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
|
@@ -4468,13 +4476,14 @@ module Aws::SageMaker
|
|
4468
4476
|
HyperParameterTrainingJobDefinition.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
|
4469
4477
|
HyperParameterTrainingJobDefinition.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4470
4478
|
HyperParameterTrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
|
4471
|
-
HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig,
|
4479
|
+
HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
|
4472
4480
|
HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
4473
4481
|
HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
4474
4482
|
HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
4475
4483
|
HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
|
4476
4484
|
HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
4477
4485
|
HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
4486
|
+
HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
|
4478
4487
|
HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
|
4479
4488
|
|
4480
4489
|
HyperParameterTrainingJobDefinitions.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition)
|
@@ -4495,6 +4504,13 @@ module Aws::SageMaker
|
|
4495
4504
|
HyperParameterTrainingJobSummary.add_member(:objective_status, Shapes::ShapeRef.new(shape: ObjectiveStatus, location_name: "ObjectiveStatus"))
|
4496
4505
|
HyperParameterTrainingJobSummary.struct_class = Types::HyperParameterTrainingJobSummary
|
4497
4506
|
|
4507
|
+
HyperParameterTuningInstanceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
|
4508
|
+
HyperParameterTuningInstanceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
|
4509
|
+
HyperParameterTuningInstanceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
4510
|
+
HyperParameterTuningInstanceConfig.struct_class = Types::HyperParameterTuningInstanceConfig
|
4511
|
+
|
4512
|
+
HyperParameterTuningInstanceConfigs.member = Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfig)
|
4513
|
+
|
4498
4514
|
HyperParameterTuningJobConfig.add_member(:strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStrategyType, required: true, location_name: "Strategy"))
|
4499
4515
|
HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, location_name: "HyperParameterTuningJobObjective"))
|
4500
4516
|
HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
|
@@ -4527,6 +4543,14 @@ module Aws::SageMaker
|
|
4527
4543
|
HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
|
4528
4544
|
HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
|
4529
4545
|
|
4546
|
+
HyperParameterTuningResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
|
4547
|
+
HyperParameterTuningResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
|
4548
|
+
HyperParameterTuningResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
4549
|
+
HyperParameterTuningResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
4550
|
+
HyperParameterTuningResourceConfig.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningAllocationStrategy, location_name: "AllocationStrategy"))
|
4551
|
+
HyperParameterTuningResourceConfig.add_member(:instance_configs, Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfigs, location_name: "InstanceConfigs"))
|
4552
|
+
HyperParameterTuningResourceConfig.struct_class = Types::HyperParameterTuningResourceConfig
|
4553
|
+
|
4530
4554
|
HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
|
4531
4555
|
HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
|
4532
4556
|
|
@@ -6437,7 +6461,7 @@ module Aws::SageMaker
|
|
6437
6461
|
QueryFilters.add_member(:properties, Shapes::ShapeRef.new(shape: QueryProperties, location_name: "Properties"))
|
6438
6462
|
QueryFilters.struct_class = Types::QueryFilters
|
6439
6463
|
|
6440
|
-
QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns,
|
6464
|
+
QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, location_name: "StartArns"))
|
6441
6465
|
QueryLineageRequest.add_member(:direction, Shapes::ShapeRef.new(shape: Direction, location_name: "Direction"))
|
6442
6466
|
QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges"))
|
6443
6467
|
QueryLineageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "Filters"))
|
@@ -6483,18 +6507,32 @@ module Aws::SageMaker
|
|
6483
6507
|
RecommendationJobCompiledOutputConfig.add_member(:s3_output_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputUri"))
|
6484
6508
|
RecommendationJobCompiledOutputConfig.struct_class = Types::RecommendationJobCompiledOutputConfig
|
6485
6509
|
|
6510
|
+
RecommendationJobContainerConfig.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
6511
|
+
RecommendationJobContainerConfig.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
|
6512
|
+
RecommendationJobContainerConfig.add_member(:framework, Shapes::ShapeRef.new(shape: String, location_name: "Framework"))
|
6513
|
+
RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: String, location_name: "FrameworkVersion"))
|
6514
|
+
RecommendationJobContainerConfig.add_member(:payload_config, Shapes::ShapeRef.new(shape: RecommendationJobPayloadConfig, location_name: "PayloadConfig"))
|
6515
|
+
RecommendationJobContainerConfig.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
|
6516
|
+
RecommendationJobContainerConfig.add_member(:supported_instance_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedInstanceTypes, location_name: "SupportedInstanceTypes"))
|
6517
|
+
RecommendationJobContainerConfig.struct_class = Types::RecommendationJobContainerConfig
|
6518
|
+
|
6486
6519
|
RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageVersionArn"))
|
6487
6520
|
RecommendationJobInputConfig.add_member(:job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDurationInSeconds, location_name: "JobDurationInSeconds"))
|
6488
6521
|
RecommendationJobInputConfig.add_member(:traffic_pattern, Shapes::ShapeRef.new(shape: TrafficPattern, location_name: "TrafficPattern"))
|
6489
6522
|
RecommendationJobInputConfig.add_member(:resource_limit, Shapes::ShapeRef.new(shape: RecommendationJobResourceLimit, location_name: "ResourceLimit"))
|
6490
6523
|
RecommendationJobInputConfig.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointInputConfigurations, location_name: "EndpointConfigurations"))
|
6491
6524
|
RecommendationJobInputConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
6525
|
+
RecommendationJobInputConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: RecommendationJobContainerConfig, location_name: "ContainerConfig"))
|
6492
6526
|
RecommendationJobInputConfig.struct_class = Types::RecommendationJobInputConfig
|
6493
6527
|
|
6494
6528
|
RecommendationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
6495
6529
|
RecommendationJobOutputConfig.add_member(:compiled_output_config, Shapes::ShapeRef.new(shape: RecommendationJobCompiledOutputConfig, location_name: "CompiledOutputConfig"))
|
6496
6530
|
RecommendationJobOutputConfig.struct_class = Types::RecommendationJobOutputConfig
|
6497
6531
|
|
6532
|
+
RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
|
6533
|
+
RecommendationJobPayloadConfig.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentTypes, location_name: "SupportedContentTypes"))
|
6534
|
+
RecommendationJobPayloadConfig.struct_class = Types::RecommendationJobPayloadConfig
|
6535
|
+
|
6498
6536
|
RecommendationJobResourceLimit.add_member(:max_number_of_tests, Shapes::ShapeRef.new(shape: MaxNumberOfTests, location_name: "MaxNumberOfTests"))
|
6499
6537
|
RecommendationJobResourceLimit.add_member(:max_parallel_of_tests, Shapes::ShapeRef.new(shape: MaxParallelOfTests, location_name: "MaxParallelOfTests"))
|
6500
6538
|
RecommendationJobResourceLimit.struct_class = Types::RecommendationJobResourceLimit
|
@@ -6503,6 +6541,10 @@ module Aws::SageMaker
|
|
6503
6541
|
RecommendationJobStoppingConditions.add_member(:model_latency_thresholds, Shapes::ShapeRef.new(shape: ModelLatencyThresholds, location_name: "ModelLatencyThresholds"))
|
6504
6542
|
RecommendationJobStoppingConditions.struct_class = Types::RecommendationJobStoppingConditions
|
6505
6543
|
|
6544
|
+
RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: String)
|
6545
|
+
|
6546
|
+
RecommendationJobSupportedInstanceTypes.member = Shapes::ShapeRef.new(shape: String)
|
6547
|
+
|
6506
6548
|
RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "CostPerHour"))
|
6507
6549
|
RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "CostPerInference"))
|
6508
6550
|
RecommendationMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxInvocations"))
|
@@ -2287,9 +2287,9 @@ module Aws::SageMaker
|
|
2287
2287
|
# @return [Integer]
|
2288
2288
|
#
|
2289
2289
|
# @!attribute [rw] max_runtime_per_training_job_in_seconds
|
2290
|
-
# The maximum time, in seconds, that each training job
|
2291
|
-
# run as part of a hyperparameter
|
2292
|
-
# see the used by the action.
|
2290
|
+
# The maximum time, in seconds, that each training job executed inside
|
2291
|
+
# hyperparameter tuning is allowed to run as part of a hyperparameter
|
2292
|
+
# tuning job. For more information, see the used by the action.
|
2293
2293
|
# @return [Integer]
|
2294
2294
|
#
|
2295
2295
|
# @!attribute [rw] max_auto_ml_job_runtime_in_seconds
|
@@ -4350,7 +4350,10 @@ module Aws::SageMaker
|
|
4350
4350
|
# @return [Array<Types::Tag>]
|
4351
4351
|
#
|
4352
4352
|
# @!attribute [rw] kernel_gateway_image_config
|
4353
|
-
# The KernelGatewayImageConfig.
|
4353
|
+
# The KernelGatewayImageConfig. You can only specify one image kernel
|
4354
|
+
# in the AppImageConfig API. This kernel will be shown to users before
|
4355
|
+
# the image starts. Once the image runs, all kernels are visible in
|
4356
|
+
# JupyterLab.
|
4354
4357
|
# @return [Types::KernelGatewayImageConfig]
|
4355
4358
|
#
|
4356
4359
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfigRequest AWS API Documentation
|
@@ -6372,7 +6375,7 @@ module Aws::SageMaker
|
|
6372
6375
|
# kms_key_id: "KmsKeyId",
|
6373
6376
|
# s3_output_path: "S3Uri", # required
|
6374
6377
|
# },
|
6375
|
-
# resource_config: {
|
6378
|
+
# resource_config: {
|
6376
6379
|
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6377
6380
|
# instance_count: 1,
|
6378
6381
|
# volume_size_in_gb: 1, # required
|
@@ -6399,6 +6402,20 @@ module Aws::SageMaker
|
|
6399
6402
|
# retry_strategy: {
|
6400
6403
|
# maximum_retry_attempts: 1, # required
|
6401
6404
|
# },
|
6405
|
+
# hyper_parameter_tuning_resource_config: {
|
6406
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6407
|
+
# instance_count: 1,
|
6408
|
+
# volume_size_in_gb: 1,
|
6409
|
+
# volume_kms_key_id: "KmsKeyId",
|
6410
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
6411
|
+
# instance_configs: [
|
6412
|
+
# {
|
6413
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6414
|
+
# instance_count: 1, # required
|
6415
|
+
# volume_size_in_gb: 1, # required
|
6416
|
+
# },
|
6417
|
+
# ],
|
6418
|
+
# },
|
6402
6419
|
# },
|
6403
6420
|
# training_job_definitions: [
|
6404
6421
|
# {
|
@@ -6481,7 +6498,7 @@ module Aws::SageMaker
|
|
6481
6498
|
# kms_key_id: "KmsKeyId",
|
6482
6499
|
# s3_output_path: "S3Uri", # required
|
6483
6500
|
# },
|
6484
|
-
# resource_config: {
|
6501
|
+
# resource_config: {
|
6485
6502
|
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6486
6503
|
# instance_count: 1,
|
6487
6504
|
# volume_size_in_gb: 1, # required
|
@@ -6508,6 +6525,20 @@ module Aws::SageMaker
|
|
6508
6525
|
# retry_strategy: {
|
6509
6526
|
# maximum_retry_attempts: 1, # required
|
6510
6527
|
# },
|
6528
|
+
# hyper_parameter_tuning_resource_config: {
|
6529
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6530
|
+
# instance_count: 1,
|
6531
|
+
# volume_size_in_gb: 1,
|
6532
|
+
# volume_kms_key_id: "KmsKeyId",
|
6533
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
6534
|
+
# instance_configs: [
|
6535
|
+
# {
|
6536
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6537
|
+
# instance_count: 1, # required
|
6538
|
+
# volume_size_in_gb: 1, # required
|
6539
|
+
# },
|
6540
|
+
# ],
|
6541
|
+
# },
|
6511
6542
|
# },
|
6512
6543
|
# ],
|
6513
6544
|
# warm_start_config: {
|
@@ -6776,6 +6807,18 @@ module Aws::SageMaker
|
|
6776
6807
|
# },
|
6777
6808
|
# ],
|
6778
6809
|
# volume_kms_key_id: "KmsKeyId",
|
6810
|
+
# container_config: {
|
6811
|
+
# domain: "String",
|
6812
|
+
# task: "String",
|
6813
|
+
# framework: "String",
|
6814
|
+
# framework_version: "String",
|
6815
|
+
# payload_config: {
|
6816
|
+
# sample_payload_url: "String",
|
6817
|
+
# supported_content_types: ["String"],
|
6818
|
+
# },
|
6819
|
+
# nearest_model_name: "String",
|
6820
|
+
# supported_instance_types: ["String"],
|
6821
|
+
# },
|
6779
6822
|
# },
|
6780
6823
|
# job_description: "RecommendationJobDescription",
|
6781
6824
|
# stopping_conditions: {
|
@@ -10081,17 +10124,17 @@ module Aws::SageMaker
|
|
10081
10124
|
# @!attribute [rw] single_sign_on_user_identifier
|
10082
10125
|
# A specifier for the type of value specified in
|
10083
10126
|
# SingleSignOnUserValue. Currently, the only supported value is
|
10084
|
-
# "UserName". If the Domain's AuthMode is
|
10085
|
-
# required. If the Domain's AuthMode is not
|
10086
|
-
# specified.
|
10127
|
+
# "UserName". If the Domain's AuthMode is Amazon Web Services SSO,
|
10128
|
+
# this field is required. If the Domain's AuthMode is not Amazon Web
|
10129
|
+
# Services SSO, this field cannot be specified.
|
10087
10130
|
# @return [String]
|
10088
10131
|
#
|
10089
10132
|
# @!attribute [rw] single_sign_on_user_value
|
10090
10133
|
# The username of the associated Amazon Web Services Single Sign-On
|
10091
|
-
# User for this UserProfile. If the Domain's AuthMode is
|
10092
|
-
# field is required, and must match a valid
|
10093
|
-
# directory. If the Domain's AuthMode is
|
10094
|
-
# be specified.
|
10134
|
+
# User for this UserProfile. If the Domain's AuthMode is Amazon Web
|
10135
|
+
# Services SSO, this field is required, and must match a valid
|
10136
|
+
# username of a user in your directory. If the Domain's AuthMode is
|
10137
|
+
# not Amazon Web Services SSO, this field cannot be specified.
|
10095
10138
|
# @return [String]
|
10096
10139
|
#
|
10097
10140
|
# @!attribute [rw] tags
|
@@ -13340,7 +13383,7 @@ module Aws::SageMaker
|
|
13340
13383
|
# @return [String]
|
13341
13384
|
#
|
13342
13385
|
# @!attribute [rw] single_sign_on_managed_application_instance_id
|
13343
|
-
# The SSO managed application instance ID.
|
13386
|
+
# The Amazon Web Services SSO managed application instance ID.
|
13344
13387
|
# @return [String]
|
13345
13388
|
#
|
13346
13389
|
# @!attribute [rw] status
|
@@ -17142,11 +17185,11 @@ module Aws::SageMaker
|
|
17142
17185
|
# @return [String]
|
17143
17186
|
#
|
17144
17187
|
# @!attribute [rw] single_sign_on_user_identifier
|
17145
|
-
# The SSO user identifier.
|
17188
|
+
# The Amazon Web Services SSO user identifier.
|
17146
17189
|
# @return [String]
|
17147
17190
|
#
|
17148
17191
|
# @!attribute [rw] single_sign_on_user_value
|
17149
|
-
# The SSO user value.
|
17192
|
+
# The Amazon Web Services SSO user value.
|
17150
17193
|
# @return [String]
|
17151
17194
|
#
|
17152
17195
|
# @!attribute [rw] user_settings
|
@@ -21383,7 +21426,7 @@ module Aws::SageMaker
|
|
21383
21426
|
# kms_key_id: "KmsKeyId",
|
21384
21427
|
# s3_output_path: "S3Uri", # required
|
21385
21428
|
# },
|
21386
|
-
# resource_config: {
|
21429
|
+
# resource_config: {
|
21387
21430
|
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
21388
21431
|
# instance_count: 1,
|
21389
21432
|
# volume_size_in_gb: 1, # required
|
@@ -21410,6 +21453,20 @@ module Aws::SageMaker
|
|
21410
21453
|
# retry_strategy: {
|
21411
21454
|
# maximum_retry_attempts: 1, # required
|
21412
21455
|
# },
|
21456
|
+
# hyper_parameter_tuning_resource_config: {
|
21457
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
21458
|
+
# instance_count: 1,
|
21459
|
+
# volume_size_in_gb: 1,
|
21460
|
+
# volume_kms_key_id: "KmsKeyId",
|
21461
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
21462
|
+
# instance_configs: [
|
21463
|
+
# {
|
21464
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
21465
|
+
# instance_count: 1, # required
|
21466
|
+
# volume_size_in_gb: 1, # required
|
21467
|
+
# },
|
21468
|
+
# ],
|
21469
|
+
# },
|
21413
21470
|
# }
|
21414
21471
|
#
|
21415
21472
|
# @!attribute [rw] definition_name
|
@@ -21489,6 +21546,11 @@ module Aws::SageMaker
|
|
21489
21546
|
# training data, choose `File` as the `TrainingInputMode` in the
|
21490
21547
|
# algorithm specification. For distributed training algorithms,
|
21491
21548
|
# specify an instance count greater than 1.
|
21549
|
+
#
|
21550
|
+
# <note markdown="1"> If you want to use hyperparameter optimization with instance type
|
21551
|
+
# flexibility, use `HyperParameterTuningResourceConfig` instead.
|
21552
|
+
#
|
21553
|
+
# </note>
|
21492
21554
|
# @return [Types::ResourceConfig]
|
21493
21555
|
#
|
21494
21556
|
# @!attribute [rw] stopping_condition
|
@@ -21531,6 +21593,15 @@ module Aws::SageMaker
|
|
21531
21593
|
# `InternalServerError`.
|
21532
21594
|
# @return [Types::RetryStrategy]
|
21533
21595
|
#
|
21596
|
+
# @!attribute [rw] hyper_parameter_tuning_resource_config
|
21597
|
+
# The configuration for the hyperparameter tuning resources, including
|
21598
|
+
# the compute instances and storage volumes, used for training jobs
|
21599
|
+
# launched by the tuning job. By default, storage volumes hold model
|
21600
|
+
# artifacts and incremental states. Choose `File` for
|
21601
|
+
# `TrainingInputMode` in the `AlgorithmSpecification` parameter to
|
21602
|
+
# additionally store training data in the storage volume (optional).
|
21603
|
+
# @return [Types::HyperParameterTuningResourceConfig]
|
21604
|
+
#
|
21534
21605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTrainingJobDefinition AWS API Documentation
|
21535
21606
|
#
|
21536
21607
|
class HyperParameterTrainingJobDefinition < Struct.new(
|
@@ -21549,7 +21620,8 @@ module Aws::SageMaker
|
|
21549
21620
|
:enable_inter_container_traffic_encryption,
|
21550
21621
|
:enable_managed_spot_training,
|
21551
21622
|
:checkpoint_config,
|
21552
|
-
:retry_strategy
|
21623
|
+
:retry_strategy,
|
21624
|
+
:hyper_parameter_tuning_resource_config)
|
21553
21625
|
SENSITIVE = []
|
21554
21626
|
include Aws::Structure
|
21555
21627
|
end
|
@@ -21650,6 +21722,60 @@ module Aws::SageMaker
|
|
21650
21722
|
include Aws::Structure
|
21651
21723
|
end
|
21652
21724
|
|
21725
|
+
# The configuration for hyperparameter tuning resources for use in
|
21726
|
+
# training jobs launched by the tuning job. These resources include
|
21727
|
+
# compute instances and storage volumes. Specify one or more compute
|
21728
|
+
# instance configurations and allocation strategies to select resources
|
21729
|
+
# (optional).
|
21730
|
+
#
|
21731
|
+
# @note When making an API call, you may pass HyperParameterTuningInstanceConfig
|
21732
|
+
# data as a hash:
|
21733
|
+
#
|
21734
|
+
# {
|
21735
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
21736
|
+
# instance_count: 1, # required
|
21737
|
+
# volume_size_in_gb: 1, # required
|
21738
|
+
# }
|
21739
|
+
#
|
21740
|
+
# @!attribute [rw] instance_type
|
21741
|
+
# The instance type used for processing of hyperparameter optimization
|
21742
|
+
# jobs. Choose from general purpose (no GPUs) instance types:
|
21743
|
+
# ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized
|
21744
|
+
# (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more
|
21745
|
+
# information about instance types, see [instance type
|
21746
|
+
# descriptions][1].
|
21747
|
+
#
|
21748
|
+
#
|
21749
|
+
#
|
21750
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html
|
21751
|
+
# @return [String]
|
21752
|
+
#
|
21753
|
+
# @!attribute [rw] instance_count
|
21754
|
+
# The number of instances of the type specified by `InstanceType`.
|
21755
|
+
# Choose an instance count larger than 1 for distributed training
|
21756
|
+
# algorithms. See [SageMaker distributed training jobs][1] for more
|
21757
|
+
# information.
|
21758
|
+
#
|
21759
|
+
#
|
21760
|
+
#
|
21761
|
+
# [1]: https://docs.aws.amazon.com/data-parallel-use-api.html
|
21762
|
+
# @return [Integer]
|
21763
|
+
#
|
21764
|
+
# @!attribute [rw] volume_size_in_gb
|
21765
|
+
# The volume size in GB of the data to be processed for hyperparameter
|
21766
|
+
# optimization (optional).
|
21767
|
+
# @return [Integer]
|
21768
|
+
#
|
21769
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningInstanceConfig AWS API Documentation
|
21770
|
+
#
|
21771
|
+
class HyperParameterTuningInstanceConfig < Struct.new(
|
21772
|
+
:instance_type,
|
21773
|
+
:instance_count,
|
21774
|
+
:volume_size_in_gb)
|
21775
|
+
SENSITIVE = []
|
21776
|
+
include Aws::Structure
|
21777
|
+
end
|
21778
|
+
|
21653
21779
|
# Configures a hyperparameter tuning job.
|
21654
21780
|
#
|
21655
21781
|
# @note When making an API call, you may pass HyperParameterTuningJobConfig
|
@@ -21943,6 +22069,140 @@ module Aws::SageMaker
|
|
21943
22069
|
include Aws::Structure
|
21944
22070
|
end
|
21945
22071
|
|
22072
|
+
# The configuration of resources, including compute instances and
|
22073
|
+
# storage volumes for use in training jobs launched by hyperparameter
|
22074
|
+
# tuning jobs. Specify one or more instance type and count and the
|
22075
|
+
# allocation strategy for instance selection.
|
22076
|
+
#
|
22077
|
+
# <note markdown="1"> `HyperParameterTuningResourceConfig` supports all of the capabilities
|
22078
|
+
# of ResourceConfig with added functionality for flexible instance
|
22079
|
+
# management.
|
22080
|
+
#
|
22081
|
+
# </note>
|
22082
|
+
#
|
22083
|
+
# @note When making an API call, you may pass HyperParameterTuningResourceConfig
|
22084
|
+
# data as a hash:
|
22085
|
+
#
|
22086
|
+
# {
|
22087
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
22088
|
+
# instance_count: 1,
|
22089
|
+
# volume_size_in_gb: 1,
|
22090
|
+
# volume_kms_key_id: "KmsKeyId",
|
22091
|
+
# allocation_strategy: "Prioritized", # accepts Prioritized
|
22092
|
+
# instance_configs: [
|
22093
|
+
# {
|
22094
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
22095
|
+
# instance_count: 1, # required
|
22096
|
+
# volume_size_in_gb: 1, # required
|
22097
|
+
# },
|
22098
|
+
# ],
|
22099
|
+
# }
|
22100
|
+
#
|
22101
|
+
# @!attribute [rw] instance_type
|
22102
|
+
# The instance type used to run hyperparameter optimization tuning
|
22103
|
+
# jobs. See [ descriptions of instance types][1] for more information.
|
22104
|
+
#
|
22105
|
+
#
|
22106
|
+
#
|
22107
|
+
# [1]: https://docs.aws.amazon.com/notebooks-available-instance-types.html
|
22108
|
+
# @return [String]
|
22109
|
+
#
|
22110
|
+
# @!attribute [rw] instance_count
|
22111
|
+
# The number of compute instances of type `InstanceType` to use. For
|
22112
|
+
# [distributed training][1], select a value greater than 1.
|
22113
|
+
#
|
22114
|
+
#
|
22115
|
+
#
|
22116
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html
|
22117
|
+
# @return [Integer]
|
22118
|
+
#
|
22119
|
+
# @!attribute [rw] volume_size_in_gb
|
22120
|
+
# The volume size in GB for the storage volume to be used in
|
22121
|
+
# processing hyperparameter optimization jobs (optional). These
|
22122
|
+
# volumes store model artifacts, incremental states and optionally,
|
22123
|
+
# scratch space for training algorithms. Do not provide a value for
|
22124
|
+
# this parameter if a value for `InstanceConfigs` is also specified.
|
22125
|
+
#
|
22126
|
+
# Some instance types have a fixed total local storage size. If you
|
22127
|
+
# select one of these instances for training, `VolumeSizeInGB` cannot
|
22128
|
+
# be greater than this total size. For a list of instance types with
|
22129
|
+
# local instance storage and their sizes, see [instance store
|
22130
|
+
# volumes][1].
|
22131
|
+
#
|
22132
|
+
# <note markdown="1"> SageMaker supports only the [General Purpose SSD (gp2)][2] storage
|
22133
|
+
# volume type.
|
22134
|
+
#
|
22135
|
+
# </note>
|
22136
|
+
#
|
22137
|
+
#
|
22138
|
+
#
|
22139
|
+
# [1]: http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/
|
22140
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html
|
22141
|
+
# @return [Integer]
|
22142
|
+
#
|
22143
|
+
# @!attribute [rw] volume_kms_key_id
|
22144
|
+
# A key used by Amazon Web Services Key Management Service to encrypt
|
22145
|
+
# data on the storage volume attached to the compute instances used to
|
22146
|
+
# run the training job. You can use either of the following formats to
|
22147
|
+
# specify a key.
|
22148
|
+
#
|
22149
|
+
# KMS Key ID:
|
22150
|
+
#
|
22151
|
+
# `"1234abcd-12ab-34cd-56ef-1234567890ab"`
|
22152
|
+
#
|
22153
|
+
# Amazon Resource Name (ARN) of a KMS key:
|
22154
|
+
#
|
22155
|
+
# `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
|
22156
|
+
#
|
22157
|
+
# Some instances use local storage, which use a [hardware module to
|
22158
|
+
# encrypt][1] storage volumes. If you choose one of these instance
|
22159
|
+
# types, you cannot request a `VolumeKmsKeyId`. For a list of instance
|
22160
|
+
# types that use local storage, see [instance store volumes][2]. For
|
22161
|
+
# more information about Amazon Web Services Key Management Service,
|
22162
|
+
# see [KMS encryption][3] for more information.
|
22163
|
+
#
|
22164
|
+
#
|
22165
|
+
#
|
22166
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
22167
|
+
# [2]: http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/
|
22168
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-kms-permissions.html
|
22169
|
+
# @return [String]
|
22170
|
+
#
|
22171
|
+
# @!attribute [rw] allocation_strategy
|
22172
|
+
# The strategy that determines the order of preference for resources
|
22173
|
+
# specified in `InstanceConfigs` used in hyperparameter optimization.
|
22174
|
+
# @return [String]
|
22175
|
+
#
|
22176
|
+
# @!attribute [rw] instance_configs
|
22177
|
+
# A list containing the configuration(s) for one or more resources for
|
22178
|
+
# processing hyperparameter jobs. These resources include compute
|
22179
|
+
# instances and storage volumes to use in model training jobs launched
|
22180
|
+
# by hyperparameter tuning jobs. The `AllocationStrategy` controls the
|
22181
|
+
# order in which multiple configurations provided in `InstanceConfigs`
|
22182
|
+
# are used.
|
22183
|
+
#
|
22184
|
+
# <note markdown="1"> If you only want to use a single instance configuration inside the
|
22185
|
+
# `HyperParameterTuningResourceConfig` API, do not provide a value for
|
22186
|
+
# `InstanceConfigs`. Instead, use `InstanceType`, `VolumeSizeInGB` and
|
22187
|
+
# `InstanceCount`. If you use `InstanceConfigs`, do not provide values
|
22188
|
+
# for `InstanceType`, `VolumeSizeInGB` or `InstanceCount`.
|
22189
|
+
#
|
22190
|
+
# </note>
|
22191
|
+
# @return [Array<Types::HyperParameterTuningInstanceConfig>]
|
22192
|
+
#
|
22193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningResourceConfig AWS API Documentation
|
22194
|
+
#
|
22195
|
+
class HyperParameterTuningResourceConfig < Struct.new(
|
22196
|
+
:instance_type,
|
22197
|
+
:instance_count,
|
22198
|
+
:volume_size_in_gb,
|
22199
|
+
:volume_kms_key_id,
|
22200
|
+
:allocation_strategy,
|
22201
|
+
:instance_configs)
|
22202
|
+
SENSITIVE = []
|
22203
|
+
include Aws::Structure
|
22204
|
+
end
|
22205
|
+
|
21946
22206
|
# A SageMaker image. A SageMaker image represents a set of container
|
21947
22207
|
# images that are derived from a common base container image. Each of
|
21948
22208
|
# these container images is represented by a SageMaker `ImageVersion`.
|
@@ -34717,7 +34977,7 @@ module Aws::SageMaker
|
|
34717
34977
|
# data as a hash:
|
34718
34978
|
#
|
34719
34979
|
# {
|
34720
|
-
# start_arns: ["AssociationEntityArn"],
|
34980
|
+
# start_arns: ["AssociationEntityArn"],
|
34721
34981
|
# direction: "Both", # accepts Both, Ascendants, Descendants
|
34722
34982
|
# include_edges: false,
|
34723
34983
|
# filters: {
|
@@ -35007,6 +35267,94 @@ module Aws::SageMaker
|
|
35007
35267
|
include Aws::Structure
|
35008
35268
|
end
|
35009
35269
|
|
35270
|
+
# Specifies mandatory fields for running an Inference Recommender job
|
35271
|
+
# directly in the [CreateInferenceRecommendationsJob][1] API. The fields
|
35272
|
+
# specified in `ContainerConfig` override the corresponding fields in
|
35273
|
+
# the model package. Use `ContainerConfig` if you want to specify these
|
35274
|
+
# fields for the recommendation job but don't want to edit them in your
|
35275
|
+
# model package.
|
35276
|
+
#
|
35277
|
+
#
|
35278
|
+
#
|
35279
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html
|
35280
|
+
#
|
35281
|
+
# @note When making an API call, you may pass RecommendationJobContainerConfig
|
35282
|
+
# data as a hash:
|
35283
|
+
#
|
35284
|
+
# {
|
35285
|
+
# domain: "String",
|
35286
|
+
# task: "String",
|
35287
|
+
# framework: "String",
|
35288
|
+
# framework_version: "String",
|
35289
|
+
# payload_config: {
|
35290
|
+
# sample_payload_url: "String",
|
35291
|
+
# supported_content_types: ["String"],
|
35292
|
+
# },
|
35293
|
+
# nearest_model_name: "String",
|
35294
|
+
# supported_instance_types: ["String"],
|
35295
|
+
# }
|
35296
|
+
#
|
35297
|
+
# @!attribute [rw] domain
|
35298
|
+
# The machine learning domain of the model and its components.
|
35299
|
+
#
|
35300
|
+
# Valid Values: `COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING |
|
35301
|
+
# MACHINE_LEARNING`
|
35302
|
+
# @return [String]
|
35303
|
+
#
|
35304
|
+
# @!attribute [rw] task
|
35305
|
+
# The machine learning task that the model accomplishes.
|
35306
|
+
#
|
35307
|
+
# Valid Values: `IMAGE_CLASSIFICATION | OBJECT_DETECTION |
|
35308
|
+
# TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION |
|
35309
|
+
# REGRESSION | OTHER`
|
35310
|
+
# @return [String]
|
35311
|
+
#
|
35312
|
+
# @!attribute [rw] framework
|
35313
|
+
# The machine learning framework of the container image.
|
35314
|
+
#
|
35315
|
+
# Valid Values: `TENSORFLOW | PYTORCH | XGBOOST |
|
35316
|
+
# SAGEMAKER-SCIKIT-LEARN`
|
35317
|
+
# @return [String]
|
35318
|
+
#
|
35319
|
+
# @!attribute [rw] framework_version
|
35320
|
+
# The framework version of the container image.
|
35321
|
+
# @return [String]
|
35322
|
+
#
|
35323
|
+
# @!attribute [rw] payload_config
|
35324
|
+
# Specifies the `SamplePayloadUrl` and all other sample
|
35325
|
+
# payload-related fields.
|
35326
|
+
# @return [Types::RecommendationJobPayloadConfig]
|
35327
|
+
#
|
35328
|
+
# @!attribute [rw] nearest_model_name
|
35329
|
+
# The name of a pre-trained machine learning model benchmarked by
|
35330
|
+
# Amazon SageMaker Inference Recommender that matches your model.
|
35331
|
+
#
|
35332
|
+
# Valid Values: `efficientnetb7 | unet | xgboost |
|
35333
|
+
# faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 |
|
35334
|
+
# mask-rcnn | sagemaker-scikit-learn | densenet201-gluon |
|
35335
|
+
# resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 |
|
35336
|
+
# bert-base-cased | xceptionV1-keras | resnet50 | retinanet`
|
35337
|
+
# @return [String]
|
35338
|
+
#
|
35339
|
+
# @!attribute [rw] supported_instance_types
|
35340
|
+
# A list of the instance types that are used to generate inferences in
|
35341
|
+
# real-time.
|
35342
|
+
# @return [Array<String>]
|
35343
|
+
#
|
35344
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobContainerConfig AWS API Documentation
|
35345
|
+
#
|
35346
|
+
class RecommendationJobContainerConfig < Struct.new(
|
35347
|
+
:domain,
|
35348
|
+
:task,
|
35349
|
+
:framework,
|
35350
|
+
:framework_version,
|
35351
|
+
:payload_config,
|
35352
|
+
:nearest_model_name,
|
35353
|
+
:supported_instance_types)
|
35354
|
+
SENSITIVE = []
|
35355
|
+
include Aws::Structure
|
35356
|
+
end
|
35357
|
+
|
35010
35358
|
# The input configuration of the recommendation job.
|
35011
35359
|
#
|
35012
35360
|
# @note When making an API call, you may pass RecommendationJobInputConfig
|
@@ -35044,6 +35392,18 @@ module Aws::SageMaker
|
|
35044
35392
|
# },
|
35045
35393
|
# ],
|
35046
35394
|
# volume_kms_key_id: "KmsKeyId",
|
35395
|
+
# container_config: {
|
35396
|
+
# domain: "String",
|
35397
|
+
# task: "String",
|
35398
|
+
# framework: "String",
|
35399
|
+
# framework_version: "String",
|
35400
|
+
# payload_config: {
|
35401
|
+
# sample_payload_url: "String",
|
35402
|
+
# supported_content_types: ["String"],
|
35403
|
+
# },
|
35404
|
+
# nearest_model_name: "String",
|
35405
|
+
# supported_instance_types: ["String"],
|
35406
|
+
# },
|
35047
35407
|
# }
|
35048
35408
|
#
|
35049
35409
|
# @!attribute [rw] model_package_version_arn
|
@@ -35106,6 +35466,12 @@ module Aws::SageMaker
|
|
35106
35466
|
# [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id
|
35107
35467
|
# @return [String]
|
35108
35468
|
#
|
35469
|
+
# @!attribute [rw] container_config
|
35470
|
+
# Specifies mandatory fields for running an Inference Recommender job.
|
35471
|
+
# The fields specified in `ContainerConfig` override the corresponding
|
35472
|
+
# fields in the model package.
|
35473
|
+
# @return [Types::RecommendationJobContainerConfig]
|
35474
|
+
#
|
35109
35475
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobInputConfig AWS API Documentation
|
35110
35476
|
#
|
35111
35477
|
class RecommendationJobInputConfig < Struct.new(
|
@@ -35114,7 +35480,8 @@ module Aws::SageMaker
|
|
35114
35480
|
:traffic_pattern,
|
35115
35481
|
:resource_limit,
|
35116
35482
|
:endpoint_configurations,
|
35117
|
-
:volume_kms_key_id
|
35483
|
+
:volume_kms_key_id,
|
35484
|
+
:container_config)
|
35118
35485
|
SENSITIVE = []
|
35119
35486
|
include Aws::Structure
|
35120
35487
|
end
|
@@ -35180,6 +35547,35 @@ module Aws::SageMaker
|
|
35180
35547
|
include Aws::Structure
|
35181
35548
|
end
|
35182
35549
|
|
35550
|
+
# The configuration for the payload for a recommendation job.
|
35551
|
+
#
|
35552
|
+
# @note When making an API call, you may pass RecommendationJobPayloadConfig
|
35553
|
+
# data as a hash:
|
35554
|
+
#
|
35555
|
+
# {
|
35556
|
+
# sample_payload_url: "String",
|
35557
|
+
# supported_content_types: ["String"],
|
35558
|
+
# }
|
35559
|
+
#
|
35560
|
+
# @!attribute [rw] sample_payload_url
|
35561
|
+
# The Amazon Simple Storage Service (Amazon S3) path where the sample
|
35562
|
+
# payload is stored. This path must point to a single gzip compressed
|
35563
|
+
# tar archive (.tar.gz suffix).
|
35564
|
+
# @return [String]
|
35565
|
+
#
|
35566
|
+
# @!attribute [rw] supported_content_types
|
35567
|
+
# The supported MIME types for the input data.
|
35568
|
+
# @return [Array<String>]
|
35569
|
+
#
|
35570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobPayloadConfig AWS API Documentation
|
35571
|
+
#
|
35572
|
+
class RecommendationJobPayloadConfig < Struct.new(
|
35573
|
+
:sample_payload_url,
|
35574
|
+
:supported_content_types)
|
35575
|
+
SENSITIVE = []
|
35576
|
+
include Aws::Structure
|
35577
|
+
end
|
35578
|
+
|
35183
35579
|
# Specifies the maximum number of jobs that can run in parallel and the
|
35184
35580
|
# maximum number of jobs that can run.
|
35185
35581
|
#
|
@@ -35614,29 +36010,32 @@ module Aws::SageMaker
|
|
35614
36010
|
# volume, choose `File` as the `TrainingInputMode` in the algorithm
|
35615
36011
|
# specification.
|
35616
36012
|
#
|
35617
|
-
#
|
35618
|
-
#
|
35619
|
-
#
|
35620
|
-
#
|
35621
|
-
#
|
35622
|
-
#
|
36013
|
+
# When using an ML instance with [NVMe SSD volumes][1], SageMaker
|
36014
|
+
# doesn't provision Amazon EBS General Purpose SSD (gp2) storage.
|
36015
|
+
# Available storage is fixed to the NVMe-type instance's storage
|
36016
|
+
# capacity. SageMaker configures storage paths for training datasets,
|
36017
|
+
# checkpoints, model artifacts, and outputs to use the entire capacity
|
36018
|
+
# of the instance storage. For example, ML instance families with the
|
36019
|
+
# NVMe-type instance storage include `ml.p4d`, `ml.g4dn`, and `ml.g5`.
|
35623
36020
|
#
|
35624
|
-
#
|
35625
|
-
#
|
35626
|
-
#
|
35627
|
-
#
|
35628
|
-
# `
|
35629
|
-
# storage.
|
36021
|
+
# When using an ML instance with the EBS-only storage option and
|
36022
|
+
# without instance storage, you must define the size of EBS volume
|
36023
|
+
# through `VolumeSizeInGB` in the `ResourceConfig` API. For example,
|
36024
|
+
# ML instance families that use EBS volumes include `ml.c5` and
|
36025
|
+
# `ml.p2`.
|
35630
36026
|
#
|
35631
|
-
#
|
35632
|
-
#
|
35633
|
-
# Volumes][1].
|
36027
|
+
# To look up instance types and their instance storage types and
|
36028
|
+
# volumes, see [Amazon EC2 Instance Types][2].
|
35634
36029
|
#
|
35635
|
-
#
|
36030
|
+
# To find the default local paths defined by the SageMaker training
|
36031
|
+
# platform, see [Amazon SageMaker Training Storage Folders for
|
36032
|
+
# Training Datasets, Checkpoints, Model Artifacts, and Outputs][3].
|
35636
36033
|
#
|
35637
36034
|
#
|
35638
36035
|
#
|
35639
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
36036
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes
|
36037
|
+
# [2]: http://aws.amazon.com/ec2/instance-types/
|
36038
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html
|
35640
36039
|
# @return [Integer]
|
35641
36040
|
#
|
35642
36041
|
# @!attribute [rw] volume_kms_key_id
|
@@ -37414,7 +37813,7 @@ module Aws::SageMaker
|
|
37414
37813
|
#
|
37415
37814
|
# @!attribute [rw] max_runtime_in_seconds
|
37416
37815
|
# The maximum length of time, in seconds, that a training or
|
37417
|
-
# compilation job can run.
|
37816
|
+
# compilation job can run before it is stopped.
|
37418
37817
|
#
|
37419
37818
|
# For compilation jobs, if the job does not complete during this time,
|
37420
37819
|
# a `TimeOut` error is generated. We recommend starting with 900
|
@@ -37425,6 +37824,10 @@ module Aws::SageMaker
|
|
37425
37824
|
# request, `MaxRuntimeInSeconds` specifies the maximum time for all of
|
37426
37825
|
# the attempts in total, not each individual attempt. The default
|
37427
37826
|
# value is 1 day. The maximum value is 28 days.
|
37827
|
+
#
|
37828
|
+
# The maximum time that a `TrainingJob` can run in total, including
|
37829
|
+
# any time spent publishing metrics or archiving and uploading models
|
37830
|
+
# after it has been stopped, is 30 days.
|
37428
37831
|
# @return [Integer]
|
37429
37832
|
#
|
37430
37833
|
# @!attribute [rw] max_wait_time_in_seconds
|
@@ -40614,7 +41017,10 @@ module Aws::SageMaker
|
|
40614
41017
|
# @return [String]
|
40615
41018
|
#
|
40616
41019
|
# @!attribute [rw] feature_additions
|
40617
|
-
#
|
41020
|
+
# Updates the feature group. Updating a feature group is an
|
41021
|
+
# asynchronous operation. When you get an HTTP 200 response, you've
|
41022
|
+
# made a valid request. It takes some time after you've made a valid
|
41023
|
+
# request for Feature Store to update the feature group.
|
40618
41024
|
# @return [Array<Types::FeatureDefinition>]
|
40619
41025
|
#
|
40620
41026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupRequest AWS API Documentation
|
@@ -41355,11 +41761,15 @@ module Aws::SageMaker
|
|
41355
41761
|
# An array of key-value pairs. You can use tags to categorize your
|
41356
41762
|
# Amazon Web Services resources in different ways, for example, by
|
41357
41763
|
# purpose, owner, or environment. For more information, see [Tagging
|
41358
|
-
# Amazon Web Services Resources][1].
|
41764
|
+
# Amazon Web Services Resources][1]. In addition, the project must
|
41765
|
+
# have tag update constraints set in order to include this parameter
|
41766
|
+
# in the request. For more information, see [Amazon Web Services
|
41767
|
+
# Service Catalog Tag Update Constraints][2].
|
41359
41768
|
#
|
41360
41769
|
#
|
41361
41770
|
#
|
41362
41771
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
41772
|
+
# [2]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html
|
41363
41773
|
# @return [Array<Types::Tag>]
|
41364
41774
|
#
|
41365
41775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProjectInput AWS API Documentation
|
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.135.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-
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|