aws-sdk-sagemaker 1.54.0 → 1.59.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: f57d3b8ec92bdceaad57a4aabac12ae22a8ed70ebc820efe77badb03d083b6be
4
- data.tar.gz: 26ef0a9bbf51d5c8c63d8f0a9df23b6e68b1ed93c33823ac3233e26a7352b45f
3
+ metadata.gz: aa19447c0ee9beaa13f7e3e0ab1ce1bc731be958da399f0e5e39fec9236e4baa
4
+ data.tar.gz: 1da88086001e566b4b476a6d0b992e7830b8547c6ec1e3fd91788f545645be7b
5
5
  SHA512:
6
- metadata.gz: a7e3307bf28f70dbb00861bcb762f56f16db4d31a308a8ff4ef82f1f02ed2d80a4b727945167bae868e3ca2395685cbbf30571c747cce26e6c349e4fed43b6cc
7
- data.tar.gz: '04971f3b6564d93ad5dd03074329187b3e5807baa490a79582973c871e44e3f2db10ad3391009ee8ca46ce1cb05dac70287dabb2c7d790cb73dff09a743264c2'
6
+ metadata.gz: 390197eb9e0ec5927755e17bb60b395a13d0ffcadac1a58f0d9cdc1ff99259d46c449996fbd80fa563a7e0a45324e16dd2159ce7fa736ce047221caf8c0e769f
7
+ data.tar.gz: 6b55ef7cf9386a14fcc5d8d7d9b0dc6467788ecf1d4bd51bee4cd591810180aeaf57e118d2c18f9cf137dba6e5b4ac9142ef049da87bf593ab8db901e6ada03f
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
46
46
  # @service
47
47
  module Aws::SageMaker
48
48
 
49
- GEM_VERSION = '1.54.0'
49
+ GEM_VERSION = '1.59.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::SageMaker
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::SageMaker
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +176,7 @@ module Aws::SageMaker
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -648,14 +648,11 @@ module Aws::SageMaker
648
648
  end
649
649
 
650
650
  # 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.
651
+ # are JupyterServer, KernelGateway, and TensorBoard. This operation is
652
+ # automatically invoked by Amazon SageMaker Studio upon access to the
653
+ # associated Domain, and when new kernel configurations are selected by
654
+ # the user. A user may have multiple Apps active simultaneously.
655
+ # UserProfiles are limited to 5 concurrently running Apps at a time.
659
656
  #
660
657
  # @option params [required, String] :domain_id
661
658
  # The domain ID.
@@ -674,7 +671,8 @@ module Aws::SageMaker
674
671
  # unique per resource.
675
672
  #
676
673
  # @option params [Types::ResourceSpec] :resource_spec
677
- # The instance type and quantity.
674
+ # The instance type and the Amazon Resource Name (ARN) of the SageMaker
675
+ # image created on the instance.
678
676
  #
679
677
  # @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
680
678
  #
@@ -694,7 +692,7 @@ module Aws::SageMaker
694
692
  # },
695
693
  # ],
696
694
  # resource_spec: {
697
- # environment_arn: "EnvironmentArn",
695
+ # sage_maker_image_arn: "SageMakerImageArn",
698
696
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
699
697
  # },
700
698
  # })
@@ -990,39 +988,51 @@ module Aws::SageMaker
990
988
  req.send_request(options)
991
989
  end
992
990
 
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.
991
+ # Creates a `Domain` used by SageMaker Studio. A domain consists of an
992
+ # associated directory, a list of authorized users, and a variety of
993
+ # security, application, policy, and Amazon Virtual Private Cloud (VPC)
994
+ # configurations. An AWS account is limited to one domain per region.
995
+ # Users within a domain can share notebook files and other artifacts
996
+ # with each other.
997
+ #
998
+ # When a domain is created, an Amazon Elastic File System (EFS) volume
999
+ # is also created for use by all of the users within the domain. Each
1000
+ # user receives a private home directory within the EFS for notebooks,
1001
+ # Git repositories, and data files.
1002
+ #
1003
+ # All traffic between the domain and the EFS volume is communicated
1004
+ # through the specified subnet IDs. All other traffic goes over the
1005
+ # Internet through an Amazon SageMaker system VPC. The EFS traffic uses
1006
+ # the NFS/TCP protocol over port 2049.
1007
+ #
1008
+ # NFS traffic over TCP on port 2049 needs to be allowed in both inbound
1009
+ # and outbound rules in order to launch a SageMaker Studio app
1010
+ # successfully.
1003
1011
  #
