aws-sdk-sagemaker 1.286.0 → 1.288.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +33 -33
- data/lib/aws-sdk-sagemaker/types.rb +17 -2
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +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: 4b1935940493c0d52332bdebe90850c9094b068321b43ef71dff5b16d116df25
|
4
|
+
data.tar.gz: ece2a967c34d5a5eb2dd9482eb83aeea51391d97858ff83ea7e0c9ef9e025cb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b8aab904d1fe3bae29dc4ac156bbd152efffd7d8e7274fbe24917531a2a9fb4465fba57bd982d51a9d2e5674afea3f9f5dc8fd2e5a67a55e01260e26c68a173
|
7
|
+
data.tar.gz: c83e0a2c1ecfce41817ee9448c8625b6df6c1bbc2ff1f380515b2e4d8836af56ec52bd6ac54ed9b844ce894afe6239e6660d6208bc315af0835aa372f21ae778
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.288.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.287.0 (2025-02-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
|
13
|
+
|
4
14
|
1.286.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.288.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::SageMaker
|
40
40
|
# An API client for SageMaker. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -3780,7 +3780,7 @@ module Aws::SageMaker
|
|
3780
3780
|
# routing_config: {
|
3781
3781
|
# routing_strategy: "LEAST_OUTSTANDING_REQUESTS", # required, accepts LEAST_OUTSTANDING_REQUESTS, RANDOM
|
3782
3782
|
# },
|
3783
|
-
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2
|
3783
|
+
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2, al2-ami-sagemaker-inference-gpu-2-1, al2-ami-sagemaker-inference-gpu-3-1
|
3784
3784
|
# },
|
3785
3785
|
# ],
|
3786
3786
|
# data_capture_config: {
|
@@ -3881,7 +3881,7 @@ module Aws::SageMaker
|
|
3881
3881
|
# routing_config: {
|
3882
3882
|
# routing_strategy: "LEAST_OUTSTANDING_REQUESTS", # required, accepts LEAST_OUTSTANDING_REQUESTS, RANDOM
|
3883
3883
|
# },
|
3884
|
-
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2
|
3884
|
+
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2, al2-ami-sagemaker-inference-gpu-2-1, al2-ami-sagemaker-inference-gpu-3-1
|
3885
3885
|
# },
|
3886
3886
|
# ],
|
3887
3887
|
# execution_role_arn: "RoleArn",
|
@@ -14026,7 +14026,7 @@ module Aws::SageMaker
|
|
14026
14026
|
# resp.production_variants[0].managed_instance_scaling.min_instance_count #=> Integer
|
14027
14027
|
# resp.production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
14028
14028
|
# resp.production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14029
|
-
# resp.production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2"
|
14029
|
+
# resp.production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2", "al2-ami-sagemaker-inference-gpu-2-1", "al2-ami-sagemaker-inference-gpu-3-1"
|
14030
14030
|
# resp.data_capture_config.enable_capture #=> Boolean
|
14031
14031
|
# resp.data_capture_config.initial_sampling_percentage #=> Integer
|
14032
14032
|
# resp.data_capture_config.destination_s3_uri #=> String
|
@@ -14090,7 +14090,7 @@ module Aws::SageMaker
|
|
14090
14090
|
# resp.shadow_production_variants[0].managed_instance_scaling.min_instance_count #=> Integer
|
14091
14091
|
# resp.shadow_production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
14092
14092
|
# resp.shadow_production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14093
|
-
# resp.shadow_production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2"
|
14093
|
+
# resp.shadow_production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2", "al2-ami-sagemaker-inference-gpu-2-1", "al2-ami-sagemaker-inference-gpu-3-1"
|
14094
14094
|
# resp.execution_role_arn #=> String
|
14095
14095
|
# resp.vpc_config.security_group_ids #=> Array
|
14096
14096
|
# resp.vpc_config.security_group_ids[0] #=> String
|
@@ -29482,7 +29482,7 @@ module Aws::SageMaker
|
|
29482
29482
|
tracer: tracer
|
29483
29483
|
)
|
29484
29484
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29485
|
-
context[:gem_version] = '1.
|
29485
|
+
context[:gem_version] = '1.288.0'
|
29486
29486
|
Seahorse::Client::Request.new(handlers, context)
|
29487
29487
|
end
|
29488
29488
|
|
@@ -39043,10 +39043,25 @@ module Aws::SageMaker
|
|
39043
39043
|
#
|
39044
39044
|
# * NVIDIA driver version: 535.54.03
|
39045
39045
|
#
|
39046
|
+
# * CUDA version: 12.2
|
39047
|
+
#
|
39048
|
+
# al2-ami-sagemaker-inference-gpu-2-1
|
39049
|
+
# : * Accelerator: GPU
|
39050
|
+
#
|
39051
|
+
# * NVIDIA driver version: 535.54.03
|
39052
|
+
#
|
39046
39053
|
# * CUDA driver version: 12.2
|
39047
39054
|
#
|
39048
|
-
# *
|
39049
|
-
#
|
39055
|
+
# * CUDA Container Toolkit with disabled CUDA-compat mounting
|
39056
|
+
#
|
39057
|
+
# al2-ami-sagemaker-inference-gpu-3-1
|
39058
|
+
# : * Accelerator: GPU
|
39059
|
+
#
|
39060
|
+
# * NVIDIA driver version: 550.144.01
|
39061
|
+
#
|
39062
|
+
# * CUDA version: 12.4
|
39063
|
+
#
|
39064
|
+
# * Container Toolkit with disabled CUDA-compat mounting
|
39050
39065
|
# @return [String]
|
39051
39066
|
#
|
39052
39067
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1553,7 +1553,7 @@ module Aws
|
|
1553
1553
|
routing_config: {
|
1554
1554
|
routing_strategy: ("LEAST_OUTSTANDING_REQUESTS" | "RANDOM")
|
1555
1555
|
}?,
|
1556
|
-
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2")?
|
1556
|
+
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1")?
|
1557
1557
|
},
|
1558
1558
|
],
|
1559
1559
|
?data_capture_config: {
|
@@ -1654,7 +1654,7 @@ module Aws
|
|
1654
1654
|
routing_config: {
|
1655
1655
|
routing_strategy: ("LEAST_OUTSTANDING_REQUESTS" | "RANDOM")
|
1656
1656
|
}?,
|
1657
|
-
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2")?
|
1657
|
+
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1")?
|
1658
1658
|
},
|
1659
1659
|
],
|
1660
1660
|
?execution_role_arn: ::String,
|
data/sig/types.rbs
CHANGED
@@ -8264,7 +8264,7 @@ module Aws::SageMaker
|
|
8264
8264
|
attr_accessor enable_ssm_access: bool
|
8265
8265
|
attr_accessor managed_instance_scaling: Types::ProductionVariantManagedInstanceScaling
|
8266
8266
|
attr_accessor routing_config: Types::ProductionVariantRoutingConfig
|
8267
|
-
attr_accessor inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2")
|
8267
|
+
attr_accessor inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1")
|
8268
8268
|
SENSITIVE: []
|
8269
8269
|
end
|
8270
8270
|
|
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.288.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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|