aws-sdk-sagemaker 1.56.0 → 1.61.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: 8a2e4fc025c36507f1c58b509348f61c23bc4f637d4fb8135998ab096ae07a90
4
- data.tar.gz: fbc3236fa3ef2027cf5021611c91f467c2a2ff72ced18109eb51e472f9ef5850
3
+ metadata.gz: e6a655ea901fb7fac2e035dc2925ef08d05a02487cb7076e28528bf132a2226b
4
+ data.tar.gz: d78abe95e1df114769dce45e08fb9e85bdb2d98b5d4b77a307842182ba6b4c9b
5
5
  SHA512:
6
- metadata.gz: '08576d724cd8302f673280c9f196b6d385236109ebee60c2a40fa3b6d0cbdc39ccd769c6467f068168a028d8ecb5cb2660c6bbb5c1a0e1b5190591cb6ef995ff'
7
- data.tar.gz: 1a0be997d0c75ab96a1bebbc25aaa180f6c8680f7b89c9103ddeed2e43fc9db5312ad79f3a0a2eb1385c41f6d7c67cda6c7e528e28e25ac080557a5b43652a8f
6
+ metadata.gz: 8dccd07347fa8204017348f57c3ff117cbf46216e3b1ecf0420ee892ca49ad30d930f54f28f3eff8e4f3bd8a0d630c99c5f47a80649c66d6459f536263223b0f
7
+ data.tar.gz: 889d4fe01abd031e573480c9e51dd09ce5993f9f22ec224667cad2ca0193eb7ac09f12e7fee824a8cc6248bbb66177ebe1150d367fb759f748d8b86e25a98dd0
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
46
48
  # @service
47
49
  module Aws::SageMaker
48
50
 
49
- GEM_VERSION = '1.56.0'
51
+ GEM_VERSION = '1.61.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::SageMaker
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::SageMaker
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::SageMaker
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -648,14 +652,11 @@ module Aws::SageMaker
648
652
  end
649
653
 
650
654
  # Creates a running App for the specified UserProfile. Supported Apps
651
- # are JupyterServer and KernelGateway. This operation is automatically
652
- # invoked by Amazon SageMaker Amazon SageMaker Studio (Studio) upon
653
- # access to the associated Studio Domain, and when new kernel
654
- # configurations are selected by the user. A user may have multiple Apps
655
- # active simultaneously. Apps will automatically terminate and be
656
- # deleted when stopped from within Studio, or when the DeleteApp API is
657
- # manually called. UserProfiles are limited to 5 concurrently running
658
- # Apps at a time.
655
+ # are JupyterServer, KernelGateway, and TensorBoard. This operation is
656
+ # automatically invoked by Amazon SageMaker Studio upon access to the
657
+ # associated Domain, and when new kernel configurations are selected by
658
+ # the user. A user may have multiple Apps active simultaneously.
659
+ # UserProfiles are limited to 5 concurrently running Apps at a time.
659
660
  #
660
661
  # @option params [required, String] :domain_id
661
662
  # The domain ID.
@@ -674,7 +675,8 @@ module Aws::SageMaker
674
675
  # unique per resource.
675
676
  #
676
677
  # @option params [Types::ResourceSpec] :resource_spec
677
- # The instance type and quantity.
678
+ # The instance type and the Amazon Resource Name (ARN) of the SageMaker
679
+ # image created on the instance.
678
680
  #
679
681
  # @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
680
682
  #
@@ -990,39 +992,51 @@ module Aws::SageMaker
990
992
  req.send_request(options)
991
993
  end
992
994
 