1004
1012
  # @option params [required, String] :domain_name
1005
1013
  # A name for the domain.
1006
1014
  #
1007
1015
  # @option params [required, String] :auth_mode
1008
- # The mode of authentication that member use to access the domain.
1016
+ # The mode of authentication that members use to access the domain.
1009
1017
  #
1010
1018
  # @option params [required, Types::UserSettings] :default_user_settings
1011
1019
  # The default user settings.
1012
1020
  #
1013
1021
  # @option params [required, Array<String>] :subnet_ids
1014
- # Security setting to limit to a set of subnets.
1022
+ # The VPC subnets to use for communication with the EFS volume.
1015
1023
  #
1016
1024
  # @option params [required, String] :vpc_id
1017
- # Security setting to limit the domain's communication to a Amazon
1018
- # Virtual Private Cloud.
1025
+ # The ID of the Amazon Virtual Private Cloud (VPC) to use for
1026
+ # communication with the EFS volume.
1019
1027
  #
1020
1028
  # @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.
1029
+ # Tags to associated with the Domain. Each tag consists of a key and an
1030
+ # optional value. Tag keys must be unique per resource. Tags are
1031
+ # searchable using the Search API.
1023
1032
  #
1024
1033
  # @option params [String] :home_efs_file_system_kms_key_id
1025
- # The AWS Key Management Service encryption key ID.
1034
+ # The AWS Key Management Service (KMS) encryption key ID. Encryption
1035
+ # with a customer master key (CMK) is not supported.
1026
1036
  #
1027
1037
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1028
1038
  #
@@ -1044,19 +1054,19 @@ module Aws::SageMaker
1044
1054
  # },
1045
1055
  # jupyter_server_app_settings: {
1046
1056
  # default_resource_spec: {
1047
- # environment_arn: "EnvironmentArn",
1057
+ # sage_maker_image_arn: "SageMakerImageArn",
1048
1058
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1049
1059
  # },
1050
1060
  # },
1051
1061
  # kernel_gateway_app_settings: {
1052
1062
  # default_resource_spec: {
1053
- # environment_arn: "EnvironmentArn",
1063
+ # sage_maker_image_arn: "SageMakerImageArn",
1054
1064
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1055
1065
  # },
1056
1066
  # },
1057
1067
  # tensor_board_app_settings: {
1058
1068
  # default_resource_spec: {
1059
- # environment_arn: "EnvironmentArn",
1069
+ # sage_maker_image_arn: "SageMakerImageArn",
1060
1070
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1061
1071
  # },
1062
1072
  # },
@@ -1111,6 +1121,20 @@ module Aws::SageMaker
1111
1121
  # launches the resources (ML compute instances), and deploys the
1112
1122
  # model(s) on them.
1113
1123
  #
1124
+ # <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
1125
+ # verify that your endpoint configuration exists. When you read data
1126
+ # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
1127
+ # the response might not reflect the results of a recently completed
1128
+ # write operation. The response might include some stale data. If the
1129
+ # dependent entities are not yet in DynamoDB, this causes a validation
1130
+ # error. If you repeat your read request after a short time, the
1131
+ # response should return the latest data. So retry logic is recommended
1132
+ # to handle these possible issues. We also recommend that customers call
1133
+ # DescribeEndpointConfig before calling CreateEndpoint to minimize the
1134
+ # potential impact of a DynamoDB eventually consistent read.
1135
+ #
1136
+ # </note>
1137
+ #
1114
1138
  # When Amazon SageMaker receives the request, it sets the endpoint
1115
1139
  # status to `Creating`. After it creates the endpoint, it sets the
1116
1140
  # status to `InService`. Amazon SageMaker can then process incoming
@@ -1123,13 +1147,14 @@ module Aws::SageMaker
1123
1147
  # activated in your IAM user account by default. If you previously
1124
1148
  # deactivated AWS STS for a region, you need to reactivate AWS STS for
1125
1149
  # that region. For more information, see [Activating and Deactivating
