aws-sdk-sagemaker 1.137.0 → 1.138.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +7 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +6 -0
- data/lib/aws-sdk-sagemaker/types.rb +33 -1
- 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: 289e07fa18ad373afbd8939e3fc8b3bf59bcb129e3f605a18604607e4389672a
|
|
4
|
+
data.tar.gz: 12d3c4374927f455fe31c21e33ccb43e52645fc54fa911cad629dd20bc1d4c4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29108cd59a45026cf8c99f5917bf1ae9546dc8777275fc2273fcab251aad1652b055fe259d708f82ef60fd89f7d2c859496541ae279dfa6c6d23efaddf3f663a
|
|
7
|
+
data.tar.gz: 6ee2ec14772d5fd21e1b4a0551a16c6b92d13bf4d715677fb7d6e0804750e695828082d6fd83ad83f46c42c11eee2a346a85b660b9d5080639f291ffe88fbb85
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.138.0 (2022-09-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API.
|
|
8
|
+
|
|
4
9
|
1.137.0 (2022-09-06)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.138.0
|
|
@@ -2491,6 +2491,9 @@ module Aws::SageMaker
|
|
|
2491
2491
|
# memory_size_in_mb: 1, # required
|
|
2492
2492
|
# max_concurrency: 1, # required
|
|
2493
2493
|
# },
|
|
2494
|
+
# volume_size_in_gb: 1,
|
|
2495
|
+
# model_data_download_timeout_in_seconds: 1,
|
|
2496
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
|
2494
2497
|
# },
|
|
2495
2498
|
# ],
|
|
2496
2499
|
# data_capture_config: {
|
|
@@ -9370,6 +9373,9 @@ module Aws::SageMaker
|
|
|
9370
9373
|
# resp.production_variants[0].core_dump_config.kms_key_id #=> String
|
|
9371
9374
|
# resp.production_variants[0].serverless_config.memory_size_in_mb #=> Integer
|
|
9372
9375
|
# resp.production_variants[0].serverless_config.max_concurrency #=> Integer
|
|
9376
|
+
# resp.production_variants[0].volume_size_in_gb #=> Integer
|
|
9377
|
+
# resp.production_variants[0].model_data_download_timeout_in_seconds #=> Integer
|
|
9378
|
+
# resp.production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
|
|
9373
9379
|
# resp.data_capture_config.enable_capture #=> Boolean
|
|
9374
9380
|
# resp.data_capture_config.initial_sampling_percentage #=> Integer
|
|
9375
9381
|
# resp.data_capture_config.destination_s3_uri #=> String
|
|
@@ -20576,7 +20582,7 @@ module Aws::SageMaker
|
|
|
20576
20582
|
params: params,
|
|
20577
20583
|
config: config)
|
|
20578
20584
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
20579
|
-
context[:gem_version] = '1.
|
|
20585
|
+
context[:gem_version] = '1.138.0'
|
|
20580
20586
|
Seahorse::Client::Request.new(handlers, context)
|
|
20581
20587
|
end
|
|
20582
20588
|
|
|
@@ -1275,14 +1275,17 @@ module Aws::SageMaker
|
|
|
1275
1275
|
ProductListings = Shapes::ListShape.new(name: 'ProductListings')
|
|
1276
1276
|
ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
|
|
1277
1277
|
ProductionVariantAcceleratorType = Shapes::StringShape.new(name: 'ProductionVariantAcceleratorType')
|
|
1278
|
+
ProductionVariantContainerStartupHealthCheckTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds')
|
|
1278
1279
|
ProductionVariantCoreDumpConfig = Shapes::StructureShape.new(name: 'ProductionVariantCoreDumpConfig')
|
|
1279
1280
|
ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
|
|
1280
1281
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
|
1282
|
+
ProductionVariantModelDataDownloadTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantModelDataDownloadTimeoutInSeconds')
|
|
1281
1283
|
ProductionVariantServerlessConfig = Shapes::StructureShape.new(name: 'ProductionVariantServerlessConfig')
|
|
1282
1284
|
ProductionVariantStatus = Shapes::StructureShape.new(name: 'ProductionVariantStatus')
|
|
1283
1285
|
ProductionVariantStatusList = Shapes::ListShape.new(name: 'ProductionVariantStatusList')
|
|
1284
1286
|
ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
|
|
1285
1287
|
ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
|
|
1288
|
+
ProductionVariantVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ProductionVariantVolumeSizeInGB')
|
|
1286
1289
|
ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
|
|
1287
1290
|
ProfilerConfigForUpdate = Shapes::StructureShape.new(name: 'ProfilerConfigForUpdate')
|
|
1288
1291
|
ProfilerRuleConfiguration = Shapes::StructureShape.new(name: 'ProfilerRuleConfiguration')
|
|
@@ -6348,6 +6351,9 @@ module Aws::SageMaker
|
|
|
6348
6351
|
ProductionVariant.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
|
|
6349
6352
|
ProductionVariant.add_member(:core_dump_config, Shapes::ShapeRef.new(shape: ProductionVariantCoreDumpConfig, location_name: "CoreDumpConfig"))
|
|
6350
6353
|
ProductionVariant.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
|
|
6354
|
+
ProductionVariant.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProductionVariantVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
|
6355
|
+
ProductionVariant.add_member(:model_data_download_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantModelDataDownloadTimeoutInSeconds, location_name: "ModelDataDownloadTimeoutInSeconds"))
|
|
6356
|
+
ProductionVariant.add_member(:container_startup_health_check_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds, location_name: "ContainerStartupHealthCheckTimeoutInSeconds"))
|
|
6351
6357
|
ProductionVariant.struct_class = Types::ProductionVariant
|
|
6352
6358
|
|
|
6353
6359
|
ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
|
@@ -5616,6 +5616,9 @@ module Aws::SageMaker
|
|
|
5616
5616
|
# memory_size_in_mb: 1, # required
|
|
5617
5617
|
# max_concurrency: 1, # required
|
|
5618
5618
|
# },
|
|
5619
|
+
# volume_size_in_gb: 1,
|
|
5620
|
+
# model_data_download_timeout_in_seconds: 1,
|
|
5621
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
|
5619
5622
|
# },
|
|
5620
5623
|
# ],
|
|
5621
5624
|
# data_capture_config: {
|
|
@@ -34035,6 +34038,9 @@ module Aws::SageMaker
|
|
|
34035
34038
|
# memory_size_in_mb: 1, # required
|
|
34036
34039
|
# max_concurrency: 1, # required
|
|
34037
34040
|
# },
|
|
34041
|
+
# volume_size_in_gb: 1,
|
|
34042
|
+
# model_data_download_timeout_in_seconds: 1,
|
|
34043
|
+
# container_startup_health_check_timeout_in_seconds: 1,
|
|
34038
34044
|
# }
|
|
34039
34045
|
#
|
|
34040
34046
|
# @!attribute [rw] variant_name
|
|
@@ -34084,6 +34090,29 @@ module Aws::SageMaker
|
|
|
34084
34090
|
# configuration.
|
|
34085
34091
|
# @return [Types::ProductionVariantServerlessConfig]
|
|
34086
34092
|
#
|
|
34093
|
+
# @!attribute [rw] volume_size_in_gb
|
|
34094
|
+
# The size, in GB, of the ML storage volume attached to individual
|
|
34095
|
+
# inference instance associated with the production variant. Currenly
|
|
34096
|
+
# only Amazon EBS gp2 storage volumes are supported.
|
|
34097
|
+
# @return [Integer]
|
|
34098
|
+
#
|
|
34099
|
+
# @!attribute [rw] model_data_download_timeout_in_seconds
|
|
34100
|
+
# The timeout value, in seconds, to download and extract customer
|
|
34101
|
+
# model artifact from Amazon S3 to individual inference instance
|
|
34102
|
+
# associated with this production variant.
|
|
34103
|
+
# @return [Integer]
|
|
34104
|
+
#
|
|
34105
|
+
# @!attribute [rw] container_startup_health_check_timeout_in_seconds
|
|
34106
|
+
# The timeout value, in seconds, for the customer inference container
|
|
34107
|
+
# to pass health check by SageMaker Hosting. For more information on
|
|
34108
|
+
# health check, see [How Your Container Should Respond to Health Check
|
|
34109
|
+
# (Ping) Requests][1].
|
|
34110
|
+
#
|
|
34111
|
+
#
|
|
34112
|
+
#
|
|
34113
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests
|
|
34114
|
+
# @return [Integer]
|
|
34115
|
+
#
|
|
34087
34116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
|
34088
34117
|
#
|
|
34089
34118
|
class ProductionVariant < Struct.new(
|
|
@@ -34094,7 +34123,10 @@ module Aws::SageMaker
|
|
|
34094
34123
|
:initial_variant_weight,
|
|
34095
34124
|
:accelerator_type,
|
|
34096
34125
|
:core_dump_config,
|
|
34097
|
-
:serverless_config
|
|
34126
|
+
:serverless_config,
|
|
34127
|
+
:volume_size_in_gb,
|
|
34128
|
+
:model_data_download_timeout_in_seconds,
|
|
34129
|
+
:container_startup_health_check_timeout_in_seconds)
|
|
34098
34130
|
SENSITIVE = []
|
|
34099
34131
|
include Aws::Structure
|
|
34100
34132
|
end
|
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.138.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: 2022-09-
|
|
11
|
+
date: 2022-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|