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 +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 -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: c23ec8ffa3313fb810679e478659307963e45e4ef1d518520f213daa4187ce23
|
|
4
|
+
data.tar.gz: cfec70a51126d1b0212fcd75e58445c94822b379f648677d0fe105057ea94484
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2e435d637517ef4e3d3733122721398e38ac71e2a4d2e5ca451c33f6c455707baf32a0808aab958873455d7bce49351b7644989aa2054f49f56a24f23dfeebf
|
|
7
|
+
data.tar.gz: f3c4548f08a61bdbcb11897d4429d83c00c10ec1b4fc7fb23c05ec33560753fd6f030726006ca39b835580e3b161f0f71c301ebc1b113afed673da43929b6739
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
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.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-
|
|
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
|