aws-sdk-sagemaker 1.168.0 → 1.169.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 +5 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +35 -11
- 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: 36dc8f50a200d8a828acabcb23db599db0ac3f7510c571d3ae632b48b7a0f121
|
4
|
+
data.tar.gz: 854b993984bcb53644ea962dbde539a67222aff3084bdb45a354ca6b934e0bb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac5e9109f057309ac087c945c286221cda9b562817ee8433b6fa02c6108d4f6724ee9ad00665f66fc698abedfae607c11c1762dbb3f9cad667ec132084634a76
|
7
|
+
data.tar.gz: 4e44c31b0f22d808c480a3ff0968bbd7c7b7073f874cdcfa22fc8f195b5ab9209f1f42f1c52bb8bf341182d264a5b87e32eebd831db49d8b4b7481d4175a9791
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.169.0 (2023-03-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
|
8
|
+
|
4
9
|
1.168.0 (2023-03-08)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.169.0
|
@@ -2601,6 +2601,7 @@ module Aws::SageMaker
|
|
2601
2601
|
# volume_size_in_gb: 1,
|
2602
2602
|
# model_data_download_timeout_in_seconds: 1,
|
2603
2603
|
# container_startup_health_check_timeout_in_seconds: 1,
|
2604
|
+
# enable_ssm_access: false,
|
2604
2605
|
# },
|
2605
2606
|
# ],
|
2606
2607
|
# data_capture_config: {
|
@@ -2689,6 +2690,7 @@ module Aws::SageMaker
|
|
2689
2690
|
# volume_size_in_gb: 1,
|
2690
2691
|
# model_data_download_timeout_in_seconds: 1,
|
2691
2692
|
# container_startup_health_check_timeout_in_seconds: 1,
|
2693
|
+
# enable_ssm_access: false,
|
2692
2694
|
# },
|
2693
2695
|
# ],
|
2694
2696
|
# })
|
@@ -10537,6 +10539,7 @@ module Aws::SageMaker
|
|
10537
10539
|
# resp.production_variants[0].volume_size_in_gb #=> Integer
|
10538
10540
|
# resp.production_variants[0].model_data_download_timeout_in_seconds #=> Integer
|
10539
10541
|
# resp.production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
|
10542
|
+
# resp.production_variants[0].enable_ssm_access #=> Boolean
|
10540
10543
|
# resp.data_capture_config.enable_capture #=> Boolean
|
10541
10544
|
# resp.data_capture_config.initial_sampling_percentage #=> Integer
|
10542
10545
|
# resp.data_capture_config.destination_s3_uri #=> String
|
@@ -10591,6 +10594,7 @@ module Aws::SageMaker
|
|
10591
10594
|
# resp.shadow_production_variants[0].volume_size_in_gb #=> Integer
|
10592
10595
|
# resp.shadow_production_variants[0].model_data_download_timeout_in_seconds #=> Integer
|
10593
10596
|
# resp.shadow_production_variants[0].container_startup_health_check_timeout_in_seconds #=> Integer
|
10597
|
+
# resp.shadow_production_variants[0].enable_ssm_access #=> Boolean
|
10594
10598
|
#
|
10595
10599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig AWS API Documentation
|
10596
10600
|
#
|
@@ -22920,7 +22924,7 @@ module Aws::SageMaker
|
|
22920
22924
|
params: params,
|
22921
22925
|
config: config)
|
22922
22926
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
22923
|
-
context[:gem_version] = '1.
|
22927
|
+
context[:gem_version] = '1.169.0'
|
22924
22928
|
Seahorse::Client::Request.new(handlers, context)
|
22925
22929
|
end
|
22926
22930
|
|
@@ -1497,6 +1497,7 @@ module Aws::SageMaker
|
|
1497
1497
|
ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
|
1498
1498
|
ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
|
1499
1499
|
ProductionVariantModelDataDownloadTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantModelDataDownloadTimeoutInSeconds')
|
1500
|
+
ProductionVariantSSMAccess = Shapes::BooleanShape.new(name: 'ProductionVariantSSMAccess')
|
1500
1501
|
ProductionVariantServerlessConfig = Shapes::StructureShape.new(name: 'ProductionVariantServerlessConfig')
|
1501
1502
|
ProductionVariantStatus = Shapes::StructureShape.new(name: 'ProductionVariantStatus')
|
1502
1503
|
ProductionVariantStatusList = Shapes::ListShape.new(name: 'ProductionVariantStatusList')
|
@@ -7441,6 +7442,7 @@ module Aws::SageMaker
|
|
7441
7442
|
ProductionVariant.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ProductionVariantVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
7442
7443
|
ProductionVariant.add_member(:model_data_download_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantModelDataDownloadTimeoutInSeconds, location_name: "ModelDataDownloadTimeoutInSeconds"))
|
7443
7444
|
ProductionVariant.add_member(:container_startup_health_check_timeout_in_seconds, Shapes::ShapeRef.new(shape: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds, location_name: "ContainerStartupHealthCheckTimeoutInSeconds"))
|
7445
|
+
ProductionVariant.add_member(:enable_ssm_access, Shapes::ShapeRef.new(shape: ProductionVariantSSMAccess, location_name: "EnableSSMAccess"))
|
7444
7446
|
ProductionVariant.struct_class = Types::ProductionVariant
|
7445
7447
|
|
7446
7448
|
ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -17264,18 +17264,27 @@ module Aws::SageMaker
|
|
17264
17264
|
include Aws::Structure
|
17265
17265
|
end
|
17266
17266
|
|
17267
|
-
# Shows the
|
17268
|
-
#
|
17267
|
+
# Shows the latest objective metric emitted by a training job that was
|
17268
|
+
# launched by a hyperparameter tuning job. You define the objective
|
17269
17269
|
# metric in the `HyperParameterTuningJobObjective` parameter of
|
17270
17270
|
# HyperParameterTuningJobConfig.
|
17271
17271
|
#
|
17272
17272
|
# @!attribute [rw] type
|
17273
|
-
#
|
17274
|
-
#
|
17273
|
+
# Select if you want to minimize or maximize the objective metric
|
17274
|
+
# during hyperparameter tuning.
|
17275
17275
|
# @return [String]
|
17276
17276
|
#
|
17277
17277
|
# @!attribute [rw] metric_name
|
17278
|
-
# The name of the objective metric.
|
17278
|
+
# The name of the objective metric. For SageMaker built-in algorithms,
|
17279
|
+
# metrics are defined per algorithm. See the [metrics for XGBoost][1]
|
17280
|
+
# as an example. You can also use a custom algorithm for training and
|
17281
|
+
# define your own metrics. For more information, see [Define metrics
|
17282
|
+
# and environment variables][2].
|
17283
|
+
#
|
17284
|
+
#
|
17285
|
+
#
|
17286
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost-tuning.html
|
17287
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html
|
17279
17288
|
# @return [String]
|
17280
17289
|
#
|
17281
17290
|
# @!attribute [rw] value
|
@@ -29872,9 +29881,9 @@ module Aws::SageMaker
|
|
29872
29881
|
# The security configuration for `OnlineStore`.
|
29873
29882
|
#
|
29874
29883
|
# @!attribute [rw] kms_key_id
|
29875
|
-
# The
|
29876
|
-
#
|
29877
|
-
#
|
29884
|
+
# The Amazon Web Services Key Management Service (KMS) key ARN that
|
29885
|
+
# SageMaker Feature Store uses to encrypt the Amazon S3 objects at
|
29886
|
+
# rest using Amazon S3 server-side encryption.
|
29878
29887
|
#
|
29879
29888
|
# The caller (either IAM user or IAM role) of `CreateFeatureGroup`
|
29880
29889
|
# must have below permissions to the `OnlineStore` `KmsKeyId`\:
|
@@ -31499,7 +31508,12 @@ module Aws::SageMaker
|
|
31499
31508
|
# Identifies a model that you want to host and the resources chosen to
|
31500
31509
|
# deploy for hosting it. If you are deploying multiple models, tell
|
31501
31510
|
# SageMaker how to distribute traffic among the models by specifying
|
31502
|
-
# variant weights.
|
31511
|
+
# variant weights. For more information on production variants, check [
|
31512
|
+
# Production variants][1].
|
31513
|
+
#
|
31514
|
+
#
|
31515
|
+
#
|
31516
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/model-ab-testing.html
|
31503
31517
|
#
|
31504
31518
|
# @!attribute [rw] variant_name
|
31505
31519
|
# The name of the production variant.
|
@@ -31571,6 +31585,15 @@ module Aws::SageMaker
|
|
31571
31585
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests
|
31572
31586
|
# @return [Integer]
|
31573
31587
|
#
|
31588
|
+
# @!attribute [rw] enable_ssm_access
|
31589
|
+
# You can use this parameter to turn on native Amazon Web Services
|
31590
|
+
# Systems Manager (SSM) access for a production variant behind an
|
31591
|
+
# endpoint. By default, SSM access is disabled for all production
|
31592
|
+
# variants behind an endpoints. You can turn on or turn off SSM access
|
31593
|
+
# for a production variant behind an existing endpoint by creating a
|
31594
|
+
# new endpoint configuration and calling `UpdateEndpoint`.
|
31595
|
+
# @return [Boolean]
|
31596
|
+
#
|
31574
31597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
31575
31598
|
#
|
31576
31599
|
class ProductionVariant < Struct.new(
|
@@ -31584,7 +31607,8 @@ module Aws::SageMaker
|
|
31584
31607
|
:serverless_config,
|
31585
31608
|
:volume_size_in_gb,
|
31586
31609
|
:model_data_download_timeout_in_seconds,
|
31587
|
-
:container_startup_health_check_timeout_in_seconds
|
31610
|
+
:container_startup_health_check_timeout_in_seconds,
|
31611
|
+
:enable_ssm_access)
|
31588
31612
|
SENSITIVE = []
|
31589
31613
|
include Aws::Structure
|
31590
31614
|
end
|
@@ -33848,7 +33872,7 @@ module Aws::SageMaker
|
|
33848
33872
|
# @return [String]
|
33849
33873
|
#
|
33850
33874
|
# @!attribute [rw] kms_key_id
|
33851
|
-
# The Amazon Web Services Key Management Service (KMS) key
|
33875
|
+
# The Amazon Web Services Key Management Service (KMS) key ARN of the
|
33852
33876
|
# key used to encrypt any objects written into the `OfflineStore` S3
|
33853
33877
|
# location.
|
33854
33878
|
#
|
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.169.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: 2023-03-
|
11
|
+
date: 2023-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|