993
- # Creates a Domain for Amazon SageMaker Amazon SageMaker Studio
994
- # (Studio), which can be accessed by end-users in a web browser. A
995
- # Domain has an associated directory, list of authorized users, and a
996
- # variety of security, application, policies, and Amazon Virtual Private
997
- # Cloud configurations. An AWS account is limited to one Domain, per
998
- # region. Users within a domain can share notebook files and other
999
- # artifacts with each other. When a Domain is created, an Amazon Elastic
1000
- # File System (EFS) is also created for use by all of the users within
1001
- # the Domain. Each user receives a private home directory within the EFS
1002
- # for notebooks, Git repositories, and data files.
995
+ # Creates a `Domain` used by SageMaker Studio. A domain consists of an
996
+ # associated directory, a list of authorized users, and a variety of
997
+ # security, application, policy, and Amazon Virtual Private Cloud (VPC)
998
+ # configurations. An AWS account is limited to one domain per region.
999
+ # Users within a domain can share notebook files and other artifacts
1000
+ # with each other.
1001
+ #
1002
+ # When a domain is created, an Amazon Elastic File System (EFS) volume
1003
+ # is also created for use by all of the users within the domain. Each
1004
+ # user receives a private home directory within the EFS for notebooks,
1005
+ # Git repositories, and data files.
1006
+ #
1007
+ # All traffic between the domain and the EFS volume is communicated
1008
+ # through the specified subnet IDs. All other traffic goes over the
1009
+ # Internet through an Amazon SageMaker system VPC. The EFS traffic uses
1010
+ # the NFS/TCP protocol over port 2049.
1011
+ #
1012
+ # NFS traffic over TCP on port 2049 needs to be allowed in both inbound
1013
+ # and outbound rules in order to launch a SageMaker Studio app
1014
+ # successfully.
1003
1015
  #
1004
1016
  # @option params [required, String] :domain_name
1005
1017
  # A name for the domain.
1006
1018
  #
1007
1019
  # @option params [required, String] :auth_mode
1008
- # The mode of authentication that member use to access the domain.
1020
+ # The mode of authentication that members use to access the domain.
1009
1021
  #
1010
1022
  # @option params [required, Types::UserSettings] :default_user_settings
1011
1023
  # The default user settings.
1012
1024
  #
1013
1025
  # @option params [required, Array<String>] :subnet_ids
1014
- # Security setting to limit to a set of subnets.
1026
+ # The VPC subnets to use for communication with the EFS volume.
1015
1027
  #
1016
1028
  # @option params [required, String] :vpc_id
1017
- # Security setting to limit the domain's communication to a Amazon
1018
- # Virtual Private Cloud.
1029
+ # The ID of the Amazon Virtual Private Cloud (VPC) to use for
1030
+ # communication with the EFS volume.
1019
1031
  #
1020
1032
  # @option params [Array<Types::Tag>] :tags
1021
- # Each tag consists of a key and an optional value. Tag keys must be
1022
- # unique per resource.
1033
+ # Tags to associated with the Domain. Each tag consists of a key and an
1034
+ # optional value. Tag keys must be unique per resource. Tags are
1035
+ # searchable using the Search API.
1023
1036
  #
1024
1037
  # @option params [String] :home_efs_file_system_kms_key_id
1025
- # The AWS Key Management Service encryption key ID.
1038
+ # The AWS Key Management Service (KMS) encryption key ID. Encryption
1039
+ # with a customer master key (CMK) is not supported.
1026
1040
  #
1027
1041
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1028
1042
  #
@@ -1111,6 +1125,20 @@ module Aws::SageMaker
1111
1125
  # launches the resources (ML compute instances), and deploys the
1112
1126
  # model(s) on them.
1113
1127
  #
1128
+ # <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
1129
+ # verify that your endpoint configuration exists. When you read data
1130
+ # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
1131
+ # the response might not reflect the results of a recently completed
1132
+ # write operation. The response might include some stale data. If the
1133
+ # dependent entities are not yet in DynamoDB, this causes a validation
1134
+ # error. If you repeat your read request after a short time, the
1135
+ # response should return the latest data. So retry logic is recommended
1136
+ # to handle these possible issues. We also recommend that customers call
1137
+ # DescribeEndpointConfig before calling CreateEndpoint to minimize the
1138
+ # potential impact of a DynamoDB eventually consistent read.
1139
+ #
1140
+ # </note>
1141
+ #
1114
1142
  # When Amazon SageMaker receives the request, it sets the endpoint
1115
1143
  # status to `Creating`. After it creates the endpoint, it sets the
1116
1144
  # status to `InService`. Amazon SageMaker can then process incoming
@@ -1123,13 +1151,14 @@ module Aws::SageMaker
1123
1151
  # activated in your IAM user account by default. If you previously
1124
1152
  # deactivated AWS STS for a region, you need to reactivate AWS STS for
1125
1153
  # that region. For more information, see [Activating and Deactivating
