aws-sdk-sagemakerruntime 1.74.0 → 1.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakerruntime/client.rb +1 -3
- data/lib/aws-sdk-sagemakerruntime.rb +3 -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: fa0c42bd8ee776652a28c84740edd7270286c1d1f2f9df2b401a35fd72347898
|
4
|
+
data.tar.gz: 4d2f21c696fd9ea8f215e24b2fa546e0115dd8c3bd544661b5fc6b1761799968
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ac1988ab86e3482b0a4f2e93de149c5f9977374faa504754cd2d88455c86c04395c323c850f197b0630352c76cf216f48d55feded4ac8930da39aa719ead0bb
|
7
|
+
data.tar.gz: ccd675cc78125766b5569988e0745cbaffe0ec24a737930f677486aa68890fe43c82816d8a5bdff03b637a47b33a49ab1c88f73c15afe82fab85b93f3ca612cb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
39
39
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakerruntime)
|
41
|
-
|
42
40
|
module Aws::SageMakerRuntime
|
43
41
|
# An API client for SageMakerRuntime. To construct a client, you need to configure a `:region` and `:credentials`.
|
44
42
|
#
|
@@ -1075,7 +1073,7 @@ module Aws::SageMakerRuntime
|
|
1075
1073
|
tracer: tracer
|
1076
1074
|
)
|
1077
1075
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
1078
|
-
context[:gem_version] = '1.
|
1076
|
+
context[:gem_version] = '1.75.0'
|
1079
1077
|
Seahorse::Client::Request.new(handlers, context)
|
1080
1078
|
end
|
1081
1079
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakerruntime)
|
15
|
+
|
14
16
|
# This module provides support for Amazon SageMaker Runtime. This module is available in the
|
15
17
|
# `aws-sdk-sagemakerruntime` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::SageMakerRuntime
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-sagemakerruntime/endpoints'
|
54
56
|
autoload :EventStreams, 'aws-sdk-sagemakerruntime/event_streams'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.75.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
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.75.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: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|