aws-sdk-sagemaker 1.133.0 → 1.136.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ce89c0650d553eabd39c87af9a5d773b9b2e4b3cf85c9f26462e28bf2048051
4
- data.tar.gz: c4ac9ffaa82b7caad47eb72fbffe479dc5f2cac32581bf586b832be315ffc1ce
3
+ metadata.gz: d80d5b8575376a58f53e78eddc2834265833517675b1eebf23190c63cc49171b
4
+ data.tar.gz: 026cd25eb71724a5e462330b3afa632a9d4371db3804eaf9d02969e8c7bbf390
5
5
  SHA512:
6
- metadata.gz: 8242062616c0f5d05cd88439734c7cb04b8cc16352d7165dfd6302f8c917a7865589088443ddb3585d4860dd30322265f34fd90eb942c874627e580650967b74
7
- data.tar.gz: 19b8b28206a72093bc5295f32640cb26f3675067b698916aa8af631b4e0f6ee3a94a00cee7134bb505fa3a157f8c537b4b0b600dd45a873bbe44713c33a2891c
6
+ metadata.gz: 22ff9c97e218d4489f91965bd8b6ae10602edbc8663fe2cfc0b4ed5922f8ecb289e1642dc43d23851f0c4a7b604f97be0015dcc6673ef4cd8024a6cd73590e2d
7
+ data.tar.gz: 6ef2f79b680b9469cd6babbce914b92935587946e9abae38551e16ade9b6d4bf81778871c207461df75e86792282a3567c8337ac5d2584ef3d02608c6bd15f76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.0 (2022-09-02)
5
+ ------------------
6
+
7
+ * Feature - This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.
8
+
9
+ 1.135.0 (2022-08-31)
10
+ ------------------
11
+
12
+ * Feature - SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig
13
+
14
+ 1.134.0 (2022-08-09)
15
+ ------------------
16
+
17
+ * 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.
18
+
4
19
  1.133.0 (2022-07-19)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.133.0
1
+ 1.136.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
  #
@@ -1983,6 +1986,7 @@ module Aws::SageMaker
1983
1986
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
1984
1987
  # },
1985
1988
  # },
1989
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
1986
1990
  # },
1987
1991
  # })
1988
1992
  #
@@ -3125,7 +3129,7 @@ module Aws::SageMaker
3125
3129
  # kms_key_id: "KmsKeyId",
3126
3130
  # s3_output_path: "S3Uri", # required
3127
3131
  # },
3128
- # resource_config: { # required
3132
+ # resource_config: {
3129
3133
  # 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
3134
  # instance_count: 1,
3131
3135
  # volume_size_in_gb: 1, # required
@@ -3152,6 +3156,20 @@ module Aws::SageMaker
3152
3156
  # retry_strategy: {
3153
3157
  # maximum_retry_attempts: 1, # required
3154
3158
  # },
3159
+ # hyper_parameter_tuning_resource_config: {
3160
+ # 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
3161
+ # instance_count: 1,
3162
+ # volume_size_in_gb: 1,
3163
+ # volume_kms_key_id: "KmsKeyId",
3164
+ # allocation_strategy: "Prioritized", # accepts Prioritized
3165
+ # instance_configs: [
3166
+ # {
3167
+ # 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
3168
+ # instance_count: 1, # required
3169
+ # volume_size_in_gb: 1, # required
3170
+ # },
3171
+ # ],
3172
+ # },
3155
3173
  # },
3156
3174
  # training_job_definitions: [
3157
3175
  # {
@@ -3234,7 +3252,7 @@ module Aws::SageMaker
3234
3252
  # kms_key_id: "KmsKeyId",
3235
3253
  # s3_output_path: "S3Uri", # required
3236
3254
  # },
3237
- # resource_config: { # required
3255
+ # resource_config: {
3238
3256
  # 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
3257
  # instance_count: 1,
3240
3258
  # volume_size_in_gb: 1, # required
@@ -3261,6 +3279,20 @@ module Aws::SageMaker
3261
3279
  # retry_strategy: {
3262
3280
  # maximum_retry_attempts: 1, # required
3263
3281
  # },
3282
+ # hyper_parameter_tuning_resource_config: {
3283
+ # 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
3284
+ # instance_count: 1,
3285
+ # volume_size_in_gb: 1,
3286
+ # volume_kms_key_id: "KmsKeyId",
3287
+ # allocation_strategy: "Prioritized", # accepts Prioritized
3288
+ # instance_configs: [
3289
+ # {
3290
+ # 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
3291
+ # instance_count: 1, # required
3292
+ # volume_size_in_gb: 1, # required
3293
+ # },
3294
+ # ],
3295
+ # },
3264
3296
  # },
3265
3297
  # ],
3266
3298
  # warm_start_config: {
@@ -3484,6 +3516,18 @@ module Aws::SageMaker
3484
3516
  # },
3485
3517
  # ],
3486
3518
  # volume_kms_key_id: "KmsKeyId",
3519
+ # container_config: {
3520
+ # domain: "String",
3521
+ # task: "String",
3522
+ # framework: "String",
3523
+ # framework_version: "String",
3524
+ # payload_config: {
3525
+ # sample_payload_url: "String",
3526
+ # supported_content_types: ["String"],
3527
+ # },
3528
+ # nearest_model_name: "String",
3529
+ # supported_instance_types: ["String"],
3530
+ # },
3487
3531
  # },
3488
3532
  # job_description: "RecommendationJobDescription",
3489
3533
  # stopping_conditions: {
@@ -5345,7 +5389,7 @@ module Aws::SageMaker
5345
5389
  # This operation can only be called when the authentication mode equals
5346
5390
  # IAM.
5347
5391
  #
5348
- # The IAM role or user used to call this API defines the permissions to
5392
+ # The IAM role or user passed to this API defines the permissions to
5349
5393
  # access the app. Once the presigned URL is created, no additional
5350
5394
  # permission is required to access this URL. IAM authorization policies
5351
5395
  # for this API are also enforced for every HTTP request and WebSocket
@@ -6600,10 +6644,11 @@ module Aws::SageMaker
6600
6644
  # a domain, and is the main way to reference a "person" for the
6601
6645
  # purposes of sharing, reporting, and other user-oriented features. This
6602
6646
  # entity is created when a user onboards to Amazon SageMaker Studio. If
6603
- # an administrator invites a person by email or imports them from SSO, a
6604
- # user profile is automatically created. A user profile is the primary
6605
- # holder of settings for an individual user and has a reference to the
6606
- # user's private Amazon Elastic File System (EFS) home directory.
6647
+ # an administrator invites a person by email or imports them from Amazon
6648
+ # Web Services SSO, a user profile is automatically created. A user
6649
+ # profile is the primary holder of settings for an individual user and
6650
+ # has a reference to the user's private Amazon Elastic File System
6651
+ # (EFS) home directory.
6607
6652
  #
6608
6653
  # @option params [required, String] :domain_id
6609
6654
  # The ID of the associated Domain.
@@ -6614,14 +6659,16 @@ module Aws::SageMaker
6614
6659
  # @option params [String] :single_sign_on_user_identifier
6615
6660
  # A specifier for the type of value specified in SingleSignOnUserValue.
6616
6661
  # Currently, the only supported value is "UserName". If the Domain's
6617
- # AuthMode is SSO, this field is required. If the Domain's AuthMode is
6618
- # not SSO, this field cannot be specified.
6662
+ # AuthMode is Amazon Web Services SSO, this field is required. If the
6663
+ # Domain's AuthMode is not Amazon Web Services SSO, this field cannot
6664
+ # be specified.
6619
6665
  #
6620
6666
  # @option params [String] :single_sign_on_user_value
6621
6667
  # The username of the associated Amazon Web Services Single Sign-On User
6622
- # for this UserProfile. If the Domain's AuthMode is SSO, this field is
6623
- # required, and must match a valid username of a user in your directory.
6624
- # If the Domain's AuthMode is not SSO, this field cannot be specified.
6668
+ # for this UserProfile. If the Domain's AuthMode is Amazon Web Services
6669
+ # SSO, this field is required, and must match a valid username of a user
6670
+ # in your directory. If the Domain's AuthMode is not Amazon Web
6671
+ # Services SSO, this field cannot be specified.
6625
6672
  #
6626
6673
  # @option params [Array<Types::Tag>] :tags
6627
6674
  # Each tag consists of a key and an optional value. Tag keys must be
@@ -7220,9 +7267,9 @@ module Aws::SageMaker
7220
7267
  end
7221
7268
 
7222
7269
  # Used to delete a domain. If you onboarded with IAM mode, you will need
7223
- # to delete your domain to onboard again using SSO. Use with caution.
7224
- # All of the members of the domain will lose access to their EFS volume,
7225
- # including data, notebooks, and other artifacts.
7270
+ # to delete your domain to onboard again using Amazon Web Services SSO.
7271
+ # Use with caution. All of the members of the domain will lose access to
7272
+ # their EFS volume, including data, notebooks, and other artifacts.
7226
7273
  #
7227
7274
  # @option params [required, String] :domain_id
7228
7275
  # The domain ID.
@@ -9028,6 +9075,7 @@ module Aws::SageMaker
9028
9075
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.sage_maker_image_version_arn #=> String
9029
9076
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9030
9077
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.lifecycle_config_arn #=> String
9078
+ # resp.domain_settings.execution_role_identity_config #=> String, one of "USER_PROFILE_NAME", "DISABLED"
9031
9079
  # resp.app_security_group_management #=> String, one of "Service", "Customer"
9032
9080
  # resp.security_group_id_for_domain_boundary #=> String
9033
9081
  #
@@ -9741,6 +9789,15 @@ module Aws::SageMaker
9741
9789
  # resp.training_job_definition.checkpoint_config.s3_uri #=> String
9742
9790
  # resp.training_job_definition.checkpoint_config.local_path #=> String
9743
9791
  # resp.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
9792
+ # 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"
9793
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
9794
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
9795
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
9796
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
9797
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
9798
+ # 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"
9799
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
9800
+ # resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
9744
9801
  # resp.training_job_definitions #=> Array
9745
9802
  # resp.training_job_definitions[0].definition_name #=> String
9746
9803
  # resp.training_job_definitions[0].tuning_objective.type #=> String, one of "Maximize", "Minimize"
@@ -9808,6 +9865,15 @@ module Aws::SageMaker
9808
9865
  # resp.training_job_definitions[0].checkpoint_config.s3_uri #=> String
9809
9866
  # resp.training_job_definitions[0].checkpoint_config.local_path #=> String
9810
9867
  # resp.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
9868
+ # 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"
9869
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
9870
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
9871
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
9872
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
9873
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
9874
+ # 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"
9875
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
9876
+ # resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
9811
9877
  # resp.hyper_parameter_tuning_job_status #=> String, one of "Completed", "InProgress", "Failed", "Stopped", "Stopping"
9812
9878
  # resp.creation_time #=> Time
9813
9879
  # resp.hyper_parameter_tuning_end_time #=> Time
@@ -10028,6 +10094,16 @@ module Aws::SageMaker
10028
10094
  # resp.input_config.endpoint_configurations[0].environment_parameter_ranges.categorical_parameter_ranges[0].value #=> Array
10029
10095
  # resp.input_config.endpoint_configurations[0].environment_parameter_ranges.categorical_parameter_ranges[0].value[0] #=> String
10030
10096
  # resp.input_config.volume_kms_key_id #=> String
10097
+ # resp.input_config.container_config.domain #=> String
10098
+ # resp.input_config.container_config.task #=> String
10099
+ # resp.input_config.container_config.framework #=> String
10100
+ # resp.input_config.container_config.framework_version #=> String
10101
+ # resp.input_config.container_config.payload_config.sample_payload_url #=> String
10102
+ # resp.input_config.container_config.payload_config.supported_content_types #=> Array
10103
+ # resp.input_config.container_config.payload_config.supported_content_types[0] #=> String
10104
+ # resp.input_config.container_config.nearest_model_name #=> String
10105
+ # resp.input_config.container_config.supported_instance_types #=> Array
10106
+ # resp.input_config.container_config.supported_instance_types[0] #=> String
10031
10107
  # resp.stopping_conditions.max_invocations #=> Integer
10032
10108
  # resp.stopping_conditions.model_latency_thresholds #=> Array
10033
10109
  # resp.stopping_conditions.model_latency_thresholds[0].percentile #=> String
@@ -18849,6 +18925,7 @@ module Aws::SageMaker
18849
18925
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
18850
18926
  # },
18851
18927
  # },
18928
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
18852
18929
  # },
18853
18930
  # })
18854
18931
  #
@@ -19066,7 +19143,10 @@ module Aws::SageMaker
19066
19143
  # The name of the feature group that you're updating.
19067
19144
  #
19068
19145
  # @option params [Array<Types::FeatureDefinition>] :feature_additions
19069
- # A list of the features that you're adding to the feature group.
19146
+ # Updates the feature group. Updating a feature group is an asynchronous
19147
+ # operation. When you get an HTTP 200 response, you've made a valid
19148
+ # request. It takes some time after you've made a valid request for
19149
+ # Feature Store to update the feature group.
19070
19150
  #
19071
19151
  # @return [Types::UpdateFeatureGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19072
19152
  #
@@ -19711,11 +19791,15 @@ module Aws::SageMaker
19711
19791
  # An array of key-value pairs. You can use tags to categorize your
19712
19792
  # Amazon Web Services resources in different ways, for example, by
19713
19793
  # purpose, owner, or environment. For more information, see [Tagging
19714
- # Amazon Web Services Resources][1].
19794
+ # Amazon Web Services Resources][1]. In addition, the project must have
19795
+ # tag update constraints set in order to include this parameter in the
19796
+ # request. For more information, see [Amazon Web Services Service
19797
+ # Catalog Tag Update Constraints][2].
19715
19798
  #
19716
19799
  #
19717
19800
  #
19718
19801
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
19802
+ # [2]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html
19719
19803
  #
19720
19804
  # @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19721
19805
  #
@@ -20269,7 +20353,7 @@ module Aws::SageMaker
20269
20353
  params: params,
20270
20354
  config: config)
20271
20355
  context[:gem_name] = 'aws-sdk-sagemaker'
20272
- context[:gem_version] = '1.133.0'
20356
+ context[:gem_version] = '1.136.0'
20273
20357
  Seahorse::Client::Request.new(handlers, context)
20274
20358
  end
20275
20359
 
@@ -633,6 +633,7 @@ module Aws::SageMaker
633
633
  EnvironmentParameterRanges = Shapes::StructureShape.new(name: 'EnvironmentParameterRanges')
634
634
  EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
635
635
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
636
+ ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
636
637
  ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
637
638
  ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
638
639
  Experiment = Shapes::StructureShape.new(name: 'Experiment')
@@ -740,6 +741,9 @@ module Aws::SageMaker
740
741
  HyperParameterTrainingJobDefinitions = Shapes::ListShape.new(name: 'HyperParameterTrainingJobDefinitions')
741
742
  HyperParameterTrainingJobSummaries = Shapes::ListShape.new(name: 'HyperParameterTrainingJobSummaries')
742
743
  HyperParameterTrainingJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTrainingJobSummary')
744
+ HyperParameterTuningAllocationStrategy = Shapes::StringShape.new(name: 'HyperParameterTuningAllocationStrategy')
745
+ HyperParameterTuningInstanceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningInstanceConfig')
746
+ HyperParameterTuningInstanceConfigs = Shapes::ListShape.new(name: 'HyperParameterTuningInstanceConfigs')
743
747
  HyperParameterTuningJobArn = Shapes::StringShape.new(name: 'HyperParameterTuningJobArn')
744
748
  HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
745
749
  HyperParameterTuningJobName = Shapes::StringShape.new(name: 'HyperParameterTuningJobName')
@@ -753,6 +757,7 @@ module Aws::SageMaker
753
757
  HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
754
758
  HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
755
759
  HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
760
+ HyperParameterTuningResourceConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningResourceConfig')
756
761
  HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
757
762
  HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
758
763
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
@@ -1326,13 +1331,17 @@ module Aws::SageMaker
1326
1331
  RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
1327
1332
  RecommendationJobArn = Shapes::StringShape.new(name: 'RecommendationJobArn')
1328
1333
  RecommendationJobCompiledOutputConfig = Shapes::StructureShape.new(name: 'RecommendationJobCompiledOutputConfig')
1334
+ RecommendationJobContainerConfig = Shapes::StructureShape.new(name: 'RecommendationJobContainerConfig')
1329
1335
  RecommendationJobDescription = Shapes::StringShape.new(name: 'RecommendationJobDescription')
1330
1336
  RecommendationJobInputConfig = Shapes::StructureShape.new(name: 'RecommendationJobInputConfig')
1331
1337
  RecommendationJobName = Shapes::StringShape.new(name: 'RecommendationJobName')
1332
1338
  RecommendationJobOutputConfig = Shapes::StructureShape.new(name: 'RecommendationJobOutputConfig')
1339
+ RecommendationJobPayloadConfig = Shapes::StructureShape.new(name: 'RecommendationJobPayloadConfig')
1333
1340
  RecommendationJobResourceLimit = Shapes::StructureShape.new(name: 'RecommendationJobResourceLimit')
1334
1341
  RecommendationJobStatus = Shapes::StringShape.new(name: 'RecommendationJobStatus')
1335
1342
  RecommendationJobStoppingConditions = Shapes::StructureShape.new(name: 'RecommendationJobStoppingConditions')
1343
+ RecommendationJobSupportedContentTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedContentTypes')
1344
+ RecommendationJobSupportedInstanceTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedInstanceTypes')
1336
1345
  RecommendationJobType = Shapes::StringShape.new(name: 'RecommendationJobType')
1337
1346
  RecommendationMetrics = Shapes::StructureShape.new(name: 'RecommendationMetrics')
1338
1347
  RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
@@ -4019,9 +4028,11 @@ module Aws::SageMaker
4019
4028
 
4020
4029
  DomainSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
4021
4030
  DomainSettings.add_member(:r_studio_server_pro_domain_settings, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettings, location_name: "RStudioServerProDomainSettings"))
4031
+ DomainSettings.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
4022
4032
  DomainSettings.struct_class = Types::DomainSettings
4023
4033
 
4024
4034
  DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
4035
+ DomainSettingsForUpdate.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
4025
4036
  DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
4026
4037
 
4027
4038
  DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
@@ -4468,13 +4479,14 @@ module Aws::SageMaker
4468
4479
  HyperParameterTrainingJobDefinition.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
4469
4480
  HyperParameterTrainingJobDefinition.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4470
4481
  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, required: true, location_name: "ResourceConfig"))
4482
+ HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
4472
4483
  HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
4473
4484
  HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
4474
4485
  HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
4475
4486
  HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
4476
4487
  HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
4477
4488
  HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
4489
+ HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
4478
4490
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
4479
4491
 
4480
4492
  HyperParameterTrainingJobDefinitions.member = Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition)
@@ -4495,6 +4507,13 @@ module Aws::SageMaker
4495
4507
  HyperParameterTrainingJobSummary.add_member(:objective_status, Shapes::ShapeRef.new(shape: ObjectiveStatus, location_name: "ObjectiveStatus"))
4496
4508
  HyperParameterTrainingJobSummary.struct_class = Types::HyperParameterTrainingJobSummary
4497
4509
 
4510
+ HyperParameterTuningInstanceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
4511
+ HyperParameterTuningInstanceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
4512
+ HyperParameterTuningInstanceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
4513
+ HyperParameterTuningInstanceConfig.struct_class = Types::HyperParameterTuningInstanceConfig
4514
+
4515
+ HyperParameterTuningInstanceConfigs.member = Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfig)
4516
+
4498
4517
  HyperParameterTuningJobConfig.add_member(:strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStrategyType, required: true, location_name: "Strategy"))
4499
4518
  HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, location_name: "HyperParameterTuningJobObjective"))
4500
4519
  HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
@@ -4527,6 +4546,14 @@ module Aws::SageMaker
4527
4546
  HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
4528
4547
  HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
4529
4548
 
4549
+ HyperParameterTuningResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
4550
+ HyperParameterTuningResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
4551
+ HyperParameterTuningResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
4552
+ HyperParameterTuningResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
4553
+ HyperParameterTuningResourceConfig.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningAllocationStrategy, location_name: "AllocationStrategy"))
4554
+ HyperParameterTuningResourceConfig.add_member(:instance_configs, Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfigs, location_name: "InstanceConfigs"))
4555
+ HyperParameterTuningResourceConfig.struct_class = Types::HyperParameterTuningResourceConfig
4556
+
4530
4557
  HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
4531
4558
  HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
4532
4559
 
@@ -6483,18 +6510,32 @@ module Aws::SageMaker
6483
6510
  RecommendationJobCompiledOutputConfig.add_member(:s3_output_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputUri"))
6484
6511
  RecommendationJobCompiledOutputConfig.struct_class = Types::RecommendationJobCompiledOutputConfig
6485
6512
 
6513
+ RecommendationJobContainerConfig.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
6514
+ RecommendationJobContainerConfig.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
6515
+ RecommendationJobContainerConfig.add_member(:framework, Shapes::ShapeRef.new(shape: String, location_name: "Framework"))
6516
+ RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: String, location_name: "FrameworkVersion"))
6517
+ RecommendationJobContainerConfig.add_member(:payload_config, Shapes::ShapeRef.new(shape: RecommendationJobPayloadConfig, location_name: "PayloadConfig"))
6518
+ RecommendationJobContainerConfig.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
6519
+ RecommendationJobContainerConfig.add_member(:supported_instance_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedInstanceTypes, location_name: "SupportedInstanceTypes"))
6520
+ RecommendationJobContainerConfig.struct_class = Types::RecommendationJobContainerConfig
6521
+
6486
6522
  RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageVersionArn"))
