google-cloud-automl 1.0.0 → 1.0.1
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/google/cloud/automl.rb +2 -2
- data/lib/google/cloud/automl/version.rb +1 -1
- 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: 0ebf597984080fa8c072d163e74c3f4410078b9c9ce6bbcf88188df9751d6585
|
|
4
|
+
data.tar.gz: 98446258b012e01005bf3c5b69f8d8043f16e028097a66a9010255394760c826
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d241e78354d77ebe1e652cbc1a5f72b7cf5afddccc3c65a0ed35bf32e988a7e515a8c08f0c599cd6264d3ba60edb227bafe2d6ffe4fa0b8ec7baec59064b7869
|
|
7
|
+
data.tar.gz: 9d2581a8d338e85a487f393d665ccfc06aa7e87e774ff9be673b5f3ccebbaeb40d33a08f43431a47b461e44bf0459afedb757a86152f143faa5b74351943c176
|
data/lib/google/cloud/automl.rb
CHANGED
|
@@ -134,8 +134,8 @@ module Google
|
|
|
134
134
|
# The library version as recorded in instrumentation and logging.
|
|
135
135
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
136
136
|
# An array of interceptors that are run before calls are executed.
|
|
137
|
-
# * `timeout` (*type:* `
|
|
138
|
-
# Default timeout in
|
|
137
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
138
|
+
# Default timeout in seconds.
|
|
139
139
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
140
140
|
# Additional gRPC headers to be sent with the call.
|
|
141
141
|
# * `retry_policy` (*type:* `Hash`) -
|
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.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-automl-v1
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
202
|
version: '0'
|
|
203
203
|
requirements: []
|
|
204
|
-
rubygems_version: 3.
|
|
204
|
+
rubygems_version: 3.2.6
|
|
205
205
|
signing_key:
|
|
206
206
|
specification_version: 4
|
|
207
207
|
summary: API Client library for the Cloud AutoML API
|