1126
- # AWS STS in an AWS Region][2] in the *AWS Identity and Access
1150
+ # AWS STS in an AWS Region][3] in the *AWS Identity and Access
1127
1151
  # Management User Guide*.
1128
1152
  #
1129
1153
  #
1130
1154
  #
1131
1155
  # [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
1156
+ # [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
1157
+ # [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
1133
1158
  #
1134
1159
  # @option params [required, String] :endpoint_name
1135
1160
  # The name of the endpoint. The name must be unique within an AWS Region
@@ -1205,9 +1230,24 @@ module Aws::SageMaker
1205
1230
  # SageMaker hosting services, see [Deploy the Model to Amazon SageMaker
1206
1231
  # Hosting Services (AWS SDK for Python (Boto 3)).][1]
1207
1232
  #
1233
+ # <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
1234
+ # verify that your endpoint configuration exists. When you read data
1235
+ # from a DynamoDB table supporting [ `Eventually Consistent Reads` ][2],
1236
+ # the response might not reflect the results of a recently completed
1237
+ # write operation. The response might include some stale data. If the
1238
+ # dependent entities are not yet in DynamoDB, this causes a validation
1239
+ # error. If you repeat your read request after a short time, the
1240
+ # response should return the latest data. So retry logic is recommended
1241
+ # to handle these possible issues. We also recommend that customers call
1242
+ # DescribeEndpointConfig before calling CreateEndpoint to minimize the
1243
+ # potential impact of a DynamoDB eventually consistent read.
1244
+ #
1245
+ # </note>
1246
+ #
1208
1247
  #
1209
1248
  #
1210
1249
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
1250
+ # [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
1211
1251
  #
1212
1252
  # @option params [required, String] :endpoint_config_name
1213
1253
  # The name of the endpoint configuration. You specify this name in a
@@ -1573,6 +1613,8 @@ module Aws::SageMaker
1573
1613
  # resource configuration, and stopping condition.
1574
1614
  #
1575
1615
  # @option params [Array<Types::HyperParameterTrainingJobDefinition>] :training_job_definitions
1616
+ # A list of the HyperParameterTrainingJobDefinition objects launched for
1617
+ # this tuning job.
1576
1618
  #
1577
1619
  # @option params [Types::HyperParameterTuningJobWarmStartConfig] :warm_start_config
1578
1620
  # Specifies the configuration for starting the hyperparameter tuning job
@@ -2040,7 +2082,8 @@ module Aws::SageMaker
2040
2082
  # human_task_config: { # required
2041
2083
  # workteam_arn: "WorkteamArn", # required
2042
2084
  # ui_config: { # required
2043
- # ui_template_s3_uri: "S3Uri", # required
2085
+ # ui_template_s3_uri: "S3Uri",
2086
+ # human_task_ui_arn: "HumanTaskUiArn",
2044
2087
  # },
2045
2088
  # pre_human_task_lambda_arn: "LambdaFunctionArn", # required
2046
2089
  # task_keywords: ["TaskKeyword"],
@@ -2438,6 +2481,7 @@ module Aws::SageMaker
2438
2481
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
2439
2482
  # },
2440
2483
  # network_config: {
2484
+ # enable_inter_container_traffic_encryption: false,
2441
2485
  # enable_network_isolation: false,
2442
2486
  # vpc_config: {
2443
2487
  # security_group_ids: ["SecurityGroupId"], # required
@@ -2751,9 +2795,10 @@ module Aws::SageMaker
2751
2795
 
2752
2796
  # Creates a URL for a specified UserProfile in a Domain. When accessed
2753
2797
  # 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.
2798
+ # SageMaker Studio, and granted access to all of the Apps and files
2799
+ # associated with the Domain's Amazon Elastic File System (EFS) volume.
2800
+ # This operation can only be called when the authentication mode equals
2801
+ # IAM.
2757
2802
  #
2758
2803
  # @option params [required, String] :domain_id
2759
2804
  # The domain ID.
@@ -2795,14 +2840,19 @@ module Aws::SageMaker
2795
2840
  # showing the Jupyter server home page from the notebook instance. The
2796
2841
  # console uses this API to get the URL and show the page.