6487
6523
  RecommendationJobInputConfig.add_member(:job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDurationInSeconds, location_name: "JobDurationInSeconds"))
6488
6524
  RecommendationJobInputConfig.add_member(:traffic_pattern, Shapes::ShapeRef.new(shape: TrafficPattern, location_name: "TrafficPattern"))
6489
6525
  RecommendationJobInputConfig.add_member(:resource_limit, Shapes::ShapeRef.new(shape: RecommendationJobResourceLimit, location_name: "ResourceLimit"))
6490
6526
  RecommendationJobInputConfig.add_member(:endpoint_configurations, Shapes::ShapeRef.new(shape: EndpointInputConfigurations, location_name: "EndpointConfigurations"))
6491
6527
  RecommendationJobInputConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
6528
+ RecommendationJobInputConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: RecommendationJobContainerConfig, location_name: "ContainerConfig"))
6492
6529
  RecommendationJobInputConfig.struct_class = Types::RecommendationJobInputConfig
6493
6530
 
6494
6531
  RecommendationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
6495
6532
  RecommendationJobOutputConfig.add_member(:compiled_output_config, Shapes::ShapeRef.new(shape: RecommendationJobCompiledOutputConfig, location_name: "CompiledOutputConfig"))
6496
6533
  RecommendationJobOutputConfig.struct_class = Types::RecommendationJobOutputConfig
6497
6534
 
6535
+ RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
6536
+ RecommendationJobPayloadConfig.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentTypes, location_name: "SupportedContentTypes"))
6537
+ RecommendationJobPayloadConfig.struct_class = Types::RecommendationJobPayloadConfig
6538
+
6498
6539
  RecommendationJobResourceLimit.add_member(:max_number_of_tests, Shapes::ShapeRef.new(shape: MaxNumberOfTests, location_name: "MaxNumberOfTests"))
6499
6540
  RecommendationJobResourceLimit.add_member(:max_parallel_of_tests, Shapes::ShapeRef.new(shape: MaxParallelOfTests, location_name: "MaxParallelOfTests"))
6500
6541
  RecommendationJobResourceLimit.struct_class = Types::RecommendationJobResourceLimit
@@ -6503,6 +6544,10 @@ module Aws::SageMaker
6503
6544
  RecommendationJobStoppingConditions.add_member(:model_latency_thresholds, Shapes::ShapeRef.new(shape: ModelLatencyThresholds, location_name: "ModelLatencyThresholds"))
6504
6545
  RecommendationJobStoppingConditions.struct_class = Types::RecommendationJobStoppingConditions
6505
6546
 
6547
+ RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: String)
6548
+
6549
+ RecommendationJobSupportedInstanceTypes.member = Shapes::ShapeRef.new(shape: String)
6550
+
6506
6551
  RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "CostPerHour"))
6507
6552
  RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "CostPerInference"))
6508
6553
  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 is allowed to
2291
- # run as part of a hyperparameter tuning job. For more information,
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
@@ -5290,6 +5293,7 @@ module Aws::SageMaker
5290
5293
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
5291
5294
  # },
5292
5295
  # },
5296
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
5293
5297
  # },
5294
5298
  # }
5295
5299
  #
@@ -6372,7 +6376,7 @@ module Aws::SageMaker
6372
6376
  # kms_key_id: "KmsKeyId",
6373
6377
  # s3_output_path: "S3Uri", # required
6374
6378
  # },
6375
- # resource_config: { # required
6379
+ # resource_config: {
6376
6380
  # 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
6381
  # instance_count: 1,
6378
6382
  # volume_size_in_gb: 1, # required
@@ -6399,6 +6403,20 @@ module Aws::SageMaker
6399
6403
  # retry_strategy: {
6400
6404
  # maximum_retry_attempts: 1, # required
6401
6405
  # },
6406
+ # hyper_parameter_tuning_resource_config: {
6407
+ # 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
6408
+ # instance_count: 1,
6409
+ # volume_size_in_gb: 1,
6410
+ # volume_kms_key_id: "KmsKeyId",
6411
+ # allocation_strategy: "Prioritized", # accepts Prioritized
6412
+ # instance_configs: [
6413
+ # {
6414
+ # 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
6415
+ # instance_count: 1, # required
6416
+ # volume_size_in_gb: 1, # required
6417
+ # },
6418
+ # ],
6419
+ # },
6402
6420
  # },
6403
6421
  # training_job_definitions: [
6404
6422
  # {
@@ -6481,7 +6499,7 @@ module Aws::SageMaker
6481
6499
  # kms_key_id: "KmsKeyId",
6482
6500
  # s3_output_path: "S3Uri", # required
6483
6501
  # },
6484
- # resource_config: { # required
6502
+ # resource_config: {
6485
6503
  # 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
6504
  # instance_count: 1,
6487
6505
  # volume_size_in_gb: 1, # required
@@ -6508,6 +6526,20 @@ module Aws::SageMaker
6508
6526
  # retry_strategy: {
6509
6527
  # maximum_retry_attempts: 1, # required
6510
6528
  # },
6529
+ # hyper_parameter_tuning_resource_config: {
6530
+ # 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
6531
+ # instance_count: 1,
6532
+ # volume_size_in_gb: 1,
6533
+ # volume_kms_key_id: "KmsKeyId",
6534
+ # allocation_strategy: "Prioritized", # accepts Prioritized
6535
+ # instance_configs: [
6536
+ # {
6537
+ # 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
6538
+ # instance_count: 1, # required
6539
+ # volume_size_in_gb: 1, # required
6540
+ # },
6541
+ # ],
6542
+ # },
6511
6543
  # },
6512
6544
  # ],
6513
6545
  # warm_start_config: {
@@ -6776,6 +6808,18 @@ module Aws::SageMaker
6776
6808
  # },
6777
6809
  # ],
6778
6810
  # volume_kms_key_id: "KmsKeyId",
6811
+ # container_config: {
6812
+ # domain: "String",
6813
+ # task: "String",
6814
+ # framework: "String",
6815
+ # framework_version: "String",
6816
+ # payload_config: {
6817
+ # sample_payload_url: "String",
6818
+ # supported_content_types: ["String"],
6819
+ # },
6820
+ # nearest_model_name: "String",
6821
+ # supported_instance_types: ["String"],
6822
+ # },
6779
6823
  # },
6780
6824
  # job_description: "RecommendationJobDescription",
6781
6825
  # stopping_conditions: {
@@ -10081,17 +10125,17 @@ module Aws::SageMaker
10081
10125
  # @!attribute [rw] single_sign_on_user_identifier
10082
10126
  # A specifier for the type of value specified in
10083
10127
  # SingleSignOnUserValue. Currently, the only supported value is
