google-cloud-automl 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/automl/version.rb +1 -1
- data/lib/google/cloud/automl.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0405540873953574d3ce46c1f9ba2b5023dfede1ae8aeb13bfd8ad130c9c238c'
|
4
|
+
data.tar.gz: 982ea2364aef3753d1e30c105b525b4d9189b72e98c12d066e13b57d9f32b6e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ac9b3779dcffda57711d717865b6af7fa222778134fae01a925606c036e405478b0d4065a3222644ff8996e4f3ad14a0dee3ac485cb4b9a1c5b1876db1b1663
|
7
|
+
data.tar.gz: 305b96e4e4916f79b8ec2d02e6128550a505fa0f6e8dd19cc323854bb9360a36491f00c62e9f0c6618e744e4f22c8ef2a37aee0ff2bd3faed08ba19c13798141
|
data/lib/google/cloud/automl.rb
CHANGED
@@ -60,7 +60,7 @@ module Google
|
|
60
60
|
# AutoML Prediction API.
|
61
61
|
#
|
62
62
|
# On any input that is documented to expect a string parameter in
|
63
|
-
# snake_case or
|
63
|
+
# snake_case or dash-case, either of those cases is accepted.
|
64
64
|
#
|
65
65
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
66
66
|
# Defaults to `:v1`.
|
@@ -103,7 +103,7 @@ module Google
|
|
103
103
|
# Currently the only supported `location_id` is "us-central1".
|
104
104
|
#
|
105
105
|
# On any input that is documented to expect a string parameter in
|
106
|
-
# snake_case or
|
106
|
+
# snake_case or dash-case, either of those cases is accepted.
|
107
107
|
#
|
108
108
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
109
109
|
# Defaults to `:v1`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-automl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-automl-v1
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
- !ruby/object:Gem::Version
|
214
214
|
version: '0'
|
215
215
|
requirements: []
|
216
|
-
rubygems_version: 3.3.
|
216
|
+
rubygems_version: 3.3.5
|
217
217
|
signing_key:
|
218
218
|
specification_version: 4
|
219
219
|
summary: API Client library for the Cloud AutoML API
|