1126
- # AWS STS in an AWS Region][2] in the *AWS Identity and Access
1154
+ # AWS STS in an AWS Region][3] in the *AWS Identity and Access
1127
1155
  # Management User Guide*.
1128
1156
  #
1129
1157
  #
1130
1158
  #
1131
1159
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
1132
- # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
1160
+ # [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
1161
+ # [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
1133
1162
  #
1134
1163
  # @option params [required, String] :endpoint_name
1135
1164
  # The name of the endpoint. The name must be unique within an AWS Region
@@ -1205,9 +1234,24 @@ module Aws::SageMaker
1205
1234
  # SageMaker hosting services, see [Deploy the Model to Amazon SageMaker
1206
1235
  # Hosting Services (AWS SDK for Python (Boto 3)).][1]
1207
1236
  #
1237
+ # <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
1238
+ # verify that your endpoint configuration exists. When you read data
1239
+ # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
1240
+ # the response might not reflect the results of a recently completed
1241
+ # write operation. The response might include some stale data. If the
1242
+ # dependent entities are not yet in DynamoDB, this causes a validation
1243
+ # error. If you repeat your read request after a short time, the
1244
+ # response should return the latest data. So retry logic is recommended
1245
+ # to handle these possible issues. We also recommend that customers call
1246
+ # DescribeEndpointConfig before calling CreateEndpoint to minimize the
1247
+ # potential impact of a DynamoDB eventually consistent read.
1248
+ #
1249
+ # </note>
1250
+ #
1208
1251
  #
1209
1252
  #
1210
1253
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
1254
+ # [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
1211
1255
  #
1212
1256
  # @option params [required, String] :endpoint_config_name
1213
1257
  # The name of the endpoint configuration. You specify this name in a
@@ -1573,6 +1617,8 @@ module Aws::SageMaker
1573
1617
  # resource configuration, and stopping condition.
1574
1618
  #
1575
1619
  # @option params [Array<Types::HyperParameterTrainingJobDefinition>] :training_job_definitions
1620
+ # A list of the HyperParameterTrainingJobDefinition objects launched for
1621
+ # this tuning job.
1576
1622
  #
1577
1623
  # @option params [Types::HyperParameterTuningJobWarmStartConfig] :warm_start_config
1578
1624
  # Specifies the configuration for starting the hyperparameter tuning job
@@ -2040,7 +2086,8 @@ module Aws::SageMaker
2040
2086
  # human_task_config: { # required
2041
2087
  # workteam_arn: "WorkteamArn", # required
2042
2088
  # ui_config: { # required
2043
- # ui_template_s3_uri: "S3Uri", # required
2089
+ # ui_template_s3_uri: "S3Uri",
2090
+ # human_task_ui_arn: "HumanTaskUiArn",
2044
2091
  # },
2045
2092
  # pre_human_task_lambda_arn: "LambdaFunctionArn", # required
2046
2093
  # task_keywords: ["TaskKeyword"],
@@ -2438,6 +2485,7 @@ module Aws::SageMaker
2438
2485
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
2439
2486
  # },
2440
2487
  # network_config: {
2488
+ # enable_inter_container_traffic_encryption: false,
2441
2489
  # enable_network_isolation: false,
2442
2490
  # vpc_config: {
2443
2491
  # security_group_ids: ["SecurityGroupId"], # required
@@ -2751,9 +2799,10 @@ module Aws::SageMaker
2751
2799
 
2752
2800
  # Creates a URL for a specified UserProfile in a Domain. When accessed
2753
2801
  # in a web browser, the user will be automatically signed in to Amazon
2754
- # SageMaker Amazon SageMaker Studio (Studio), and granted access to all
2755
- # of the Apps and files associated with that Amazon Elastic File System
2756
- # (EFS). This operation can only be called when AuthMode equals IAM.
2802
+ # SageMaker Studio, and granted access to all of the Apps and files
2803
+ # associated with the Domain's Amazon Elastic File System (EFS) volume.
2804
+ # This operation can only be called when the authentication mode equals
2805
+ # IAM.
2757
2806
  #
2758
2807
  # @option params [required, String] :domain_id
2759
2808
  # The domain ID.
@@ -2795,14 +2844,19 @@ module Aws::SageMaker
2795
2844
  # showing the Jupyter server home page from the notebook instance. The
2796
2845
  # console uses this API to get the URL and show the page.