10084
- # "UserName". If the Domain's AuthMode is SSO, this field is
10085
- # required. If the Domain's AuthMode is not SSO, this field cannot be
10086
- # specified.
10128
+ # "UserName". If the Domain's AuthMode is Amazon Web Services SSO,
10129
+ # this field is required. If the Domain's AuthMode is not Amazon Web
10130
+ # Services SSO, this field cannot be specified.
10087
10131
  # @return [String]
10088
10132
  #
10089
10133
  # @!attribute [rw] single_sign_on_user_value
10090
10134
  # The username of the associated Amazon Web Services Single Sign-On
10091
- # User for this UserProfile. If the Domain's AuthMode is SSO, this
10092
- # field is required, and must match a valid username of a user in your
10093
- # directory. If the Domain's AuthMode is not SSO, this field cannot
10094
- # be specified.
10135
+ # User for this UserProfile. If the Domain's AuthMode is Amazon Web
10136
+ # Services SSO, this field is required, and must match a valid
10137
+ # username of a user in your directory. If the Domain's AuthMode is
10138
+ # not Amazon Web Services SSO, this field cannot be specified.
10095
10139
  # @return [String]
10096
10140
  #
10097
10141
  # @!attribute [rw] tags
@@ -13340,7 +13384,7 @@ module Aws::SageMaker
13340
13384
  # @return [String]
13341
13385
  #
13342
13386
  # @!attribute [rw] single_sign_on_managed_application_instance_id
13343
- # The SSO managed application instance ID.
13387
+ # The Amazon Web Services SSO managed application instance ID.
13344
13388
  # @return [String]
13345
13389
  #
13346
13390
  # @!attribute [rw] status
@@ -17142,11 +17186,11 @@ module Aws::SageMaker
17142
17186
  # @return [String]
17143
17187
  #
17144
17188
  # @!attribute [rw] single_sign_on_user_identifier
17145
- # The SSO user identifier.
17189
+ # The Amazon Web Services SSO user identifier.
17146
17190
  # @return [String]
17147
17191
  #
17148
17192
  # @!attribute [rw] single_sign_on_user_value
17149
- # The SSO user value.
17193
+ # The Amazon Web Services SSO user value.
17150
17194
  # @return [String]
17151
17195
  #
17152
17196
  # @!attribute [rw] user_settings
@@ -17631,6 +17675,7 @@ module Aws::SageMaker
17631
17675
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
17632
17676
  # },
17633
17677
  # },
17678
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
17634
17679
  # }
17635
17680
  #
17636
17681
  # @!attribute [rw] security_group_ids
@@ -17644,11 +17689,21 @@ module Aws::SageMaker
17644
17689
  # Domain-level app.
17645
17690
  # @return [Types::RStudioServerProDomainSettings]
17646
17691
  #
17692
+ # @!attribute [rw] execution_role_identity_config
17693
+ # The configuration for attaching a SageMaker user profile name to the
17694
+ # execution role as a [ `sts:SourceIdentity` key][1].
17695
+ #
17696
+ #
17697
+ #
17698
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
17699
+ # @return [String]
17700
+ #
17647
17701
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
17648
17702
  #
17649
17703
  class DomainSettings < Struct.new(
17650
17704
  :security_group_ids,
17651
- :r_studio_server_pro_domain_settings)
17705
+ :r_studio_server_pro_domain_settings,
17706
+ :execution_role_identity_config)
17652
17707
  SENSITIVE = []
17653
17708
  include Aws::Structure
17654
17709
  end
@@ -17668,6 +17723,7 @@ module Aws::SageMaker
17668
17723
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
17669
17724
  # },
17670
17725
  # },
17726
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
17671
17727
  # }
17672
17728
  #
17673
17729
  # @!attribute [rw] r_studio_server_pro_domain_settings_for_update
@@ -17675,10 +17731,22 @@ module Aws::SageMaker
17675
17731
  # update.
17676
17732
  # @return [Types::RStudioServerProDomainSettingsForUpdate]
17677
17733
  #
17734
+ # @!attribute [rw] execution_role_identity_config
17735
+ # The configuration for attaching a SageMaker user profile name to the
17736
+ # execution role as a [ `sts:SourceIdentity` key][1]. This
17737
+ # configuration can only be modified if there are no apps in the
17738
+ # `InService` or `Pending` state.
17739
+ #
17740
+ #
17741
+ #
17742
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
17743
+ # @return [String]
17744
+ #
17678
17745
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
17679
17746
  #
17680
17747
  class DomainSettingsForUpdate < Struct.new(
17681
- :r_studio_server_pro_domain_settings_for_update)
17748
+ :r_studio_server_pro_domain_settings_for_update,
17749
+ :execution_role_identity_config)
17682
17750
  SENSITIVE = []
17683
17751
  include Aws::Structure
17684
17752
  end
@@ -21383,7 +21451,7 @@ module Aws::SageMaker
21383
21451
  # kms_key_id: "KmsKeyId",
21384
21452
  # s3_output_path: "S3Uri", # required
21385
21453
  # },
21386
- # resource_config: { # required
21454
+ # resource_config: {
21387
21455
  # 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
21456
  # instance_count: 1,
21389
21457
  # volume_size_in_gb: 1, # required
@@ -21410,6 +21478,20 @@ module Aws::SageMaker
21410
21478
  # retry_strategy: {
21411
21479
  # maximum_retry_attempts: 1, # required
21412
21480
  # },
21481
+ # hyper_parameter_tuning_resource_config: {
21482
+ # 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
21483
+ # instance_count: 1,
21484
+ # volume_size_in_gb: 1,
21485
+ # volume_kms_key_id: "KmsKeyId",
21486
+ # allocation_strategy: "Prioritized", # accepts Prioritized
21487
+ # instance_configs: [
21488
+ # {
21489
+ # 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
21490
+ # instance_count: 1, # required
21491
+ # volume_size_in_gb: 1, # required
21492
+ # },
21493
+ # ],
21494
+ # },
21413
21495
  # }
21414
21496
  #
21415
21497
  # @!attribute [rw] definition_name
@@ -21489,6 +21571,11 @@ module Aws::SageMaker
21489
21571
  # training data, choose `File` as the `TrainingInputMode` in the
21490
21572
  # algorithm specification. For distributed training algorithms,
21491
21573
  # specify an instance count greater than 1.
21574
+ #
21575
+ # <note markdown="1"> If you want to use hyperparameter optimization with instance type
21576
+ # flexibility, use `HyperParameterTuningResourceConfig` instead.
21577
+ #
21578
+ # </note>
21492
21579
  # @return [Types::ResourceConfig]
21493
21580
  #
21494
21581
  # @!attribute [rw] stopping_condition
@@ -21531,6 +21618,15 @@ module Aws::SageMaker
21531
21618
  # `InternalServerError`.
21532
21619
  # @return [Types::RetryStrategy]
21533
21620
  #
21621
+ # @!attribute [rw] hyper_parameter_tuning_resource_config
21622
+ # The configuration for the hyperparameter tuning resources, including
21623
+ # the compute instances and storage volumes, used for training jobs
21624
+ # launched by the tuning job. By default, storage volumes hold model
21625
+ # artifacts and incremental states. Choose `File` for
21626
+ # `TrainingInputMode` in the `AlgorithmSpecification` parameter to
21627
+ # additionally store training data in the storage volume (optional).
21628
+ # @return [Types::HyperParameterTuningResourceConfig]
21629
+ #
21534
21630
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTrainingJobDefinition AWS API Documentation
21535
21631
  #
