aws-sdk-sagemaker 1.284.0 → 1.285.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +19 -6
- data/lib/aws-sdk-sagemaker/types.rb +51 -30
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d0402f55bb89a697c9dcc90a9fcbc1cbf566ff069edfd8e9ab0c2d577d44aa0
|
4
|
+
data.tar.gz: f131de544452ff69dbbba20cb80e35b21608051784524486b6ea5a40d09414a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f3fc51c0840186ebf31dfb9e284403750f44f782de38322cb786d4c61ef0d75ba0b2b6a0679dd2e14d8cc7affcf336023dc3709bca0519165f54ba43622f31
|
7
|
+
data.tar.gz: 5d1c316e4dd658f342435767804a8c602dbaa381296dab48b4a7c423d1ffce2b1de76a08219eb78f4c00f4ba1b8587e12952932bea17ec942227864937f4d6ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.285.0
|
@@ -1960,15 +1960,28 @@ module Aws::SageMaker
|
|
1960
1960
|
# The instance groups to be created in the SageMaker HyperPod cluster.
|
1961
1961
|
#
|
1962
1962
|
# @option params [Types::VpcConfig] :vpc_config
|
1963
|
-
# Specifies
|
1964
|
-
#
|
1965
|
-
#
|
1966
|
-
#
|
1967
|
-
#
|
1963
|
+
# Specifies the Amazon Virtual Private Cloud (VPC) that is associated
|
1964
|
+
# with the Amazon SageMaker HyperPod cluster. You can control access to
|
1965
|
+
# and from your resources by configuring your VPC. For more information,
|
1966
|
+
# see [Give SageMaker access to resources in your Amazon VPC][1].
|
1967
|
+
#
|
1968
|
+
# <note markdown="1"> If you configure your VPC with IPv6 support and specify subnets with
|
1969
|
+
# IPv6 addressing enabled in your VPC configuration, the cluster
|
1970
|
+
# automatically uses IPv6 addressing for network communication.
|
1971
|
+
#
|
1972
|
+
# For information about adding IPv6 support for your VPC, see [IPv6
|
1973
|
+
# support for your VPC][2].
|
1974
|
+
#
|
1975
|
+
# For information about creating a new VPC for use with IPv6, see
|
1976
|
+
# [Create a VPC][3].
|
1977
|
+
#
|
1978
|
+
# </note>
|
1968
1979
|
#
|
1969
1980
|
#
|
1970
1981
|
#
|
1971
1982
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
|
1983
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html
|
1984
|
+
# [3]: https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html
|
1972
1985
|
#
|
1973
1986
|
# @option params [Array<Types::Tag>] :tags
|
1974
1987
|
# Custom tags for managing the SageMaker HyperPod cluster as an Amazon
|
@@ -29469,7 +29482,7 @@ module Aws::SageMaker
|
|
29469
29482
|
tracer: tracer
|
29470
29483
|
)
|
29471
29484
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29472
|
-
context[:gem_version] = '1.
|
29485
|
+
context[:gem_version] = '1.285.0'
|
29473
29486
|
Seahorse::Client::Request.new(handlers, context)
|
29474
29487
|
end
|
29475
29488
|
|
@@ -4282,15 +4282,9 @@ module Aws::SageMaker
|
|
4282
4282
|
# @return [String]
|
4283
4283
|
#
|
4284
4284
|
# @!attribute [rw] override_vpc_config
|
4285
|
-
#
|
4286
|
-
#
|
4287
|
-
#
|
4288
|
-
# more information, see [Give SageMaker Access to Resources in your
|
4289
|
-
# Amazon VPC][1].
|
4290
|
-
#
|
4291
|
-
#
|
4292
|
-
#
|
4293
|
-
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
|
4285
|
+
# The customized VPC configuration at the instance group level that
|
4286
|
+
# overrides the default VPC configuration of the SageMaker HyperPod
|
4287
|
+
# cluster.
|
4294
4288
|
# @return [Types::VpcConfig]
|
4295
4289
|
#
|
4296
4290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceGroupDetails AWS API Documentation
|
@@ -4370,15 +4364,32 @@ module Aws::SageMaker
|
|
4370
4364
|
# @return [String]
|
4371
4365
|
#
|
4372
4366
|
# @!attribute [rw] override_vpc_config
|
4373
|
-
#
|
4374
|
-
#
|
4375
|
-
#
|
4376
|
-
#
|
4377
|
-
#
|
4367
|
+
# To configure multi-AZ deployments, customize the VPC configuration
|
4368
|
+
# at the instance group level. You can specify different subnets and
|
4369
|
+
# security groups across different AZs in the instance group
|
4370
|
+
# specification to override a SageMaker HyperPod cluster's default
|
4371
|
+
# VPC configuration. For more information about deploying a cluster in
|
4372
|
+
# multiple AZs, see [Setting up SageMaker HyperPod clusters across
|
4373
|
+
# multiple AZs][1].
|
4374
|
+
#
|
4375
|
+
# <note markdown="1"> If you configure your VPC with IPv6 support and specify subnets with
|
4376
|
+
# IPv6 addressing enabled in your instance group VPC configuration,
|
4377
|
+
# the nodes automatically use IPv6 addressing for network
|
4378
|
+
# communication.
|
4378
4379
|
#
|
4380
|
+
# For information about adding IPv6 support for your VPC, see [IPv6
|
4381
|
+
# support for your VPC][2].
|
4379
4382
|
#
|
4383
|
+
# For information about creating a new VPC for use with IPv6, see
|
4384
|
+
# [Create a VPC][3].
|
4380
4385
|
#
|
4381
|
-
#
|
4386
|
+
# </note>
|
4387
|
+
#
|
4388
|
+
#
|
4389
|
+
#
|
4390
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-prerequisites.html#sagemaker-hyperpod-prerequisites-multiple-availability-zones
|
4391
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html
|
4392
|
+
# [3]: https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html
|
4382
4393
|
# @return [Types::VpcConfig]
|
4383
4394
|
#
|
4384
4395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceGroupSpecification AWS API Documentation
|
@@ -4531,15 +4542,9 @@ module Aws::SageMaker
|
|
4531
4542
|
# @return [Types::ClusterLifeCycleConfig]
|
4532
4543
|
#
|
4533
4544
|
# @!attribute [rw] override_vpc_config
|
4534
|
-
#
|
4535
|
-
#
|
4536
|
-
#
|
4537
|
-
# more information, see [Give SageMaker Access to Resources in your
|
4538
|
-
# Amazon VPC][1].
|
4539
|
-
#
|
4540
|
-
#
|
4541
|
-
#
|
4542
|
-
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
|
4545
|
+
# The customized VPC configuration at the instance group level that
|
4546
|
+
# overrides the default VPC configuration of the SageMaker HyperPod
|
4547
|
+
# cluster.
|
4543
4548
|
# @return [Types::VpcConfig]
|
4544
4549
|
#
|
4545
4550
|
# @!attribute [rw] threads_per_core
|
@@ -4559,7 +4564,9 @@ module Aws::SageMaker
|
|
4559
4564
|
#
|
4560
4565
|
# @!attribute [rw] private_primary_ipv_6
|
4561
4566
|
# The private primary IPv6 address of the SageMaker HyperPod cluster
|
4562
|
-
# node
|
4567
|
+
# node when configured with an Amazon VPC that supports IPv6 and
|
4568
|
+
# includes subnets with IPv6 addressing enabled in either the cluster
|
4569
|
+
# VPC configuration or the instance group VPC configuration.
|
4563
4570
|
# @return [String]
|
4564
4571
|
#
|
4565
4572
|
# @!attribute [rw] private_dns_hostname
|
@@ -6155,15 +6162,29 @@ module Aws::SageMaker
|
|
6155
6162
|
# @return [Array<Types::ClusterInstanceGroupSpecification>]
|
6156
6163
|
#
|
6157
6164
|
# @!attribute [rw] vpc_config
|
6158
|
-
# Specifies
|
6159
|
-
#
|
6160
|
-
#
|
6161
|
-
#
|
6162
|
-
#
|
6165
|
+
# Specifies the Amazon Virtual Private Cloud (VPC) that is associated
|
6166
|
+
# with the Amazon SageMaker HyperPod cluster. You can control access
|
6167
|
+
# to and from your resources by configuring your VPC. For more
|
6168
|
+
# information, see [Give SageMaker access to resources in your Amazon
|
6169
|
+
# VPC][1].
|
6170
|
+
#
|
6171
|
+
# <note markdown="1"> If you configure your VPC with IPv6 support and specify subnets with
|
6172
|
+
# IPv6 addressing enabled in your VPC configuration, the cluster
|
6173
|
+
# automatically uses IPv6 addressing for network communication.
|
6174
|
+
#
|
6175
|
+
# For information about adding IPv6 support for your VPC, see [IPv6
|
6176
|
+
# support for your VPC][2].
|
6177
|
+
#
|
6178
|
+
# For information about creating a new VPC for use with IPv6, see
|
6179
|
+
# [Create a VPC][3].
|
6180
|
+
#
|
6181
|
+
# </note>
|
6163
6182
|
#
|
6164
6183
|
#
|
6165
6184
|
#
|
6166
6185
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
|
6186
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html
|
6187
|
+
# [3]: https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html
|
6167
6188
|
# @return [Types::VpcConfig]
|
6168
6189
|
#
|
6169
6190
|
# @!attribute [rw] tags
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.285.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: 2025-
|
11
|
+
date: 2025-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|