2797
2842
  #
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].
2843
+ # The IAM role or user used to call this API defines the permissions to
2844
+ # access the notebook instance. Once the presigned URL is created, no
2845
+ # additional permission is required to access this URL. IAM
2846
+ # authorization policies for this API are also enforced for every HTTP
2847
+ # request and WebSocket frame that attempts to connect to the notebook
2848
+ # instance.
2849
+ #
2850
+ # You can restrict access to this API and to the URL that it returns to
2851
+ # a list of IP addresses that you specify. Use the `NotIpAddress`
2852
+ # condition operator and the `aws:SourceIP` condition context key to
2853
+ # specify the list of IP addresses that you want to have access to the
2854
+ # notebook instance. For more information, see [Limit Access to a
2855
+ # Notebook Instance by IP Address][1].
2806
2856
  #
2807
2857
  # <note markdown="1"> The URL that you get from a call to CreatePresignedNotebookInstanceUrl
2808
2858
  # is valid only for 5 minutes. If you try to use the URL after the
@@ -2947,6 +2997,7 @@ module Aws::SageMaker
2947
2997
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
2948
2998
  # },
2949
2999
  # network_config: {
3000
+ # enable_inter_container_traffic_encryption: false,
2950
3001
  # enable_network_isolation: false,
2951
3002
  # vpc_config: {
2952
3003
  # security_group_ids: ["SecurityGroupId"], # required
@@ -3706,14 +3757,14 @@ module Aws::SageMaker
3706
3757
  req.send_request(options)
3707
3758
  end
3708
3759
 
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.
3760
+ # Creates a user profile. A user profile represents a single user within
3761
+ # a domain, and is the main way to reference a "person" for the
3762
+ # purposes of sharing, reporting, and other user-oriented features. This
3763
+ # entity is created when a user onboards to Amazon SageMaker Studio. If
3764
+ # an administrator invites a person by email or imports them from SSO, a
3765
+ # user profile is automatically created. A user profile is the primary
3766
+ # holder of settings for an individual user and has a reference to the
3767
+ # user's private Amazon Elastic File System (EFS) home directory.
3717
3768
  #
3718
3769
  # @option params [required, String] :domain_id
3719
3770
  # The ID of the associated Domain.
@@ -3767,19 +3818,19 @@ module Aws::SageMaker
3767
3818
  # },
3768
3819
  # jupyter_server_app_settings: {
3769
3820
  # default_resource_spec: {
3770
- # environment_arn: "EnvironmentArn",
3821
+ # sage_maker_image_arn: "SageMakerImageArn",
3771
3822
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3772
3823
  # },
3773
3824
  # },
3774
3825
  # kernel_gateway_app_settings: {
3775
3826
  # default_resource_spec: {
3776
- # environment_arn: "EnvironmentArn",
3827
+ # sage_maker_image_arn: "SageMakerImageArn",
3777
3828
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3778
3829
  # },
3779
3830
  # },
3780
3831
  # tensor_board_app_settings: {
3781
3832
  # default_resource_spec: {
3782
- # environment_arn: "EnvironmentArn",
3833
+ # sage_maker_image_arn: "SageMakerImageArn",
3783
3834
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3784
3835
  # },
3785
3836
  # },
@@ -3958,18 +4009,18 @@ module Aws::SageMaker
3958
4009
  req.send_request(options)
3959
4010
  end
3960
4011
 
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.
4012
+ # Used to delete a domain. If you onboarded with IAM mode, you will need
4013
+ # to delete your domain to onboard again using SSO. Use with caution.
4014
+ # All of the members of the domain will lose access to their EFS volume,
4015
+ # including data, notebooks, and other artifacts.
3965
4016
  #
3966
4017
  # @option params [required, String] :domain_id
3967
4018
  # The domain ID.
3968
4019
  #
3969
4020
  # @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).
4021
+ # The retention policy for this domain, which specifies whether
4022
+ # resources will be retained after the Domain is deleted. By default,
4023
+ # all resources are retained (not automatically deleted).
3973
4024
  #
3974
4025
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3975
4026
  #
@@ -4026,6 +4077,13 @@ module Aws::SageMaker
4026
4077
  # deletes only the specified configuration. It does not delete endpoints
4027
4078
  # created using the configuration.
4028
4079
  #
