aws-sdk-sagemaker 1.217.0 → 1.218.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: 44e7e1f63bcf45a9e3c3c59aa6cc3ff1c72d5dcd343e8fd05a63fe85a95375e6
4
- data.tar.gz: 5b10df777ead8d3feb98e0b95951a94ca581285b2d9cdddbbd70248f863b6990
3
+ metadata.gz: c23ec8ffa3313fb810679e478659307963e45e4ef1d518520f213daa4187ce23
4
+ data.tar.gz: cfec70a51126d1b0212fcd75e58445c94822b379f648677d0fe105057ea94484
5
5
  SHA512:
6
- metadata.gz: 9393949f989c2a943f2c9a616655e3cc40cc36e6c7568cb5cd513378887862dde9f253cddecd89ec670527fac0953a8e0da6a527eca42f4300e43a292a948286
7
- data.tar.gz: f40cd05d91ebe24815c853ed1043b09f4274a08ed4c23980cea7cd53b35f703af2531b660ac78e5b9d10c2a76143b95f20759516d024df7cda3214d9c0ea2643
6
+ metadata.gz: f2e435d637517ef4e3d3733122721398e38ac71e2a4d2e5ca451c33f6c455707baf32a0808aab958873455d7bce49351b7644989aa2054f49f56a24f23dfeebf
7
+ data.tar.gz: f3c4548f08a61bdbcb11897d4429d83c00c10ec1b4fc7fb23c05ec33560753fd6f030726006ca39b835580e3b161f0f71c301ebc1b113afed673da43929b6739
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.218.0 (2023-11-01)
5
+ ------------------
6
+
7
+ * Feature - Support for batch transform input in Model dashboard
8
+
4
9
  1.217.0 (2023-10-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.217.0
1
+ 1.218.0
@@ -24293,7 +24293,7 @@ module Aws::SageMaker
24293
24293
  params: params,
24294
24294
  config: config)
24295
24295
  context[:gem_name] = 'aws-sdk-sagemaker'
24296
- context[:gem_version] = '1.217.0'
24296
+ context[:gem_version] = '1.218.0'
24297
24297
  Seahorse::Client::Request.new(handlers, context)
24298
24298
  end
24299
24299
 
@@ -7049,6 +7049,7 @@ module Aws::SageMaker
7049
7049
  ModelDashboardMonitoringSchedule.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
7050
7050
  ModelDashboardMonitoringSchedule.add_member(:monitoring_alert_summaries, Shapes::ShapeRef.new(shape: MonitoringAlertSummaryList, location_name: "MonitoringAlertSummaries"))
7051
7051
  ModelDashboardMonitoringSchedule.add_member(:last_monitoring_execution_summary, Shapes::ShapeRef.new(shape: MonitoringExecutionSummary, location_name: "LastMonitoringExecutionSummary"))
7052
+ ModelDashboardMonitoringSchedule.add_member(:batch_transform_input, Shapes::ShapeRef.new(shape: BatchTransformInput, location_name: "BatchTransformInput"))
7052
7053
  ModelDashboardMonitoringSchedule.struct_class = Types::ModelDashboardMonitoringSchedule
7053
7054
 
7054
7055
  ModelDashboardMonitoringSchedules.member = Shapes::ShapeRef.new(shape: ModelDashboardMonitoringSchedule)
@@ -29108,6 +29108,10 @@ module Aws::SageMaker
29108
29108
  # Summary of information about the last monitoring job to run.
29109
29109
  # @return [Types::MonitoringExecutionSummary]
29110
29110
  #
29111
+ # @!attribute [rw] batch_transform_input
29112
+ # Input object for the batch transform job.
29113
+ # @return [Types::BatchTransformInput]
29114
+ #
29111
29115
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelDashboardMonitoringSchedule AWS API Documentation
29112
29116
  #
29113
29117
  class ModelDashboardMonitoringSchedule < Struct.new(
@@ -29121,7 +29125,8 @@ module Aws::SageMaker
29121
29125
  :monitoring_schedule_config,
29122
29126
  :endpoint_name,
29123
29127
  :monitoring_alert_summaries,
29124
- :last_monitoring_execution_summary)
29128
+ :last_monitoring_execution_summary,
29129
+ :batch_transform_input)
29125
29130
  SENSITIVE = []
29126
29131
  include Aws::Structure
29127
29132
  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.217.0'
56
+ GEM_VERSION = '1.218.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.217.0
4
+ version: 1.218.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-10-26 00:00:00.000000000 Z
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core