21536
21632
  class HyperParameterTrainingJobDefinition < Struct.new(
@@ -21549,7 +21645,8 @@ module Aws::SageMaker
21549
21645
  :enable_inter_container_traffic_encryption,
21550
21646
  :enable_managed_spot_training,
21551
21647
  :checkpoint_config,
21552
- :retry_strategy)
21648
+ :retry_strategy,
21649
+ :hyper_parameter_tuning_resource_config)
21553
21650
  SENSITIVE = []
21554
21651
  include Aws::Structure
21555
21652
  end
@@ -21650,6 +21747,60 @@ module Aws::SageMaker
21650
21747
  include Aws::Structure
21651
21748
  end
21652
21749
 
21750
+ # The configuration for hyperparameter tuning resources for use in
21751
+ # training jobs launched by the tuning job. These resources include
21752
+ # compute instances and storage volumes. Specify one or more compute
21753
+ # instance configurations and allocation strategies to select resources
21754
+ # (optional).
21755
+ #
21756
+ # @note When making an API call, you may pass HyperParameterTuningInstanceConfig
21757
+ # data as a hash:
21758
+ #
21759
+ # {
21760
+ # 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
21761
+ # instance_count: 1, # required
21762
+ # volume_size_in_gb: 1, # required
21763
+ # }
21764
+ #
21765
+ # @!attribute [rw] instance_type
21766
+ # The instance type used for processing of hyperparameter optimization
21767
+ # jobs. Choose from general purpose (no GPUs) instance types:
21768
+ # ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized
21769
+ # (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more
21770
+ # information about instance types, see [instance type
21771
+ # descriptions][1].
21772
+ #
21773
+ #
21774
+ #
21775
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html
21776
+ # @return [String]
21777
+ #
21778
+ # @!attribute [rw] instance_count
21779
+ # The number of instances of the type specified by `InstanceType`.
21780
+ # Choose an instance count larger than 1 for distributed training
21781
+ # algorithms. See [SageMaker distributed training jobs][1] for more
21782
+ # information.
21783
+ #
21784
+ #
21785
+ #
21786
+ # [1]: https://docs.aws.amazon.com/data-parallel-use-api.html
21787
+ # @return [Integer]
21788
+ #
21789
+ # @!attribute [rw] volume_size_in_gb
21790
+ # The volume size in GB of the data to be processed for hyperparameter
21791
+ # optimization (optional).
21792
+ # @return [Integer]
21793
+ #
21794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningInstanceConfig AWS API Documentation
21795
+ #
21796
+ class HyperParameterTuningInstanceConfig < Struct.new(
21797
+ :instance_type,
21798
+ :instance_count,
21799
+ :volume_size_in_gb)
21800
+ SENSITIVE = []
21801
+ include Aws::Structure
21802
+ end
21803
+
21653
21804
  # Configures a hyperparameter tuning job.
21654
21805
  #
21655
21806
  # @note When making an API call, you may pass HyperParameterTuningJobConfig
@@ -21943,6 +22094,140 @@ module Aws::SageMaker
21943
22094
  include Aws::Structure
21944
22095
  end
21945
22096
 
22097
+ # The configuration of resources, including compute instances and
22098
+ # storage volumes for use in training jobs launched by hyperparameter
22099
+ # tuning jobs. Specify one or more instance type and count and the
22100
+ # allocation strategy for instance selection.
22101
+ #
22102
+ # <note markdown="1"> `HyperParameterTuningResourceConfig` supports all of the capabilities
22103
+ # of ResourceConfig with added functionality for flexible instance
22104
+ # management.
22105
+ #
22106
+ # </note>
22107
+ #
22108
+ # @note When making an API call, you may pass HyperParameterTuningResourceConfig
22109
+ # data as a hash:
22110
+ #
22111
+ # {
22112
+ # 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
22113
+ # instance_count: 1,
22114
+ # volume_size_in_gb: 1,
22115
+ # volume_kms_key_id: "KmsKeyId",
22116
+ # allocation_strategy: "Prioritized", # accepts Prioritized
22117
+ # instance_configs: [
22118
+ # {
22119
+ # 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
22120
+ # instance_count: 1, # required
22121
+ # volume_size_in_gb: 1, # required
22122
+ # },
22123
+ # ],
22124
+ # }
22125
+ #
22126
+ # @!attribute [rw] instance_type
22127
+ # The instance type used to run hyperparameter optimization tuning
22128
+ # jobs. See [ descriptions of instance types][1] for more information.
22129
+ #
22130
+ #
22131
+ #
22132
+ # [1]: https://docs.aws.amazon.com/notebooks-available-instance-types.html
22133
+ # @return [String]
22134
+ #
22135
+ # @!attribute [rw] instance_count
22136
+ # The number of compute instances of type `InstanceType` to use. For
22137
+ # [distributed training][1], select a value greater than 1.
22138
+ #
22139
+ #
22140
+ #
22141
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html
22142
+ # @return [Integer]
22143
+ #
22144
+ # @!attribute [rw] volume_size_in_gb
22145
+ # The volume size in GB for the storage volume to be used in
22146
+ # processing hyperparameter optimization jobs (optional). These
22147
+ # volumes store model artifacts, incremental states and optionally,
22148
+ # scratch space for training algorithms. Do not provide a value for
22149
+ # this parameter if a value for `InstanceConfigs` is also specified.
22150
+ #
22151
+ # Some instance types have a fixed total local storage size. If you
22152
+ # select one of these instances for training, `VolumeSizeInGB` cannot
22153
+ # be greater than this total size. For a list of instance types with
22154
+ # local instance storage and their sizes, see [instance store
22155
+ # volumes][1].
22156
+ #
22157
+ # <note markdown="1"> SageMaker supports only the [General Purpose SSD (gp2)][2] storage
22158
+ # volume type.
22159
+ #
22160
+ # </note>
22161
+ #
22162
+ #
22163
+ #
22164
+ # [1]: http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/
22165
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html
22166
+ # @return [Integer]
22167
+ #
22168
+ # @!attribute [rw] volume_kms_key_id
22169
+ # A key used by Amazon Web Services Key Management Service to encrypt
22170
+ # data on the storage volume attached to the compute instances used to
22171
+ # run the training job. You can use either of the following formats to
22172
+ # specify a key.
22173
+ #
22174
+ # KMS Key ID:
22175
+ #
22176
+ # `"1234abcd-12ab-34cd-56ef-1234567890ab"`
22177
+ #
22178
+ # Amazon Resource Name (ARN) of a KMS key:
22179
+ #
22180
+ # `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
22181
+ #
22182
+ # Some instances use local storage, which use a [hardware module to
22183
+ # encrypt][1] storage volumes. If you choose one of these instance
22184
+ # types, you cannot request a `VolumeKmsKeyId`. For a list of instance
22185
+ # types that use local storage, see [instance store volumes][2]. For
22186
+ # more information about Amazon Web Services Key Management Service,
22187
+ # see [KMS encryption][3] for more information.
22188
+ #
22189
+ #
22190
+ #
22191
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
22192
+ # [2]: http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/
22193
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-kms-permissions.html
22194
+ # @return [String]
22195
+ #
22196
+ # @!attribute [rw] allocation_strategy
22197
+ # The strategy that determines the order of preference for resources
22198
+ # specified in `InstanceConfigs` used in hyperparameter optimization.
22199
+ # @return [String]
22200
+ #
22201
+ # @!attribute [rw] instance_configs
22202
+ # A list containing the configuration(s) for one or more resources for
22203
+ # processing hyperparameter jobs. These resources include compute
22204
+ # instances and storage volumes to use in model training jobs launched
22205
+ # by hyperparameter tuning jobs. The `AllocationStrategy` controls the
22206
+ # order in which multiple configurations provided in `InstanceConfigs`
22207
+ # are used.
22208
+ #
22209
+ # <note markdown="1"> If you only want to use a single instance configuration inside the
22210
+ # `HyperParameterTuningResourceConfig` API, do not provide a value for
22211
+ # `InstanceConfigs`. Instead, use `InstanceType`, `VolumeSizeInGB` and
22212
+ # `InstanceCount`. If you use `InstanceConfigs`, do not provide values
22213
+ # for `InstanceType`, `VolumeSizeInGB` or `InstanceCount`.
22214
+ #
22215
+ # </note>
22216
+ # @return [Array<Types::HyperParameterTuningInstanceConfig>]
22217
+ #
22218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningResourceConfig AWS API Documentation
22219
+ #
22220
+ class HyperParameterTuningResourceConfig < Struct.new(
22221
+ :instance_type,
22222
+ :instance_count,
22223
+ :volume_size_in_gb,
22224
+ :volume_kms_key_id,
22225
+ :allocation_strategy,
22226
+ :instance_configs)
22227
+ SENSITIVE = []
22228
+ include Aws::Structure
22229
+ end
22230
+
21946
22231
  # A SageMaker image. A SageMaker image represents a set of container