4080
+ # You must not delete an `EndpointConfig` in use by an endpoint that is
4081
+ # live or while the `UpdateEndpoint` or `CreateEndpoint` operations are
4082
+ # being performed on the endpoint. If you delete the `EndpointConfig` of
4083
+ # an endpoint that is active or being created or updated you may lose
4084
+ # visibility into the instance type the endpoint is using. The endpoint
4085
+ # must be deleted in order to stop incurring charges.
4086
+ #
4029
4087
  # @option params [required, String] :endpoint_config_name
4030
4088
  # The name of the endpoint configuration that you want to delete.
4031
4089
  #
@@ -4320,7 +4378,9 @@ module Aws::SageMaker
4320
4378
  req.send_request(options)
4321
4379
  end
4322
4380
 
4323
- # Deletes a user profile.
4381
+ # Deletes a user profile. When a user profile is deleted, the user loses
4382
+ # access to their EFS volume, including data, notebooks, and other
4383
+ # artifacts.
4324
4384
  #
4325
4385
  # @option params [required, String] :domain_id
4326
4386
  # The domain ID.
@@ -4571,7 +4631,7 @@ module Aws::SageMaker
4571
4631
  # resp.last_user_activity_timestamp #=> Time
4572
4632
  # resp.creation_time #=> Time
4573
4633
  # resp.failure_reason #=> String
4574
- # resp.resource_spec.environment_arn #=> String
4634
+ # resp.resource_spec.sage_maker_image_arn #=> String
4575
4635
  # resp.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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
4576
4636
  #
4577
4637
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
@@ -4779,7 +4839,7 @@ module Aws::SageMaker
4779
4839
  req.send_request(options)
4780
4840
  end
4781
4841
 
4782
- # The desciption of the domain.
4842
+ # The description of the domain.
4783
4843
  #
4784
4844
  # @option params [required, String] :domain_id
4785
4845
  # The domain ID.
@@ -4826,11 +4886,11 @@ module Aws::SageMaker
4826
4886
  # resp.default_user_settings.sharing_settings.notebook_output_option #=> String, one of "Allowed", "Disabled"
4827
4887
  # resp.default_user_settings.sharing_settings.s3_output_path #=> String
4828
4888
  # resp.default_user_settings.sharing_settings.s3_kms_key_id #=> String
4829
- # resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.environment_arn #=> String
4889
+ # resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
4830
4890
  # resp.default_user_settings.jupyter_server_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
4831
- # resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.environment_arn #=> String
4891
+ # resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
4832
4892
  # resp.default_user_settings.kernel_gateway_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
4833
- # resp.default_user_settings.tensor_board_app_settings.default_resource_spec.environment_arn #=> String
4893
+ # resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
4834
4894
  # resp.default_user_settings.tensor_board_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
4835
4895
  # resp.home_efs_file_system_kms_key_id #=> String
4836
4896
  # resp.subnet_ids #=> Array
@@ -5396,6 +5456,7 @@ module Aws::SageMaker
5396
5456
  # resp.labeling_job_algorithms_config.labeling_job_resource_config.volume_kms_key_id #=> String
5397
5457
  # resp.human_task_config.workteam_arn #=> String
5398
5458
  # resp.human_task_config.ui_config.ui_template_s3_uri #=> String
5459
+ # resp.human_task_config.ui_config.human_task_ui_arn #=> String
5399
5460
  # resp.human_task_config.pre_human_task_lambda_arn #=> String
5400
5461
  # resp.human_task_config.task_keywords #=> Array
5401
5462
  # resp.human_task_config.task_keywords[0] #=> String
@@ -5631,6 +5692,7 @@ module Aws::SageMaker
5631
5692
  # resp.monitoring_schedule_config.monitoring_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
5632
5693
  # resp.monitoring_schedule_config.monitoring_job_definition.environment #=> Hash
5633
5694
  # resp.monitoring_schedule_config.monitoring_job_definition.environment["ProcessingEnvironmentKey"] #=> String
5695
+ # resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_inter_container_traffic_encryption #=> Boolean
5634
5696
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_network_isolation #=> Boolean
5635
5697
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids #=> Array
5636
5698
  # resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids[0] #=> String
