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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55a40709dad4cb7d7f92dca2f6f7c54d0feba2316cc933d32ae27d8c9359ed32
4
- data.tar.gz: 72c93a25800ae16a8e3836c8d947c0a04487da21098239f7474edfe12920e332
3
+ metadata.gz: 0e5369f5bb546bc4a434084786180743b3c465f88f079270f4aeb875104a2f5e
4
+ data.tar.gz: 4b21b756570b018c4f72496c571dbc8dcd58138e3851bab0a50d971df7771782
5
5
  SHA512:
6
- metadata.gz: fb198732848c365bcb7784983e574b94f5d17f00301ba0f05b4ef85dfff75c5fe4ddbc4dee28fb77fd0666ed15a3df81d510b2e9f7d208b302d7e0684fd6382c
7
- data.tar.gz: c42e5500b682e8be793b55d85d4685294e93742c80b9ccb5cc1a9227bf641f8be6f4b38dc3e47ac3e1540b23ead1a6ee72a9b5e69db3e8b4734599c3cafe9300
6
+ metadata.gz: bbf4fd1b274d7c25a5d3722e91e30bbcb5817b13a8d32d978a9800a31e4abfc94bc0c1b7e2089380e09cf0deecbbe9e36d4ec7ab397902afd93d64eaf15d5d41
7
+ data.tar.gz: 528122c7a215f0a6901a12249845b09e8c08fff72f3928ee3800700fd9ea3b168e0af011197f6cd04c5f2094081da87f535af0f73d452202880f0efd1bcf9fe3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.200.0 (2023-07-27)
5
+ ------------------
6
+
7
+ * Feature - Expose ProfilerConfig attribute in SageMaker Search API response.
8
+
4
9
  1.199.0 (2023-07-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.199.0
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.199.0'
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)
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.199.0'
56
+ GEM_VERSION = '1.200.0'
57
57
 
58
58
  end
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.199.0
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-25 00:00:00.000000000 Z
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