21947
22232
  # images that are derived from a common base container image. Each of
21948
22233
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -35007,6 +35292,94 @@ module Aws::SageMaker
35007
35292
  include Aws::Structure
35008
35293
  end
35009
35294
 
35295
+ # Specifies mandatory fields for running an Inference Recommender job
35296
+ # directly in the [CreateInferenceRecommendationsJob][1] API. The fields
35297
+ # specified in `ContainerConfig` override the corresponding fields in
35298
+ # the model package. Use `ContainerConfig` if you want to specify these
35299
+ # fields for the recommendation job but don't want to edit them in your
35300
+ # model package.
35301
+ #
35302
+ #
35303
+ #
35304
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html
35305
+ #
35306
+ # @note When making an API call, you may pass RecommendationJobContainerConfig
35307
+ # data as a hash:
35308
+ #
35309
+ # {
35310
+ # domain: "String",
35311
+ # task: "String",
35312
+ # framework: "String",
35313
+ # framework_version: "String",
35314
+ # payload_config: {
35315
+ # sample_payload_url: "String",
35316
+ # supported_content_types: ["String"],
35317
+ # },
35318
+ # nearest_model_name: "String",
35319
+ # supported_instance_types: ["String"],
35320
+ # }
35321
+ #
35322
+ # @!attribute [rw] domain
35323
+ # The machine learning domain of the model and its components.
35324
+ #
35325
+ # Valid Values: `COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING |
35326
+ # MACHINE_LEARNING`
35327
+ # @return [String]
35328
+ #
35329
+ # @!attribute [rw] task
35330
+ # The machine learning task that the model accomplishes.
35331
+ #
35332
+ # Valid Values: `IMAGE_CLASSIFICATION | OBJECT_DETECTION |
35333
+ # TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION |
35334
+ # REGRESSION | OTHER`
35335
+ # @return [String]
35336
+ #
35337
+ # @!attribute [rw] framework
35338
+ # The machine learning framework of the container image.
35339
+ #
35340
+ # Valid Values: `TENSORFLOW | PYTORCH | XGBOOST |
35341
+ # SAGEMAKER-SCIKIT-LEARN`
35342
+ # @return [String]
35343
+ #
35344
+ # @!attribute [rw] framework_version
35345
+ # The framework version of the container image.
35346
+ # @return [String]
35347
+ #
35348
+ # @!attribute [rw] payload_config
35349
+ # Specifies the `SamplePayloadUrl` and all other sample
35350
+ # payload-related fields.
35351
+ # @return [Types::RecommendationJobPayloadConfig]
35352
+ #
35353
+ # @!attribute [rw] nearest_model_name
35354
+ # The name of a pre-trained machine learning model benchmarked by
35355
+ # Amazon SageMaker Inference Recommender that matches your model.
35356
+ #
35357
+ # Valid Values: `efficientnetb7 | unet | xgboost |
35358
+ # faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 |
35359
+ # mask-rcnn | sagemaker-scikit-learn | densenet201-gluon |
35360
+ # resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 |
35361
+ # bert-base-cased | xceptionV1-keras | resnet50 | retinanet`
35362
+ # @return [String]
35363
+ #
35364
+ # @!attribute [rw] supported_instance_types
35365
+ # A list of the instance types that are used to generate inferences in
35366
+ # real-time.
35367
+ # @return [Array<String>]
35368
+ #
35369
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobContainerConfig AWS API Documentation
35370
+ #
35371
+ class RecommendationJobContainerConfig < Struct.new(
35372
+ :domain,
35373
+ :task,
35374
+ :framework,
35375
+ :framework_version,
35376
+ :payload_config,
35377
+ :nearest_model_name,
35378
+ :supported_instance_types)
35379
+ SENSITIVE = []
35380
+ include Aws::Structure
35381
+ end
35382
+
35010
35383
  # The input configuration of the recommendation job.
35011
35384
  #
35012
35385
  # @note When making an API call, you may pass RecommendationJobInputConfig
@@ -35044,6 +35417,18 @@ module Aws::SageMaker
35044
35417
  # },
35045
35418
  # ],
35046
35419
  # volume_kms_key_id: "KmsKeyId",
35420
+ # container_config: {
35421
+ # domain: "String",
35422
+ # task: "String",
35423
+ # framework: "String",
35424
+ # framework_version: "String",
35425
+ # payload_config: {
35426
+ # sample_payload_url: "String",
35427
+ # supported_content_types: ["String"],
35428
+ # },
35429
+ # nearest_model_name: "String",
35430
+ # supported_instance_types: ["String"],
35431
+ # },
35047
35432
  # }
35048
35433
  #
35049
35434
  # @!attribute [rw] model_package_version_arn
@@ -35106,6 +35491,12 @@ module Aws::SageMaker
35106
35491
  # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id
35107
35492
  # @return [String]
35108
35493
  #
35494
+ # @!attribute [rw] container_config
35495
+ # Specifies mandatory fields for running an Inference Recommender job.
35496
+ # The fields specified in `ContainerConfig` override the corresponding
35497
+ # fields in the model package.
35498
+ # @return [Types::RecommendationJobContainerConfig]
35499
+ #
35109
35500
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobInputConfig AWS API Documentation
35110
35501
  #
35111
35502
  class RecommendationJobInputConfig < Struct.new(
@@ -35114,7 +35505,8 @@ module Aws::SageMaker
35114
35505
  :traffic_pattern,
35115
35506
  :resource_limit,
35116
35507
  :endpoint_configurations,
35117
- :volume_kms_key_id)
35508
+ :volume_kms_key_id,
35509
+ :container_config)
35118
35510
  SENSITIVE = []