@@ -5844,6 +5906,7 @@ module Aws::SageMaker
5844
5906
  # resp.app_specification.container_arguments[0] #=> String
5845
5907
  # resp.environment #=> Hash
5846
5908
  # resp.environment["ProcessingEnvironmentKey"] #=> String
5909
+ # resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
5847
5910
  # resp.network_config.enable_network_isolation #=> Boolean
5848
5911
  # resp.network_config.vpc_config.security_group_ids #=> Array
5849
5912
  # resp.network_config.vpc_config.security_group_ids[0] #=> String
@@ -6282,7 +6345,8 @@ module Aws::SageMaker
6282
6345
  req.send_request(options)
6283
6346
  end
6284
6347
 
6285
- # Describes the user profile.
6348
+ # Describes a user profile. For more information, see
6349
+ # `CreateUserProfile`.
6286
6350
  #
6287
6351
  # @option params [required, String] :domain_id
6288
6352
  # The domain ID.
@@ -6329,11 +6393,11 @@ module Aws::SageMaker
6329
6393
  # resp.user_settings.sharing_settings.notebook_output_option #=> String, one of "Allowed", "Disabled"
6330
6394
  # resp.user_settings.sharing_settings.s3_output_path #=> String
6331
6395
  # resp.user_settings.sharing_settings.s3_kms_key_id #=> String
6332
- # resp.user_settings.jupyter_server_app_settings.default_resource_spec.environment_arn #=> String
6396
+ # resp.user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
6333
6397
  # resp.user_settings.jupyter_server_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
6334
- # resp.user_settings.kernel_gateway_app_settings.default_resource_spec.environment_arn #=> String
6398
+ # resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
6335
6399
  # resp.user_settings.kernel_gateway_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
6336
- # resp.user_settings.tensor_board_app_settings.default_resource_spec.environment_arn #=> String
6400
+ # resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
6337
6401
  # resp.user_settings.tensor_board_app_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.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.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge"
6338
6402
  #
6339
6403
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
@@ -8824,7 +8888,7 @@ module Aws::SageMaker
8824
8888
  # Renders the UI template so that you can preview the worker's
8825
8889
  # experience.
8826
8890
  #
8827
- # @option params [required, Types::UiTemplate] :ui_template
8891
+ # @option params [Types::UiTemplate] :ui_template
8828
8892
  # A `Template` object containing the worker UI template to render.
8829
8893
  #
8830
8894
  # @option params [required, Types::RenderableTask] :task
@@ -8834,6 +8898,10 @@ module Aws::SageMaker
8834
8898
  # The Amazon Resource Name (ARN) that has access to the S3 objects that
8835
8899
  # are used by the template.
8836
8900
  #
8901
+ # @option params [String] :human_task_ui_arn
8902
+ # The `HumanTaskUiArn` of the worker UI that you want to render. Do not
8903
+ # provide a `HumanTaskUiArn` if you use the `UiTemplate` parameter.
8904
+ #
8837
8905
  # @return [Types::RenderUiTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8838
8906
  #
8839
8907
  # * {Types::RenderUiTemplateResponse#rendered_content #rendered_content} => String
@@ -8842,13 +8910,14 @@ module Aws::SageMaker
8842
8910
  # @example Request syntax with placeholder values
8843
8911
  #
8844
8912
  # resp = client.render_ui_template({
8845
- # ui_template: { # required
8913
+ # ui_template: {
8846
8914
  # content: "TemplateContent", # required
8847
8915
  # },
8848
8916
  # task: { # required
8849
8917
  # input: "TaskInput", # required
8850
8918
  # },
8851
8919
  # role_arn: "RoleArn", # required
8920
+ # human_task_ui_arn: "HumanTaskUiArn",
8852
8921
  # })
8853
8922
  #
8854
8923
  # @example Response structure
@@ -9252,6 +9321,7 @@ module Aws::SageMaker
9252
9321
  # resp.results[0].trial_component.source_detail.processing_job.app_specification.container_arguments[0] #=> String
9253
9322
  # resp.results[0].trial_component.source_detail.processing_job.environment #=> Hash
9254
9323
  # resp.results[0].trial_component.source_detail.processing_job.environment["ProcessingEnvironmentKey"] #=> String
