aws-sdk-sagemaker 1.56.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +44 -35
- data/lib/aws-sdk-sagemaker/client_api.rb +3 -2
- data/lib/aws-sdk-sagemaker/types.rb +42 -17
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8d4f9637519ee94d696f07415d8532af011989a891de406363bcb3bd44c0dd0
|
|
4
|
+
data.tar.gz: 18672820cf14b405cff686a98805f6a8d10aeb0aa61fd0fe4cbb055f61af0544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 447e09c38bc8c2ac53b35b13be9ac8dfd2921a0b6f9b76ae442168cd0c982b114c013d5d8f9e02e3e4a7b7ac112a9131f4cc98bb57b759e3ea13c620b93df3e7
|
|
7
|
+
data.tar.gz: 33e58fdfef76cb3333dd15e1ecb7d6a6e9a709471568ac73ca29bf993d426e7096e75a9d04042f9167430e22b278bfcda3b32cc3a7b088106bb5bd06f52aadb9
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -648,8 +648,8 @@ module Aws::SageMaker
|
|
|
648
648
|
end
|
|
649
649
|
|
|
650
650
|
# Creates a running App for the specified UserProfile. Supported Apps
|
|
651
|
-
# are JupyterServer and
|
|
652
|
-
# invoked by Amazon SageMaker
|
|
651
|
+
# are `JupyterServer`, `KernelGateway`, and `TensorBoard`. This
|
|
652
|
+
# operation is automatically invoked by Amazon SageMaker Studio upon
|
|
653
653
|
# access to the associated Studio Domain, and when new kernel
|
|
654
654
|
# configurations are selected by the user. A user may have multiple Apps
|
|
655
655
|
# active simultaneously. Apps will automatically terminate and be
|
|
@@ -674,7 +674,8 @@ module Aws::SageMaker
|
|
|
674
674
|
# unique per resource.
|
|
675
675
|
#
|
|
676
676
|
# @option params [Types::ResourceSpec] :resource_spec
|
|
677
|
-
# The instance type and
|
|
677
|
+
# The instance type and the Amazon Resource Name (ARN) of the SageMaker
|
|
678
|
+
# image created on the instance.
|
|
678
679
|
#
|
|
679
680
|
# @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
680
681
|
#
|
|
@@ -990,16 +991,16 @@ module Aws::SageMaker
|
|
|
990
991
|
req.send_request(options)
|
|
991
992
|
end
|
|
992
993
|
|
|
993
|
-
# Creates a Domain for Amazon SageMaker
|
|
994
|
-
#
|
|
995
|
-
#
|
|
996
|
-
#
|
|
997
|
-
#
|
|
998
|
-
#
|
|
999
|
-
#
|
|
1000
|
-
#
|
|
1001
|
-
#
|
|
1002
|
-
#
|
|
994
|
+
# Creates a Domain for Amazon SageMaker Studio, which can be accessed by
|
|
995
|
+
# end-users in a web browser. A Domain has an associated directory, list
|
|
996
|
+
# of authorized users, and a variety of security, application, policies,
|
|
997
|
+
# and Amazon Virtual Private Cloud configurations. An AWS account is
|
|
998
|
+
# limited to one Domain, per region. Users within a domain can share
|
|
999
|
+
# notebook files and other artifacts with each other. When a Domain is
|
|
1000
|
+
# created, an Amazon Elastic File System (EFS) is also created for use
|
|
1001
|
+
# by all of the users within the Domain. Each user receives a private
|
|
1002
|
+
# home directory within the EFS for notebooks, Git repositories, and
|
|
1003
|
+
# data files.
|
|
1003
1004
|
#
|
|
1004
1005
|
# @option params [required, String] :domain_name
|
|
1005
1006
|
# A name for the domain.
|
|
@@ -1022,7 +1023,8 @@ module Aws::SageMaker
|
|
|
1022
1023
|
# unique per resource.
|
|
1023
1024
|
#
|
|
1024
1025
|
# @option params [String] :home_efs_file_system_kms_key_id
|
|
1025
|
-
# The AWS Key Management Service encryption key ID.
|
|
1026
|
+
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
|
1027
|
+
# with a customer master key (CMK) is not supported.
|
|
1026
1028
|
#
|
|
1027
1029
|
# @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1028
1030
|
#
|
|
@@ -2040,7 +2042,7 @@ module Aws::SageMaker
|
|
|
2040
2042
|
# human_task_config: { # required
|
|
2041
2043
|
# workteam_arn: "WorkteamArn", # required
|
|
2042
2044
|
# ui_config: { # required
|
|
2043
|
-
# ui_template_s3_uri: "S3Uri",
|
|
2045
|
+
# ui_template_s3_uri: "S3Uri",
|
|
2044
2046
|
# },
|
|
2045
2047
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
|
2046
2048
|
# task_keywords: ["TaskKeyword"],
|
|
@@ -2438,6 +2440,7 @@ module Aws::SageMaker
|
|
|
2438
2440
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
2439
2441
|
# },
|
|
2440
2442
|
# network_config: {
|
|
2443
|
+
# enable_inter_container_traffic_encryption: false,
|
|
2441
2444
|
# enable_network_isolation: false,
|
|
2442
2445
|
# vpc_config: {
|
|
2443
2446
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -2751,9 +2754,9 @@ module Aws::SageMaker
|
|
|
2751
2754
|
|
|
2752
2755
|
# Creates a URL for a specified UserProfile in a Domain. When accessed
|
|
2753
2756
|
# in a web browser, the user will be automatically signed in to Amazon
|
|
2754
|
-
# SageMaker
|
|
2755
|
-
#
|
|
2756
|
-
#
|
|
2757
|
+
# SageMaker Studio, and granted access to all of the Apps and files
|
|
2758
|
+
# associated with that Amazon Elastic File System (EFS). This operation
|
|
2759
|
+
# can only be called when AuthMode equals IAM.
|
|
2757
2760
|
#
|
|
2758
2761
|
# @option params [required, String] :domain_id
|
|
2759
2762
|
# The domain ID.
|
|
@@ -2947,6 +2950,7 @@ module Aws::SageMaker
|
|
|
2947
2950
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
2948
2951
|
# },
|
|
2949
2952
|
# network_config: {
|
|
2953
|
+
# enable_inter_container_traffic_encryption: false,
|
|
2950
2954
|
# enable_network_isolation: false,
|
|
2951
2955
|
# vpc_config: {
|
|
2952
2956
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -3706,14 +3710,16 @@ module Aws::SageMaker
|
|
|
3706
3710
|
req.send_request(options)
|
|
3707
3711
|
end
|
|
3708
3712
|
|
|
3709
|
-
# Creates a
|
|
3710
|
-
#
|
|
3713
|
+
# Creates a user profile. A user profile represents a single user within
|
|
3714
|
+
# a Domain, and is the main way to reference a "person" for the
|
|
3711
3715
|
# purposes of sharing, reporting and other user-oriented features. This
|
|
3712
|
-
# entity is created during on-boarding. If an
|
|
3713
|
-
# person by email or imports them from SSO, a
|
|
3714
|
-
# automatically created.
|
|
3715
|
-
#
|
|
3716
|
-
#
|
|
3716
|
+
# entity is created during on-boarding to Amazon SageMaker Studio. If an
|
|
3717
|
+
# administrator invites a person by email or imports them from SSO, a
|
|
3718
|
+
# UserProfile is automatically created.
|
|
3719
|
+
#
|
|
3720
|
+
# This entity is the primary holder of settings for an individual user
|
|
3721
|
+
# and, through the domain, has a reference to the user's private Amazon
|
|
3722
|
+
# Elastic File System (EFS) home directory.
|
|
3717
3723
|
#
|
|
3718
3724
|
# @option params [required, String] :domain_id
|
|
3719
3725
|
# The ID of the associated Domain.
|
|
@@ -3958,18 +3964,17 @@ module Aws::SageMaker
|
|
|
3958
3964
|
req.send_request(options)
|
|
3959
3965
|
end
|
|
3960
3966
|
|
|
3961
|
-
# Used to delete a domain.
|
|
3962
|
-
#
|
|
3963
|
-
#
|
|
3964
|
-
# EFS volume, including data, notebooks, and other artifacts.
|
|
3967
|
+
# Used to delete a domain. Use with caution. If `RetentionPolicy` is set
|
|
3968
|
+
# to `Delete`, all of the members of the domain will lose access to
|
|
3969
|
+
# their EFS volume, including data, notebooks, and other artifacts.
|
|
3965
3970
|
#
|
|
3966
3971
|
# @option params [required, String] :domain_id
|
|
3967
3972
|
# The domain ID.
|
|
3968
3973
|
#
|
|
3969
3974
|
# @option params [Types::RetentionPolicy] :retention_policy
|
|
3970
|
-
# The retention policy for this domain, which specifies
|
|
3971
|
-
# will be retained after the Domain is deleted. By default,
|
|
3972
|
-
# resources are retained (not automatically deleted).
|
|
3975
|
+
# The retention policy for this domain, which specifies whether
|
|
3976
|
+
# resources will be retained after the Domain is deleted. By default,
|
|
3977
|
+
# all resources are retained (not automatically deleted).
|
|
3973
3978
|
#
|
|
3974
3979
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
3975
3980
|
#
|
|
@@ -5631,6 +5636,7 @@ module Aws::SageMaker
|
|
|
5631
5636
|
# resp.monitoring_schedule_config.monitoring_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
|
5632
5637
|
# resp.monitoring_schedule_config.monitoring_job_definition.environment #=> Hash
|
|
5633
5638
|
# resp.monitoring_schedule_config.monitoring_job_definition.environment["ProcessingEnvironmentKey"] #=> String
|
|
5639
|
+
# resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_inter_container_traffic_encryption #=> Boolean
|
|
5634
5640
|
# resp.monitoring_schedule_config.monitoring_job_definition.network_config.enable_network_isolation #=> Boolean
|
|
5635
5641
|
# resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids #=> Array
|
|
5636
5642
|
# resp.monitoring_schedule_config.monitoring_job_definition.network_config.vpc_config.security_group_ids[0] #=> String
|
|
@@ -5844,6 +5850,7 @@ module Aws::SageMaker
|
|
|
5844
5850
|
# resp.app_specification.container_arguments[0] #=> String
|
|
5845
5851
|
# resp.environment #=> Hash
|
|
5846
5852
|
# resp.environment["ProcessingEnvironmentKey"] #=> String
|
|
5853
|
+
# resp.network_config.enable_inter_container_traffic_encryption #=> Boolean
|
|
5847
5854
|
# resp.network_config.enable_network_isolation #=> Boolean
|
|
5848
5855
|
# resp.network_config.vpc_config.security_group_ids #=> Array
|
|
5849
5856
|
# resp.network_config.vpc_config.security_group_ids[0] #=> String
|
|
@@ -8824,7 +8831,7 @@ module Aws::SageMaker
|
|
|
8824
8831
|
# Renders the UI template so that you can preview the worker's
|
|
8825
8832
|
# experience.
|
|
8826
8833
|
#
|
|
8827
|
-
# @option params [
|
|
8834
|
+
# @option params [Types::UiTemplate] :ui_template
|
|
8828
8835
|
# A `Template` object containing the worker UI template to render.
|
|
8829
8836
|
#
|
|
8830
8837
|
# @option params [required, Types::RenderableTask] :task
|
|
@@ -8842,7 +8849,7 @@ module Aws::SageMaker
|
|
|
8842
8849
|
# @example Request syntax with placeholder values
|
|
8843
8850
|
#
|
|
8844
8851
|
# resp = client.render_ui_template({
|
|
8845
|
-
# ui_template: {
|
|
8852
|
+
# ui_template: {
|
|
8846
8853
|
# content: "TemplateContent", # required
|
|
8847
8854
|
# },
|
|
8848
8855
|
# task: { # required
|
|
@@ -9252,6 +9259,7 @@ module Aws::SageMaker
|
|
|
9252
9259
|
# resp.results[0].trial_component.source_detail.processing_job.app_specification.container_arguments[0] #=> String
|
|
9253
9260
|
# resp.results[0].trial_component.source_detail.processing_job.environment #=> Hash
|
|
9254
9261
|
# resp.results[0].trial_component.source_detail.processing_job.environment["ProcessingEnvironmentKey"] #=> String
|
|
9262
|
+
# resp.results[0].trial_component.source_detail.processing_job.network_config.enable_inter_container_traffic_encryption #=> Boolean
|
|
9255
9263
|
# resp.results[0].trial_component.source_detail.processing_job.network_config.enable_network_isolation #=> Boolean
|
|
9256
9264
|
# resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids #=> Array
|
|
9257
9265
|
# resp.results[0].trial_component.source_detail.processing_job.network_config.vpc_config.security_group_ids[0] #=> String
|
|
@@ -9907,6 +9915,7 @@ module Aws::SageMaker
|
|
|
9907
9915
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
9908
9916
|
# },
|
|
9909
9917
|
# network_config: {
|
|
9918
|
+
# enable_inter_container_traffic_encryption: false,
|
|
9910
9919
|
# enable_network_isolation: false,
|
|
9911
9920
|
# vpc_config: {
|
|
9912
9921
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -10444,7 +10453,7 @@ module Aws::SageMaker
|
|
|
10444
10453
|
params: params,
|
|
10445
10454
|
config: config)
|
|
10446
10455
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
10447
|
-
context[:gem_version] = '1.
|
|
10456
|
+
context[:gem_version] = '1.57.0'
|
|
10448
10457
|
Seahorse::Client::Request.new(handlers, context)
|
|
10449
10458
|
end
|
|
10450
10459
|
|
|
@@ -3049,6 +3049,7 @@ module Aws::SageMaker
|
|
|
3049
3049
|
|
|
3050
3050
|
NestedFiltersList.member = Shapes::ShapeRef.new(shape: NestedFilters)
|
|
3051
3051
|
|
|
3052
|
+
NetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
|
3052
3053
|
NetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
|
3053
3054
|
NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
3054
3055
|
NetworkConfig.struct_class = Types::NetworkConfig
|
|
@@ -3236,7 +3237,7 @@ module Aws::SageMaker
|
|
|
3236
3237
|
|
|
3237
3238
|
RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
|
|
3238
3239
|
|
|
3239
|
-
RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate,
|
|
3240
|
+
RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
|
|
3240
3241
|
RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
|
|
3241
3242
|
RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
3242
3243
|
RenderUiTemplateRequest.struct_class = Types::RenderUiTemplateRequest
|
|
@@ -3667,7 +3668,7 @@ module Aws::SageMaker
|
|
|
3667
3668
|
USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
|
|
3668
3669
|
USD.struct_class = Types::USD
|
|
3669
3670
|
|
|
3670
|
-
UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri,
|
|
3671
|
+
UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "UiTemplateS3Uri"))
|
|
3671
3672
|
UiConfig.struct_class = Types::UiConfig
|
|
3672
3673
|
|
|
3673
3674
|
UiTemplate.add_member(:content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "Content"))
|
|
@@ -2271,7 +2271,8 @@ module Aws::SageMaker
|
|
|
2271
2271
|
# @return [Array<Types::Tag>]
|
|
2272
2272
|
#
|
|
2273
2273
|
# @!attribute [rw] resource_spec
|
|
2274
|
-
# The instance type and
|
|
2274
|
+
# The instance type and the Amazon Resource Name (ARN) of the
|
|
2275
|
+
# SageMaker image created on the instance.
|
|
2275
2276
|
# @return [Types::ResourceSpec]
|
|
2276
2277
|
#
|
|
2277
2278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppRequest AWS API Documentation
|
|
@@ -2628,7 +2629,8 @@ module Aws::SageMaker
|
|
|
2628
2629
|
# @return [Array<Types::Tag>]
|
|
2629
2630
|
#
|
|
2630
2631
|
# @!attribute [rw] home_efs_file_system_kms_key_id
|
|
2631
|
-
# The AWS Key Management Service encryption key ID.
|
|
2632
|
+
# The AWS Key Management Service (KMS) encryption key ID. Encryption
|
|
2633
|
+
# with a customer master key (CMK) is not supported.
|
|
2632
2634
|
# @return [String]
|
|
2633
2635
|
#
|
|
2634
2636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
|
|
@@ -3438,7 +3440,7 @@ module Aws::SageMaker
|
|
|
3438
3440
|
# human_task_config: { # required
|
|
3439
3441
|
# workteam_arn: "WorkteamArn", # required
|
|
3440
3442
|
# ui_config: { # required
|
|
3441
|
-
# ui_template_s3_uri: "S3Uri",
|
|
3443
|
+
# ui_template_s3_uri: "S3Uri",
|
|
3442
3444
|
# },
|
|
3443
3445
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
|
3444
3446
|
# task_keywords: ["TaskKeyword"],
|
|
@@ -3909,6 +3911,7 @@ module Aws::SageMaker
|
|
|
3909
3911
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
3910
3912
|
# },
|
|
3911
3913
|
# network_config: {
|
|
3914
|
+
# enable_inter_container_traffic_encryption: false,
|
|
3912
3915
|
# enable_network_isolation: false,
|
|
3913
3916
|
# vpc_config: {
|
|
3914
3917
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -4336,6 +4339,7 @@ module Aws::SageMaker
|
|
|
4336
4339
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
4337
4340
|
# },
|
|
4338
4341
|
# network_config: {
|
|
4342
|
+
# enable_inter_container_traffic_encryption: false,
|
|
4339
4343
|
# enable_network_isolation: false,
|
|
4340
4344
|
# vpc_config: {
|
|
4341
4345
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -5745,7 +5749,7 @@ module Aws::SageMaker
|
|
|
5745
5749
|
# @return [String]
|
|
5746
5750
|
#
|
|
5747
5751
|
# @!attribute [rw] retention_policy
|
|
5748
|
-
# The retention policy for this domain, which specifies
|
|
5752
|
+
# The retention policy for this domain, which specifies whether
|
|
5749
5753
|
# resources will be retained after the Domain is deleted. By default,
|
|
5750
5754
|
# all resources are retained (not automatically deleted).
|
|
5751
5755
|
# @return [Types::RetentionPolicy]
|
|
@@ -6273,7 +6277,8 @@ module Aws::SageMaker
|
|
|
6273
6277
|
# @return [String]
|
|
6274
6278
|
#
|
|
6275
6279
|
# @!attribute [rw] resource_spec
|
|
6276
|
-
# The instance type and
|
|
6280
|
+
# The instance type and the Amazon Resource Name (ARN) of the
|
|
6281
|
+
# SageMaker image created on the instance.
|
|
6277
6282
|
# @return [Types::ResourceSpec]
|
|
6278
6283
|
#
|
|
6279
6284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppResponse AWS API Documentation
|
|
@@ -8628,7 +8633,7 @@ module Aws::SageMaker
|
|
|
8628
8633
|
# @return [String]
|
|
8629
8634
|
#
|
|
8630
8635
|
# @!attribute [rw] home_efs_file_system_uid
|
|
8631
|
-
# The
|
|
8636
|
+
# The home Amazon Elastic File System (EFS) Uid.
|
|
8632
8637
|
# @return [String]
|
|
8633
8638
|
#
|
|
8634
8639
|
# @!attribute [rw] status
|
|
@@ -9909,7 +9914,7 @@ module Aws::SageMaker
|
|
|
9909
9914
|
# {
|
|
9910
9915
|
# workteam_arn: "WorkteamArn", # required
|
|
9911
9916
|
# ui_config: { # required
|
|
9912
|
-
# ui_template_s3_uri: "S3Uri",
|
|
9917
|
+
# ui_template_s3_uri: "S3Uri",
|
|
9913
9918
|
# },
|
|
9914
9919
|
# pre_human_task_lambda_arn: "LambdaFunctionArn", # required
|
|
9915
9920
|
# task_keywords: ["TaskKeyword"],
|
|
@@ -11380,7 +11385,8 @@ module Aws::SageMaker
|
|
|
11380
11385
|
# }
|
|
11381
11386
|
#
|
|
11382
11387
|
# @!attribute [rw] default_resource_spec
|
|
11383
|
-
# The instance type and
|
|
11388
|
+
# The default instance type and the Amazon Resource Name (ARN) of the
|
|
11389
|
+
# SageMaker image created on the instance.
|
|
11384
11390
|
# @return [Types::ResourceSpec]
|
|
11385
11391
|
#
|
|
11386
11392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterServerAppSettings AWS API Documentation
|
|
@@ -11403,7 +11409,8 @@ module Aws::SageMaker
|
|
|
11403
11409
|
# }
|
|
11404
11410
|
#
|
|
11405
11411
|
# @!attribute [rw] default_resource_spec
|
|
11406
|
-
# The instance type and
|
|
11412
|
+
# The default instance type and the Amazon Resource Name (ARN) of the
|
|
11413
|
+
# SageMaker image created on the instance.
|
|
11407
11414
|
# @return [Types::ResourceSpec]
|
|
11408
11415
|
#
|
|
11409
11416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayAppSettings AWS API Documentation
|
|
@@ -15129,6 +15136,7 @@ module Aws::SageMaker
|
|
|
15129
15136
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
15130
15137
|
# },
|
|
15131
15138
|
# network_config: {
|
|
15139
|
+
# enable_inter_container_traffic_encryption: false,
|
|
15132
15140
|
# enable_network_isolation: false,
|
|
15133
15141
|
# vpc_config: {
|
|
15134
15142
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -15384,6 +15392,7 @@ module Aws::SageMaker
|
|
|
15384
15392
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
15385
15393
|
# },
|
|
15386
15394
|
# network_config: {
|
|
15395
|
+
# enable_inter_container_traffic_encryption: false,
|
|
15387
15396
|
# enable_network_isolation: false,
|
|
15388
15397
|
# vpc_config: {
|
|
15389
15398
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -15547,6 +15556,7 @@ module Aws::SageMaker
|
|
|
15547
15556
|
# data as a hash:
|
|
15548
15557
|
#
|
|
15549
15558
|
# {
|
|
15559
|
+
# enable_inter_container_traffic_encryption: false,
|
|
15550
15560
|
# enable_network_isolation: false,
|
|
15551
15561
|
# vpc_config: {
|
|
15552
15562
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
@@ -15554,6 +15564,13 @@ module Aws::SageMaker
|
|
|
15554
15564
|
# },
|
|
15555
15565
|
# }
|
|
15556
15566
|
#
|
|
15567
|
+
# @!attribute [rw] enable_inter_container_traffic_encryption
|
|
15568
|
+
# Whether to encrypt all communications between distributed processing
|
|
15569
|
+
# jobs. Choose `True` to encrypt communications. Encryption provides
|
|
15570
|
+
# greater security for distributed processing jobs, but the processing
|
|
15571
|
+
# might take longer.
|
|
15572
|
+
# @return [Boolean]
|
|
15573
|
+
#
|
|
15557
15574
|
# @!attribute [rw] enable_network_isolation
|
|
15558
15575
|
# Whether to allow inbound and outbound network calls to and from the
|
|
15559
15576
|
# containers used for the processing job.
|
|
@@ -15575,6 +15592,7 @@ module Aws::SageMaker
|
|
|
15575
15592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NetworkConfig AWS API Documentation
|
|
15576
15593
|
#
|
|
15577
15594
|
class NetworkConfig < Struct.new(
|
|
15595
|
+
:enable_inter_container_traffic_encryption,
|
|
15578
15596
|
:enable_network_isolation,
|
|
15579
15597
|
:vpc_config)
|
|
15580
15598
|
include Aws::Structure
|
|
@@ -16917,7 +16935,7 @@ module Aws::SageMaker
|
|
|
16917
16935
|
# data as a hash:
|
|
16918
16936
|
#
|
|
16919
16937
|
# {
|
|
16920
|
-
# ui_template: {
|
|
16938
|
+
# ui_template: {
|
|
16921
16939
|
# content: "TemplateContent", # required
|
|
16922
16940
|
# },
|
|
16923
16941
|
# task: { # required
|
|
@@ -17199,8 +17217,8 @@ module Aws::SageMaker
|
|
|
17199
17217
|
include Aws::Structure
|
|
17200
17218
|
end
|
|
17201
17219
|
|
|
17202
|
-
# The instance type and the Amazon Resource Name (ARN) of the
|
|
17203
|
-
# created on the instance. The ARN is stored as metadata in Amazon
|
|
17220
|
+
# The instance type and the Amazon Resource Name (ARN) of the SageMaker
|
|
17221
|
+
# image created on the instance. The ARN is stored as metadata in Amazon
|
|
17204
17222
|
# SageMaker Studio notebooks.
|
|
17205
17223
|
#
|
|
17206
17224
|
# @note When making an API call, you may pass ResourceSpec
|
|
@@ -17212,7 +17230,8 @@ module Aws::SageMaker
|
|
|
17212
17230
|
# }
|
|
17213
17231
|
#
|
|
17214
17232
|
# @!attribute [rw] sage_maker_image_arn
|
|
17215
|
-
# The Amazon Resource Name (ARN) of the image created on the
|
|
17233
|
+
# The Amazon Resource Name (ARN) of the SageMaker image created on the
|
|
17234
|
+
# instance.
|
|
17216
17235
|
# @return [String]
|
|
17217
17236
|
#
|
|
17218
17237
|
# @!attribute [rw] instance_type
|
|
@@ -17227,7 +17246,8 @@ module Aws::SageMaker
|
|
|
17227
17246
|
include Aws::Structure
|
|
17228
17247
|
end
|
|
17229
17248
|
|
|
17230
|
-
# The retention policy
|
|
17249
|
+
# The retention policy for data stored on an Amazon Elastic File System
|
|
17250
|
+
# (EFS) volume.
|
|
17231
17251
|
#
|
|
17232
17252
|
# @note When making an API call, you may pass RetentionPolicy
|
|
17233
17253
|
# data as a hash:
|
|
@@ -17237,7 +17257,10 @@ module Aws::SageMaker
|
|
|
17237
17257
|
# }
|
|
17238
17258
|
#
|
|
17239
17259
|
# @!attribute [rw] home_efs_file_system
|
|
17240
|
-
# The
|
|
17260
|
+
# The default is `Retain`, which specifies to keep the data stored on
|
|
17261
|
+
# the EFS volume.
|
|
17262
|
+
#
|
|
17263
|
+
# Specify `Delete` to delete the data stored on the EFS volume.
|
|
17241
17264
|
# @return [String]
|
|
17242
17265
|
#
|
|
17243
17266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetentionPolicy AWS API Documentation
|
|
@@ -18285,7 +18308,8 @@ module Aws::SageMaker
|
|
|
18285
18308
|
# }
|
|
18286
18309
|
#
|
|
18287
18310
|
# @!attribute [rw] default_resource_spec
|
|
18288
|
-
# The instance type and
|
|
18311
|
+
# The default instance type and the Amazon Resource Name (ARN) of the
|
|
18312
|
+
# SageMaker image created on the instance.
|
|
18289
18313
|
# @return [Types::ResourceSpec]
|
|
18290
18314
|
#
|
|
18291
18315
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TensorBoardAppSettings AWS API Documentation
|
|
@@ -19979,7 +20003,7 @@ module Aws::SageMaker
|
|
|
19979
20003
|
# data as a hash:
|
|
19980
20004
|
#
|
|
19981
20005
|
# {
|
|
19982
|
-
# ui_template_s3_uri: "S3Uri",
|
|
20006
|
+
# ui_template_s3_uri: "S3Uri",
|
|
19983
20007
|
# }
|
|
19984
20008
|
#
|
|
19985
20009
|
# @!attribute [rw] ui_template_s3_uri
|
|
@@ -20349,6 +20373,7 @@ module Aws::SageMaker
|
|
|
20349
20373
|
# "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
|
|
20350
20374
|
# },
|
|
20351
20375
|
# network_config: {
|
|
20376
|
+
# enable_inter_container_traffic_encryption: false,
|
|
20352
20377
|
# enable_network_isolation: false,
|
|
20353
20378
|
# vpc_config: {
|
|
20354
20379
|
# security_group_ids: ["SecurityGroupId"], # required
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.57.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: 2020-05-
|
|
11
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|