aws-sdk-sagemaker 1.199.0 → 1.200.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 +1 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +1 -0
- data/lib/aws-sdk-sagemaker/types.rb +6 -0
- 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: 0e5369f5bb546bc4a434084786180743b3c465f88f079270f4aeb875104a2f5e
|
|
4
|
+
data.tar.gz: 4b21b756570b018c4f72496c571dbc8dcd58138e3851bab0a50d971df7771782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbf4fd1b274d7c25a5d3722e91e30bbcb5817b13a8d32d978a9800a31e4abfc94bc0c1b7e2089380e09cf0deecbbe9e36d4ec7ab397902afd93d64eaf15d5d41
|
|
7
|
+
data.tar.gz: 528122c7a215f0a6901a12249845b09e8c08fff72f3928ee3800700fd9ea3b168e0af011197f6cd04c5f2094081da87f535af0f73d452202880f0efd1bcf9fe3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.200.0
|
|
@@ -23997,7 +23997,7 @@ module Aws::SageMaker
|
|
|
23997
23997
|
params: params,
|
|
23998
23998
|
config: config)
|
|
23999
23999
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
24000
|
-
context[:gem_version] = '1.
|
|
24000
|
+
context[:gem_version] = '1.200.0'
|
|
24001
24001
|
Seahorse::Client::Request.new(handlers, context)
|
|
24002
24002
|
end
|
|
24003
24003
|
|
|
@@ -8455,6 +8455,7 @@ module Aws::SageMaker
|
|
|
8455
8455
|
TrainingJob.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
|
8456
8456
|
TrainingJob.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
|
8457
8457
|
TrainingJob.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
|
|
8458
|
+
TrainingJob.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
|
8458
8459
|
TrainingJob.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
|
|
8459
8460
|
TrainingJob.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
|
8460
8461
|
TrainingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
@@ -37771,6 +37771,11 @@ module Aws::SageMaker
|
|
|
37771
37771
|
# training job.
|
|
37772
37772
|
# @return [Array<Types::DebugRuleEvaluationStatus>]
|
|
37773
37773
|
#
|
|
37774
|
+
# @!attribute [rw] profiler_config
|
|
37775
|
+
# Configuration information for Amazon SageMaker Debugger system
|
|
37776
|
+
# monitoring, framework profiling, and storage paths.
|
|
37777
|
+
# @return [Types::ProfilerConfig]
|
|
37778
|
+
#
|
|
37774
37779
|
# @!attribute [rw] environment
|
|
37775
37780
|
# The environment variables to set in the Docker container.
|
|
37776
37781
|
# @return [Hash<String,String>]
|
|
@@ -37828,6 +37833,7 @@ module Aws::SageMaker
|
|
|
37828
37833
|
:debug_rule_configurations,
|
|
37829
37834
|
:tensor_board_output_config,
|
|
37830
37835
|
:debug_rule_evaluation_statuses,
|
|
37836
|
+
:profiler_config,
|
|
37831
37837
|
:environment,
|
|
37832
37838
|
:retry_strategy,
|
|
37833
37839
|
: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.200.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-07-
|
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|