2797
2846
  #
2798
- # IAM authorization policies for this API are also enforced for every
2799
- # HTTP request and WebSocket frame that attempts to connect to the
2800
- # notebook instance.For example, you can restrict access to this API and
2801
- # to the URL that it returns to a list of IP addresses that you specify.
2802
- # Use the `NotIpAddress` condition operator and the `aws:SourceIP`
2803
- # condition context key to specify the list of IP addresses that you
2804
- # want to have access to the notebook instance. For more information,
2805
- # see [Limit Access to a Notebook Instance by IP Address][1].
2847
+ # The IAM role or user used to call this API defines the permissions to
2848
+ # access the notebook instance. Once the presigned URL is created, no
2849
+ # additional permission is required to access this URL. IAM
2850
+ # authorization policies for this API are also enforced for every HTTP
2851
+ # request and WebSocket frame that attempts to connect to the notebook
2852
+ # instance.
2853
+ #
2854
+ # You can restrict access to this API and to the URL that it returns to
2855
+ # a list of IP addresses that you specify. Use the `NotIpAddress`
2856
+ # condition operator and the `aws:SourceIP` condition context key to
2857
+ # specify the list of IP addresses that you want to have access to the
2858
+ # notebook instance. For more information, see [Limit Access to a
2859
+ # Notebook Instance by IP Address][1].
2806
2860
  #
2807
2861
  # <note markdown="1"> The URL that you get from a call to CreatePresignedNotebookInstanceUrl
2808
2862
  # is valid only for 5 minutes. If you try to use the URL after the
@@ -2947,6 +3001,7 @@ module Aws::SageMaker
2947
3001
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
2948
3002
  # },
2949
3003
  # network_config: {
3004
+ # enable_inter_container_traffic_encryption: false,
2950
3005
  # enable_network_isolation: false,
2951
3006
  # vpc_config: {
2952
3007
  # security_group_ids: ["SecurityGroupId"], # required
@@ -3706,14 +3761,14 @@ module Aws::SageMaker
3706
3761
  req.send_request(options)
3707
3762
  end
3708
3763
 
3709
- # Creates a new user profile. A user profile represents a single user
3710
- # within a Domain, and is the main way to reference a "person" for the
3711
- # purposes of sharing, reporting and other user-oriented features. This
3712
- # entity is created during on-boarding. If an administrator invites a
3713
- # person by email or imports them from SSO, a new UserProfile is
3714
- # automatically created. This entity is the primary holder of settings
3715
- # for an individual user and has a reference to the user's private
3716
- # Amazon Elastic File System (EFS) home directory.
3764
+ # Creates a user profile. A user profile represents a single user within
3765
+ # a domain, and is the main way to reference a "person" for the
3766
+ # purposes of sharing, reporting, and other user-oriented features. This
3767
+ # entity is created when a user onboards to Amazon SageMaker Studio. If
3768
+ # an administrator invites a person by email or imports them from SSO, a
3769
+ # user profile is automatically created. A user profile is the primary
3770
+ # holder of settings for an individual user and has a reference to the
3771
+ # user's private Amazon Elastic File System (EFS) home directory.
3717
3772
  #
3718
3773
  # @option params [required, String] :domain_id
3719
3774
  # The ID of the associated Domain.
@@ -3958,18 +4013,18 @@ module Aws::SageMaker
3958
4013
  req.send_request(options)
3959
4014
  end
3960
4015
 
3961
- # Used to delete a domain. If you on-boarded with IAM mode, you will
3962
- # need to delete your domain to on-board again using SSO. Use with
3963
- # caution. All of the members of the domain will lose access to their
3964
- # EFS volume, including data, notebooks, and other artifacts.
4016
+ # Used to delete a domain. If you onboarded with IAM mode, you will need
4017
+ # to delete your domain to onboard again using SSO. Use with caution.
4018
+ # All of the members of the domain will lose access to their EFS volume,
4019
+ # including data, notebooks, and other artifacts.
3965
4020
  #
3966
4021
  # @option params [required, String] :domain_id
3967
4022
  # The domain ID.
3968
4023
  #
3969
4024
  # @option params [Types::RetentionPolicy] :retention_policy
