aws-sdk-sagemakermetrics 1.24.0 → 1.25.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-sagemakermetrics/client.rb +1 -3
- data/lib/aws-sdk-sagemakermetrics.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: 61013fd8f202d9269baf9ab18d20fe777fbca944cd284a0a462fdf83ed405a4d
|
4
|
+
data.tar.gz: e0cc38578027fb40046fbd683c9ee5fe09715ec5ce55cb8bd5c29cd0b70a6930
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4642346fcd22d6dd14f1984a6f5c0f2e0da099011fc7fa61d3d248f33649329577ec43b579b583b3b9b1449a976c89d4ca21bf7604f5dcee82fd9aef66480adf
|
7
|
+
data.tar.gz: 4f65d8a18a094512247acd97e12146e4a5f207d9bb69fb95db1862770d23504fab1217016936f2c1319ee1d2d508a992d1d76de77817cccbc0769511ae7b03b0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.25.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakermetrics)
|
40
|
-
|
41
39
|
module Aws::SageMakerMetrics
|
42
40
|
# An API client for SageMakerMetrics. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -554,7 +552,7 @@ module Aws::SageMakerMetrics
|
|
554
552
|
tracer: tracer
|
555
553
|
)
|
556
554
|
context[:gem_name] = 'aws-sdk-sagemakermetrics'
|
557
|
-
context[:gem_version] = '1.
|
555
|
+
context[:gem_version] = '1.25.0'
|
558
556
|
Seahorse::Client::Request.new(handlers, context)
|
559
557
|
end
|
560
558
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakermetrics)
|
15
|
+
|
14
16
|
# This module provides support for Amazon SageMaker Metrics Service. This module is available in the
|
15
17
|
# `aws-sdk-sagemakermetrics` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::SageMakerMetrics
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-sagemakermetrics/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-sagemakermetrics/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.25.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemakermetrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.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
|