9324
+ # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_inter_container_traffic_encryption #=> Boolean
9255
9325
  # resp.results[0].trial_component.source_detail.processing_job.network_config.enable_network_isolation #=> Boolean
9256
9326
  # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids #=> Array
9257
9327
  # resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids[0] #=> String
@@ -9623,10 +9693,10 @@ module Aws::SageMaker
9623
9693
  req.send_request(options)
9624
9694
  end
9625
9695
 
9626
- # Updates a domain. Changes will impact all of the people in the domain.
9696
+ # Updates the default settings for new user profiles in the domain.
9627
9697
  #
9628
9698
  # @option params [required, String] :domain_id
9629
- # The domain ID.
9699
+ # The ID of the domain to be updated.
9630
9700
  #
9631
9701
  # @option params [Types::UserSettings] :default_user_settings
9632
9702
  # A collection of settings.
@@ -9649,19 +9719,19 @@ module Aws::SageMaker
9649
9719
  # },
9650
9720
  # jupyter_server_app_settings: {
9651
9721
  # default_resource_spec: {
9652
- # environment_arn: "EnvironmentArn",
9722
+ # sage_maker_image_arn: "SageMakerImageArn",
9653
9723
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9654
9724
  # },
9655
9725
  # },
9656
9726
  # kernel_gateway_app_settings: {
9657
9727
  # default_resource_spec: {
9658
- # environment_arn: "EnvironmentArn",
9728
+ # sage_maker_image_arn: "SageMakerImageArn",
9659
9729
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9660
9730
  # },
9661
9731
  # },
9662
9732
  # tensor_board_app_settings: {
9663
9733
  # default_resource_spec: {
9664
- # environment_arn: "EnvironmentArn",
9734
+ # sage_maker_image_arn: "SageMakerImageArn",
9665
9735
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9666
9736
  # },
9667
9737
  # },
@@ -9696,6 +9766,11 @@ module Aws::SageMaker
9696
9766
  # being performed on the endpoint. To update an endpoint, you must
9697
9767
  # create a new `EndpointConfig`.
9698
9768
  #
9769
+ # If you delete the `EndpointConfig` of an endpoint that is active or
9770
+ # being created or updated you may lose visibility into the instance
9771
+ # type the endpoint is using. The endpoint must be deleted in order to
9772
+ # stop incurring charges.
9773
+ #
9699
9774
  # </note>
9700
9775
  #
9701
9776
  # @option params [required, String] :endpoint_name
@@ -9907,6 +9982,7 @@ module Aws::SageMaker
9907
9982
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
9908
9983
  # },
9909
9984
  # network_config: {
9985
+ # enable_inter_container_traffic_encryption: false,
9910
9986
  # enable_network_isolation: false,
9911
9987
  # vpc_config: {
9912
9988
  # security_group_ids: ["SecurityGroupId"], # required
@@ -10272,19 +10348,19 @@ module Aws::SageMaker
10272
10348
  # },
10273
10349
  # jupyter_server_app_settings: {
10274
10350
  # default_resource_spec: {
10275
- # environment_arn: "EnvironmentArn",
10351
+ # sage_maker_image_arn: "SageMakerImageArn",
10276
10352
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10277
10353
  # },
10278
10354
  # },
10279
10355
  # kernel_gateway_app_settings: {
10280
10356
  # default_resource_spec: {
10281
- # environment_arn: "EnvironmentArn",
10357
+ # sage_maker_image_arn: "SageMakerImageArn",
10282
10358
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10283
10359
  # },
10284
10360
  # },
10285
10361
  # tensor_board_app_settings: {
10286
10362
  # default_resource_spec: {
10287
- # environment_arn: "EnvironmentArn",
10363
+ # sage_maker_image_arn: "SageMakerImageArn",
10288
10364
  # instance_type: "system", # accepts 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.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.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10289
10365
  # },
10290
10366
  # },
@@ -10444,7 +10520,7 @@ module Aws::SageMaker
10444
10520
  params: params,
10445
10521
  config: config)
10446
10522
  context[:gem_name] = 'aws-sdk-sagemaker'
10447
- context[:gem_version] = '1.54.0'
10523
+ context[:gem_version] = '1.59.0'
10448
10524
  Seahorse::Client::Request.new(handlers, context)
10449
10525
  end
10450
10526