aws-sdk-sagemaker 1.203.0 → 1.204.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 +7 -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: 17f57dda778ec518f494d5084684f9577bd0f96e9043af3d29ee5f5ebb0a14e8
|
|
4
|
+
data.tar.gz: 4e2e0e0cd36750238c339fca44d4cc092e0693fc7e1992ab94998f413391d473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e673736563b0f55cefa2690e240ce31aac273ddf49e1b9866dafec8fb3c55180103762b3eb5351a1b54935a6703700d57a0e6c40386817b9924c60ff58eb9aa1
|
|
7
|
+
data.tar.gz: 1d56663f95ab026b57b27fa2117e28a212a742cc6921fa1417571d050ef04fdc4dcf952743378d9097568918c36ab3b57eeec4132cbd9ff814d0f47fc94a0d21
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.204.0
|
|
@@ -24091,7 +24091,7 @@ module Aws::SageMaker
|
|
|
24091
24091
|
params: params,
|
|
24092
24092
|
config: config)
|
|
24093
24093
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
24094
|
-
context[:gem_version] = '1.
|
|
24094
|
+
context[:gem_version] = '1.204.0'
|
|
24095
24095
|
Seahorse::Client::Request.new(handlers, context)
|
|
24096
24096
|
end
|
|
24097
24097
|
|
|
@@ -8622,6 +8622,7 @@ module Aws::SageMaker
|
|
|
8622
8622
|
TransformJob.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
|
|
8623
8623
|
TransformJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
|
8624
8624
|
TransformJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
8625
|
+
TransformJob.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
|
|
8625
8626
|
TransformJob.struct_class = Types::TransformJob
|
|
8626
8627
|
|
|
8627
8628
|
TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
|
|
@@ -38706,6 +38706,11 @@ module Aws::SageMaker
|
|
|
38706
38706
|
# A list of tags associated with the transform job.
|
|
38707
38707
|
# @return [Array<Types::Tag>]
|
|
38708
38708
|
#
|
|
38709
|
+
# @!attribute [rw] data_capture_config
|
|
38710
|
+
# Configuration to control how SageMaker captures inference data for
|
|
38711
|
+
# batch transform jobs.
|
|
38712
|
+
# @return [Types::BatchDataCaptureConfig]
|
|
38713
|
+
#
|
|
38709
38714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformJob AWS API Documentation
|
|
38710
38715
|
#
|
|
38711
38716
|
class TransformJob < Struct.new(
|
|
@@ -38729,7 +38734,8 @@ module Aws::SageMaker
|
|
|
38729
38734
|
:auto_ml_job_arn,
|
|
38730
38735
|
:data_processing,
|
|
38731
38736
|
:experiment_config,
|
|
38732
|
-
:tags
|
|
38737
|
+
:tags,
|
|
38738
|
+
:data_capture_config)
|
|
38733
38739
|
SENSITIVE = []
|
|
38734
38740
|
include Aws::Structure
|
|
38735
38741
|
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.204.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-08-
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|