3970
- # The retention policy for this domain, which specifies which resources
3971
- # will be retained after the Domain is deleted. By default, all
3972
- # resources are retained (not automatically deleted).
4025
+ # The retention policy for this domain, which specifies whether
4026
+ # resources will be retained after the Domain is deleted. By default,
4027
+ # all resources are retained (not automatically deleted).
3973
4028
  #
3974
4029
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3975
4030
  #
@@ -4026,6 +4081,13 @@ module Aws::SageMaker
4026
4081
  # deletes only the specified configuration. It does not delete endpoints
4027
4082
  # created using the configuration.
4028
4083
  #
4084
+ # You must not delete an `EndpointConfig` in use by an endpoint that is
4085
+ # live or while the `UpdateEndpoint` or `CreateEndpoint` operations are
4086
+ # being performed on the endpoint. If you delete the `EndpointConfig` of
4087
+ # an endpoint that is active or being created or updated you may lose
4088
+ # visibility into the instance type the endpoint is using. The endpoint
4089
+ # must be deleted in order to stop incurring charges.
4090
+ #
4029
4091
  # @option params [required, String] :endpoint_config_name
4030
4092
  # The name of the endpoint configuration that you want to delete.
4031
4093
  #
@@ -4320,7 +4382,9 @@ module Aws::SageMaker
4320
4382
  req.send_request(options)
4321
4383
  end
4322
4384
 
4323
- # Deletes a user profile.
4385
+ # Deletes a user profile. When a user profile is deleted, the user loses
4386
+ # access to their EFS volume, including data, notebooks, and other
4387
+ # artifacts.
4324
4388
  #
4325
4389
  # @option params [required, String] :domain_id
4326
4390
  # The domain ID.
@@ -4779,7 +4843,7 @@ module Aws::SageMaker
4779
4843
  req.send_request(options)
4780
4844
  end
4781
4845
 
4782
- # The desciption of the domain.
4846
+ # The description of the domain.
4783
4847
  #
4784
4848
  # @option params [required, String] :domain_id
4785
4849
  # The domain ID.
@@ -5396,6 +5460,7 @@ module Aws::SageMaker
5396
5460
  # resp.labeling_job_algorithms_config.labeling_job_resource_config.volume_kms_key_id #=> String
5397
5461
  # resp.human_task_config.workteam_arn #=> String
5398
5462
  # resp.human_task_config.ui_config.ui_template_s3_uri #=> String
5463
+ # resp.human_task_config.ui_config.human_task_ui_arn #=> String
5399
5464
  # resp.human_task_config.pre_human_task_lambda_arn #=> String
5400
5465
  # resp.human_task_config.task_keywords #=> Array
5401
5466
  # resp.human_task_config.task_keywords[0] #=> String
@@ -5631,6 +5696,7 @@ module Aws::SageMaker
5631
5696
  # resp.monitoring_schedule_config.monitoring_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
5632
5697
  # resp.monitoring_schedule_config.monitoring_job_definition.environment #=> Hash
5633
5698
  # resp.monitoring_schedule_config.monitoring_job_definition.environment["ProcessingEnvironmentKey"] #=> String
5699
+ # resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_inter_container_traffic_encryption #=> Boolean
5634
5700
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_network_isolation #=> Boolean
5635
5701
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids #=> Array
5636
5702
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids[0] #=> String
@@ -5844,6 +5910,7 @@ module Aws::SageMaker
5844
5910
  # resp.app_specification.container_arguments[0] #=> String
5845
5911
  # resp.environment #=> Hash
5846
5912
  # resp.environment["ProcessingEnvironmentKey"] #=> String
5913
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
5847
5914
  # resp.network_config.enable_network_isolation #=> Boolean
5848
5915
  # resp.network_config.vpc_config.security_group_ids #=> Array
5849
5916
  # resp.network_config.vpc_config.security_group_ids[0] #=> String
@@ -6282,7 +6349,8 @@ module Aws::SageMaker
6282
6349
  req.send_request(options)
6283
6350
  end
6284
6351
 
6285
- # Describes the user profile.
6352
+ # Describes a user profile. For more information, see
6353
+ # `CreateUserProfile`.
6286
6354
  #
6287
6355
  # @option params [required, String] :domain_id
6288
6356
  # The domain ID.
@@ -8824,7 +8892,7 @@ module Aws::SageMaker
8824
8892
  # Renders the UI template so that you can preview the worker's