35119
35511
  include Aws::Structure
35120
35512
  end
@@ -35180,6 +35572,35 @@ module Aws::SageMaker
35180
35572
  include Aws::Structure
35181
35573
  end
35182
35574
 
35575
+ # The configuration for the payload for a recommendation job.
35576
+ #
35577
+ # @note When making an API call, you may pass RecommendationJobPayloadConfig
35578
+ # data as a hash:
35579
+ #
35580
+ # {
35581
+ # sample_payload_url: "String",
35582
+ # supported_content_types: ["String"],
35583
+ # }
35584
+ #
35585
+ # @!attribute [rw] sample_payload_url
35586
+ # The Amazon Simple Storage Service (Amazon S3) path where the sample
35587
+ # payload is stored. This path must point to a single gzip compressed
35588
+ # tar archive (.tar.gz suffix).
35589
+ # @return [String]
35590
+ #
35591
+ # @!attribute [rw] supported_content_types
35592
+ # The supported MIME types for the input data.
35593
+ # @return [Array<String>]
35594
+ #
35595
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RecommendationJobPayloadConfig AWS API Documentation
35596
+ #
35597
+ class RecommendationJobPayloadConfig < Struct.new(
35598
+ :sample_payload_url,
35599
+ :supported_content_types)
35600
+ SENSITIVE = []
35601
+ include Aws::Structure
35602
+ end
35603
+
35183
35604
  # Specifies the maximum number of jobs that can run in parallel and the
35184
35605
  # maximum number of jobs that can run.
35185
35606
  #
@@ -35614,29 +36035,32 @@ module Aws::SageMaker
35614
36035
  # volume, choose `File` as the `TrainingInputMode` in the algorithm
35615
36036
  # specification.
35616
36037
  #
35617
- # You must specify sufficient ML storage for your scenario.
36038
+ # When using an ML instance with [NVMe SSD volumes][1], SageMaker
36039
+ # doesn't provision Amazon EBS General Purpose SSD (gp2) storage.
36040
+ # Available storage is fixed to the NVMe-type instance's storage
36041
+ # capacity. SageMaker configures storage paths for training datasets,
36042
+ # checkpoints, model artifacts, and outputs to use the entire capacity
36043
+ # of the instance storage. For example, ML instance families with the
36044
+ # NVMe-type instance storage include `ml.p4d`, `ml.g4dn`, and `ml.g5`.
35618
36045
  #
35619
- # <note markdown="1"> SageMaker supports only the General Purpose SSD (gp2) ML storage
35620
- # volume type.
36046
+ # When using an ML instance with the EBS-only storage option and
36047
+ # without instance storage, you must define the size of EBS volume
36048
+ # through `VolumeSizeInGB` in the `ResourceConfig` API. For example,
36049
+ # ML instance families that use EBS volumes include `ml.c5` and
36050
+ # `ml.p2`.
35621
36051
  #
35622
- # </note>
36052
+ # To look up instance types and their instance storage types and
36053
+ # volumes, see [Amazon EC2 Instance Types][2].
35623
36054
  #
35624
- # <note markdown="1"> Certain Nitro-based instances include local storage with a fixed
35625
- # total size, dependent on the instance type. When using these
35626
- # instances for training, SageMaker mounts the local instance storage
35627
- # instead of Amazon EBS gp2 storage. You can't request a
35628
- # `VolumeSizeInGB` greater than the total size of the local instance
35629
- # storage.
35630
- #
35631
- # For a list of instance types that support local instance storage,
35632
- # including the total size per instance type, see [Instance Store
35633
- # Volumes][1].
35634
- #
35635
- # </note>
36055
+ # To find the default local paths defined by the SageMaker training
36056
+ # platform, see [Amazon SageMaker Training Storage Folders for
36057
+ # Training Datasets, Checkpoints, Model Artifacts, and Outputs][3].
35636
36058
  #
35637
36059
  #
35638
36060
  #
35639
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
36061
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes
36062
+ # [2]: http://aws.amazon.com/ec2/instance-types/
36063
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html
35640
36064
  # @return [Integer]
35641
36065
  #
35642
36066
  # @!attribute [rw] volume_kms_key_id
@@ -37414,7 +37838,7 @@ module Aws::SageMaker
37414
37838
  #
37415
37839
  # @!attribute [rw] max_runtime_in_seconds
37416
37840
  # The maximum length of time, in seconds, that a training or
37417
- # compilation job can run.
37841
+ # compilation job can run before it is stopped.
37418
37842
  #
37419
37843
  # For compilation jobs, if the job does not complete during this time,
37420
37844
  # a `TimeOut` error is generated. We recommend starting with 900
@@ -37425,6 +37849,10 @@ module Aws::SageMaker
37425
37849
  # request, `MaxRuntimeInSeconds` specifies the maximum time for all of
37426
37850
  # the attempts in total, not each individual attempt. The default
37427
37851
  # value is 1 day. The maximum value is 28 days.
37852
+ #
37853
+ # The maximum time that a `TrainingJob` can run in total, including
37854
+ # any time spent publishing metrics or archiving and uploading models
37855
+ # after it has been stopped, is 30 days.
37428
37856
  # @return [Integer]
37429
37857
  #
37430
37858
  # @!attribute [rw] max_wait_time_in_seconds
@@ -40364,6 +40792,7 @@ module Aws::SageMaker
40364
40792
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
40365
40793
  # },
40366
40794
  # },
40795
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
40367
40796
  # },
40368
40797
  # }
40369
40798
  #
@@ -40614,7 +41043,10 @@ module Aws::SageMaker
40614
41043
  # @return [String]
40615
41044
  #
40616
41045
  # @!attribute [rw] feature_additions
40617
- # A list of the features that you're adding to the feature group.
41046
+ # Updates the feature group. Updating a feature group is an
41047
+ # asynchronous operation. When you get an HTTP 200 response, you've
41048
+ # made a valid request. It takes some time after you've made a valid
41049
+ # request for Feature Store to update the feature group.
40618
41050
  # @return [Array<Types::FeatureDefinition>]
40619
41051
  #
40620
41052
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupRequest AWS API Documentation
@@ -41355,11 +41787,15 @@ module Aws::SageMaker
41355
41787
  # An array of key-value pairs. You can use tags to categorize your
41356
41788
  # Amazon Web Services resources in different ways, for example, by
41357
41789
  # purpose, owner, or environment. For more information, see [Tagging
41358
- # Amazon Web Services Resources][1].
41790
+ # Amazon Web Services Resources][1]. In addition, the project must
41791
+ # have tag update constraints set in order to include this parameter
41792
+ # in the request. For more information, see [Amazon Web Services
41793
+ # Service Catalog Tag Update Constraints][2].
41359
41794
  #
41360
41795
  #
41361
41796
  #
41362
41797
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
41798
+ # [2]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html
41363
41799
  # @return [Array<Types::Tag>]
41364
41800
  #
41365
41801
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProjectInput AWS API Documentation
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.133.0'
52
+ GEM_VERSION = '1.136.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.133.0
4
+ version: 1.136.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-07-19 00:00:00.000000000 Z
11
+ date: 2022-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core