google-cloud-automl 1.1.3 → 1.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 449eee6e4ca96dd1747571656e63edb4bd329d8d8927379082d2e9d770613d41
4
- data.tar.gz: 149718b256f45f77e738269bd4854e78d8e40dee08712abf26642716c15275df
3
+ metadata.gz: '0405540873953574d3ce46c1f9ba2b5023dfede1ae8aeb13bfd8ad130c9c238c'
4
+ data.tar.gz: 982ea2364aef3753d1e30c105b525b4d9189b72e98c12d066e13b57d9f32b6e3
5
5
  SHA512:
6
- metadata.gz: 595884daeff52f72ca525525f7ff5daaffbb812b0c6f7ef9c8c2624bdf762fa1f001eaacd81df8f6149ce5f02c3583874e7d86f942566657e28d3e8f7d96d2ad
7
- data.tar.gz: 4709c1b528f0ee6e430365488b3bef2f79eaecc9c1b14cba3bd8680a4bb0e43aff7d7234e8f1551aac1118a230e4d8a41e757e06d90399e4bc084fe56df1117a
6
+ metadata.gz: 4ac9b3779dcffda57711d717865b6af7fa222778134fae01a925606c036e405478b0d4065a3222644ff8996e4f3ad14a0dee3ac485cb4b9a1c5b1876db1b1663
7
+ data.tar.gz: 305b96e4e4916f79b8ec2d02e6128550a505fa0f6e8dd19cc323854bb9360a36491f00c62e9f0c6618e744e4f22c8ef2a37aee0ff2bd3faed08ba19c13798141
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AutoML
23
- VERSION = "1.1.3"
23
+ VERSION = "1.1.4"
24
24
  end
25
25
  end
26
26
  end
@@ -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 kebab-case, either of those cases is accepted.
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 kebab-case, either of those cases is accepted.
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.3
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 00:00:00.000000000 Z
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.4
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