aws-sdk-sagemakerruntime 1.23.1 → 1.24.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/lib/aws-sdk-sagemakerruntime.rb +3 -1
- data/lib/aws-sdk-sagemakerruntime/client.rb +3 -1
- data/lib/aws-sdk-sagemakerruntime/client_api.rb +2 -0
- data/lib/aws-sdk-sagemakerruntime/errors.rb +2 -0
- data/lib/aws-sdk-sagemakerruntime/resource.rb +2 -0
- data/lib/aws-sdk-sagemakerruntime/types.rb +8 -0
- 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: aff2a56b697353c2cf4afdf4c8d2369c9f23b7e64da33250b72791a47986c143
|
|
4
|
+
data.tar.gz: 07b0b60785e7fd2e26495de734aeb2b9bed1442e0299ab789e963f1fa032c570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e77697239750a9ebce1adb0d9c04c267efb95b06185e1e11d193141cac5930bccc27c94689abf663b6f4fabb3a06ce17bc7e186a37d320240a78fa7e173dd353
|
|
7
|
+
data.tar.gz: 24db68e8344f61f1b8501610be539b5ddc4aa0530c2b5a8b6966a8ab8aad0837dc07ee545bd75cb793b316c1b2646976146e72054cb317f11d80ee98ea5e4dfd
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-sagemakerruntime/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::SageMakerRuntime
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.24.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -443,7 +445,7 @@ module Aws::SageMakerRuntime
|
|
|
443
445
|
params: params,
|
|
444
446
|
config: config)
|
|
445
447
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
|
446
|
-
context[:gem_version] = '1.
|
|
448
|
+
context[:gem_version] = '1.24.0'
|
|
447
449
|
Seahorse::Client::Request.new(handlers, context)
|
|
448
450
|
end
|
|
449
451
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -17,6 +19,7 @@ module Aws::SageMakerRuntime
|
|
|
17
19
|
#
|
|
18
20
|
class InternalFailure < Struct.new(
|
|
19
21
|
:message)
|
|
22
|
+
SENSITIVE = []
|
|
20
23
|
include Aws::Structure
|
|
21
24
|
end
|
|
22
25
|
|
|
@@ -103,6 +106,7 @@ module Aws::SageMakerRuntime
|
|
|
103
106
|
:custom_attributes,
|
|
104
107
|
:target_model,
|
|
105
108
|
:target_variant)
|
|
109
|
+
SENSITIVE = [:body, :custom_attributes]
|
|
106
110
|
include Aws::Structure
|
|
107
111
|
end
|
|
108
112
|
|
|
@@ -153,6 +157,7 @@ module Aws::SageMakerRuntime
|
|
|
153
157
|
:content_type,
|
|
154
158
|
:invoked_production_variant,
|
|
155
159
|
:custom_attributes)
|
|
160
|
+
SENSITIVE = [:body, :custom_attributes]
|
|
156
161
|
include Aws::Structure
|
|
157
162
|
end
|
|
158
163
|
|
|
@@ -181,6 +186,7 @@ module Aws::SageMakerRuntime
|
|
|
181
186
|
:original_status_code,
|
|
182
187
|
:original_message,
|
|
183
188
|
:log_stream_arn)
|
|
189
|
+
SENSITIVE = []
|
|
184
190
|
include Aws::Structure
|
|
185
191
|
end
|
|
186
192
|
|
|
@@ -193,6 +199,7 @@ module Aws::SageMakerRuntime
|
|
|
193
199
|
#
|
|
194
200
|
class ServiceUnavailable < Struct.new(
|
|
195
201
|
:message)
|
|
202
|
+
SENSITIVE = []
|
|
196
203
|
include Aws::Structure
|
|
197
204
|
end
|
|
198
205
|
|
|
@@ -205,6 +212,7 @@ module Aws::SageMakerRuntime
|
|
|
205
212
|
#
|
|
206
213
|
class ValidationError < Struct.new(
|
|
207
214
|
:message)
|
|
215
|
+
SENSITIVE = []
|
|
208
216
|
include Aws::Structure
|
|
209
217
|
end
|
|
210
218
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemakerruntime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|