8825
8893
  # experience.
8826
8894
  #
8827
- # @option params [required, Types::UiTemplate] :ui_template
8895
+ # @option params [Types::UiTemplate] :ui_template
8828
8896
  # A `Template` object containing the worker UI template to render.
8829
8897
  #
8830
8898
  # @option params [required, Types::RenderableTask] :task
@@ -8834,6 +8902,10 @@ module Aws::SageMaker
8834
8902
  # The Amazon Resource Name (ARN) that has access to the S3 objects that
8835
8903
  # are used by the template.
8836
8904
  #
8905
+ # @option params [String] :human_task_ui_arn
8906
+ # The `HumanTaskUiArn` of the worker UI that you want to render. Do not
8907
+ # provide a `HumanTaskUiArn` if you use the `UiTemplate` parameter.
8908
+ #
8837
8909
  # @return [Types::RenderUiTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8838
8910
  #
8839
8911
  # * {Types::RenderUiTemplateResponse#rendered_content #rendered_content} => String
@@ -8842,13 +8914,14 @@ module Aws::SageMaker
8842
8914
  # @example Request syntax with placeholder values
8843
8915
  #
8844
8916
  # resp = client.render_ui_template({
8845
- # ui_template: { # required
8917
+ # ui_template: {
8846
8918
  # content: "TemplateContent", # required
8847
8919
  # },
8848
8920
  # task: { # required
8849
8921
  # input: "TaskInput", # required
8850
8922
  # },
8851
8923
  # role_arn: "RoleArn", # required
8924
+ # human_task_ui_arn: "HumanTaskUiArn",
8852
8925
  # })
8853
8926
  #
8854
8927
  # @example Response structure
@@ -9252,6 +9325,7 @@ module Aws::SageMaker
9252
9325
  # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_arguments[0] #=> String
9253
9326
  # resp.results[0].trial_component.source_detail.processing_job.environment #=> Hash
9254
9327
  # resp.results[0].trial_component.source_detail.processing_job.environment["ProcessingEnvironmentKey"] #=> String
9328
+ # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_inter_container_traffic_encryption #=> Boolean
9255
9329
  # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_network_isolation #=> Boolean
9256
9330
  # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids #=> Array
9257
9331
  # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids[0] #=> String
@@ -9623,10 +9697,10 @@ module Aws::SageMaker
9623
9697
  req.send_request(options)
9624
9698
  end
9625
9699
 
9626
- # Updates a domain. Changes will impact all of the people in the domain.
9700
+ # Updates the default settings for new user profiles in the domain.
9627
9701
  #
9628
9702
  # @option params [required, String] :domain_id
9629
- # The domain ID.
9703
+ # The ID of the domain to be updated.
9630
9704
  #
9631
9705
  # @option params [Types::UserSettings] :default_user_settings
9632
9706
  # A collection of settings.
@@ -9696,6 +9770,11 @@ module Aws::SageMaker
9696
9770
  # being performed on the endpoint. To update an endpoint, you must
9697
9771
  # create a new `EndpointConfig`.
9698
9772
  #
9773
+ # If you delete the `EndpointConfig` of an endpoint that is active or
9774
+ # being created or updated you may lose visibility into the instance
9775
+ # type the endpoint is using. The endpoint must be deleted in order to
9776
+ # stop incurring charges.
9777
+ #
9699
9778
  # </note>
9700
9779
  #
9701
9780
  # @option params [required, String] :endpoint_name
@@ -9907,6 +9986,7 @@ module Aws::SageMaker
9907
9986
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
9908
9987
  # },
9909
9988
  # network_config: {
9989
+ # enable_inter_container_traffic_encryption: false,
9910
9990
  # enable_network_isolation: false,
9911
9991
  # vpc_config: {
9912
9992
  # security_group_ids: ["SecurityGroupId"], # required
@@ -10444,7 +10524,7 @@ module Aws::SageMaker
10444
10524
  params: params,
10445
10525
  config: config)
10446
10526
  context[:gem_name] = 'aws-sdk-sagemaker'
10447
- context[:gem_version] = '1.56.0'
10527
+ context[:gem_version] = '1.61.0'
10448
10528
  Seahorse::Client::Request.new(handlers, context)
10449
10529
  end
10450
10530