aws-sdk-sagemaker 1.203.0 → 1.204.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d01c17db541992d49a28a2d6fef46c2366782aee5e027834226b480b7162856c
4
- data.tar.gz: 64b78f0f56a73d926f93a2fecfa7ebb61c95e92fe9c6549d6f05ebb612fde575
3
+ metadata.gz: 17f57dda778ec518f494d5084684f9577bd0f96e9043af3d29ee5f5ebb0a14e8
4
+ data.tar.gz: 4e2e0e0cd36750238c339fca44d4cc092e0693fc7e1992ab94998f413391d473
5
5
  SHA512:
6
- metadata.gz: 2a98d9933414cd3772aeec8e2757bf50db278a01ffec76cb26c2277ee0ccf47fc0be94263c55488007f8d11040ca4ea919a0eed8c583a6374e476b601ab0644c
7
- data.tar.gz: ef5fa6976b75afab0342b37bcc1bc3a70e2567b71627b9d106fa9ce42380f2389e99f66ced40837aa6b0fc5466cc8e9f996950462ad12cc1c9d34b3450e41fb0
6
+ metadata.gz: e673736563b0f55cefa2690e240ce31aac273ddf49e1b9866dafec8fb3c55180103762b3eb5351a1b54935a6703700d57a0e6c40386817b9924c60ff58eb9aa1
7
+ data.tar.gz: 1d56663f95ab026b57b27fa2117e28a212a742cc6921fa1417571d050ef04fdc4dcf952743378d9097568918c36ab3b57eeec4132cbd9ff814d0f47fc94a0d21
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.204.0 (2023-08-04)
5
+ ------------------
6
+
7
+ * Feature - Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
8
+
4
9
  1.203.0 (2023-08-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.203.0
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.203.0'
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
@@ -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.203.0'
56
+ GEM_VERSION = '1.204.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.203.0
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-03 00:00:00.000000000 Z
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