aws-sdk-sagemaker 1.279.0 → 1.281.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7829909dfcb7888d0c2eb5a22c6a1a7b0b5e15f352df42e5fc63d392cb7d16f6
4
- data.tar.gz: d611640d5a15e070969a40bfdaaf84647d3bd10f892225f030aa6f6b73a78785
3
+ metadata.gz: aa2b8a95f4454299237bfeb739d2af2647fbe343544a9ab11c38b779f5b76f95
4
+ data.tar.gz: 0502e8577b9e85f0cda1b5b256c43a8e32e00906a4dd54c07b925ccaa849d682
5
5
  SHA512:
6
- metadata.gz: 9b36a04931d6ecda070057d16b8f3f2719ca8bfc07e46cdd11091de49e2ac766b4894964b89ff9604d1cffbe30f4b5e141b46c41c0351b020f8dc424fbd0097c
7
- data.tar.gz: 1445e80a5f69d11c9acad6d6e64a8de48459cc92a321ccc64fa201ebc04cf118007d5c93c3dae0ab0f3caddff252b31471b5f6e7337464636c56137eb5563809
6
+ metadata.gz: bee3bd63b26323030e7fddc350777cb94cdf0f84f4e5a8be01541f7ca4b4a771c7b6a66e009a13904ea5452e439b2161564226abbc5417cc16510d710cd46bb8
7
+ data.tar.gz: c466716aa96d9fd8c8a444301271dbd0b5b5a1d455ed61bf962ddaf716888b7d0e3b95e33aade1c823461811ed5fb8c0a0af4fa5fa68ffa52249be94a7622e49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.281.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.280.0 (2025-01-08)
10
+ ------------------
11
+
12
+ * Feature - Adds support for IPv6 for SageMaker HyperPod cluster nodes.
13
+
4
14
  1.279.0 (2025-01-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.279.0
1
+ 1.281.0
@@ -257,11 +257,34 @@ module Aws::SageMaker
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -12798,6 +12821,7 @@ module Aws::SageMaker
12798
12821
  # resp.node_details.instance_storage_configs #=> Array
12799
12822
  # resp.node_details.instance_storage_configs[0].ebs_volume_config.volume_size_in_gb #=> Integer
12800
12823
  # resp.node_details.private_primary_ip #=> String
12824
+ # resp.node_details.private_primary_ipv_6 #=> String
12801
12825
  # resp.node_details.private_dns_hostname #=> String
12802
12826
  # resp.node_details.placement.availability_zone #=> String
12803
12827
  # resp.node_details.placement.availability_zone_id #=> String
@@ -29445,7 +29469,7 @@ module Aws::SageMaker
29445
29469
  tracer: tracer
29446
29470
  )
29447
29471
  context[:gem_name] = 'aws-sdk-sagemaker'
29448
- context[:gem_version] = '1.279.0'
29472
+ context[:gem_version] = '1.281.0'
29449
29473
  Seahorse::Client::Request.new(handlers, context)
29450
29474
  end
29451
29475
 
@@ -302,6 +302,7 @@ module Aws::SageMaker
302
302
  ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig')
303
303
  ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
304
304
  ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
305
+ ClusterPrivatePrimaryIpv6 = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIpv6')
305
306
  ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
306
307
  ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
307
308
  ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
@@ -3176,6 +3177,7 @@ module Aws::SageMaker
3176
3177
  ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
3177
3178
  ClusterNodeDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
3178
3179
  ClusterNodeDetails.add_member(:private_primary_ip, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIp, location_name: "PrivatePrimaryIp"))
3180
+ ClusterNodeDetails.add_member(:private_primary_ipv_6, Shapes::ShapeRef.new(shape: ClusterPrivatePrimaryIpv6, location_name: "PrivatePrimaryIpv6"))
3179
3181
  ClusterNodeDetails.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
3180
3182
  ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
3181
3183
  ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
@@ -4547,6 +4547,11 @@ module Aws::SageMaker
4547
4547
  # node.
4548
4548
  # @return [String]
4549
4549
  #
4550
+ # @!attribute [rw] private_primary_ipv_6
4551
+ # The private primary IPv6 address of the SageMaker HyperPod cluster
4552
+ # node.
4553
+ # @return [String]
4554
+ #
4550
4555
  # @!attribute [rw] private_dns_hostname
4551
4556
  # The private DNS hostname of the SageMaker HyperPod cluster node.
4552
4557
  # @return [String]
@@ -4568,6 +4573,7 @@ module Aws::SageMaker
4568
4573
  :threads_per_core,
4569
4574
  :instance_storage_configs,
4570
4575
  :private_primary_ip,
4576
+ :private_primary_ipv_6,
4571
4577
  :private_dns_hostname,
4572
4578
  :placement)
4573
4579
  SENSITIVE = []
@@ -34696,8 +34702,8 @@ module Aws::SageMaker
34696
34702
  # @return [String]
34697
34703
  #
34698
34704
  # @!attribute [rw] image
34699
- # The Amazon EC2 Container Registry (Amazon ECR) path where inference
34700
- # code is stored.
34705
+ # The Amazon EC2 Container Registry path where inference code is
34706
+ # stored.
34701
34707
  #
34702
34708
  # If you are using your own custom algorithm instead of an algorithm
34703
34709
  # provided by SageMaker, the inference code must meet SageMaker
@@ -41609,7 +41615,7 @@ module Aws::SageMaker
41609
41615
  # manifest file containing a list of object keys that you want
41610
41616
  # SageMaker to use for model training.
41611
41617
  #
41612
- # If you choose `AugmentedManifestFile`, S3Uri identifies an object
41618
+ # If you choose `AugmentedManifestFile`, `S3Uri` identifies an object
41613
41619
  # that is an augmented manifest file in JSON lines format. This file
41614
41620
  # contains the data you want to use for model training.
41615
41621
  # `AugmentedManifestFile` can only be used if the Channel's input
@@ -41820,7 +41826,7 @@ module Aws::SageMaker
41820
41826
  # @return [String]
41821
41827
  #
41822
41828
  # @!attribute [rw] manifest_etag
41823
- # The ETag associated with Manifest S3URI.
41829
+ # The ETag associated with Manifest S3 URI.
41824
41830
  # @return [String]
41825
41831
  #
41826
41832
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3ModelDataSource AWS API Documentation
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.279.0'
58
+ GEM_VERSION = '1.281.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/types.rbs CHANGED
@@ -792,6 +792,7 @@ module Aws::SageMaker
792
792
  attr_accessor threads_per_core: ::Integer
793
793
  attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
794
794
  attr_accessor private_primary_ip: ::String
795
+ attr_accessor private_primary_ipv_6: ::String
795
796
  attr_accessor private_dns_hostname: ::String
796
797
  attr_accessor placement: Types::ClusterInstancePlacement
797
798
  SENSITIVE: []
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.279.0
4
+ version: 1.281.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-01-02 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement