google-cloud-automl-v1 0.4.4 → 0.4.5

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: 4913f03e290dac6e7b9a3c8a9ac045f30382ef7fbf200df9d08e9bde89fb4e5f
4
- data.tar.gz: 48717907145cd4b3de847df251379301f147271cd5a3f724c77cba65932d929b
3
+ metadata.gz: 6837ad5ff79bdfc71b64984e99875f6f14857c053b3c809e8c856959502db2eb
4
+ data.tar.gz: 37834999f3d531db65d92dd6e84955b9f87ff3329c2fbeaa99e576096e7bd55d
5
5
  SHA512:
6
- metadata.gz: ba609e740c4e4310917407fb5bb2b4b8e885399a171c81e3c15d8564e76947273ef5bf6079f4c016a8d9d356a004f7a54c41b298b81df1bc04513fec44f6f74e
7
- data.tar.gz: 38e5e9b42be93381569f87ddc80b97ebe309f08d890fcb97f92132db70ba71284254e1b24ea91eee10f6906b48ade517655ab48bd466e0e693ae798b5a55c914
6
+ metadata.gz: fe924553383e981b1ffc2f3e08ae627b1092454c9117ebffb3a39710076b9498ed49386e53124b3b9e61cca1d78608f828faa97f8d090af48d83071793d8ab06
7
+ data.tar.gz: 5f7a57d199a64b1f069b757ca14b40d2360bb80535d68b9a1d3a9f41424bccd21393d208444e84f48f7387b0ac44297a0d1a21f66e10267c103f2af5ab9fbca1
@@ -436,10 +436,11 @@ module Google
436
436
  # An expression for filtering the results of the request.
437
437
  #
438
438
  # * `dataset_metadata` - for existence of the case (e.g.
439
- # image_classification_dataset_metadata:*). Some examples of using the filter are:
439
+ # `image_classification_dataset_metadata:*`). Some examples of
440
+ # using the filter are:
440
441
  #
441
442
  # * `translation_dataset_metadata:*` --> The dataset has
442
- # translation_dataset_metadata.
443
+ # `translation_dataset_metadata`.
443
444
  # @param page_size [::Integer]
444
445
  # Requested page size. Server may return fewer results than requested.
445
446
  # If unspecified, server will pick a default size.
@@ -1199,11 +1200,11 @@ module Google
1199
1200
  # An expression for filtering the results of the request.
1200
1201
  #
1201
1202
  # * `model_metadata` - for existence of the case (e.g.
1202
- # video_classification_model_metadata:*).
1203
+ # `video_classification_model_metadata:*`).
1203
1204
  # * `dataset_id` - for = or !=. Some examples of using the filter are:
1204
1205
  #
1205
1206
  # * `image_classification_model_metadata:*` --> The model has
1206
- # image_classification_model_metadata.
1207
+ # `image_classification_model_metadata`.
1207
1208
  # * `dataset_id=5` --> The model was created from a dataset with ID 5.
1208
1209
  # @param page_size [::Integer]
1209
1210
  # Requested page size.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1
24
- VERSION = "0.4.4"
24
+ VERSION = "0.4.5"
25
25
  end
26
26
  end
27
27
  end
@@ -51,10 +51,11 @@ module Google
51
51
  # An expression for filtering the results of the request.
52
52
  #
53
53
  # * `dataset_metadata` - for existence of the case (e.g.
54
- # image_classification_dataset_metadata:*). Some examples of using the filter are:
54
+ # `image_classification_dataset_metadata:*`). Some examples of
55
+ # using the filter are:
55
56
  #
56
57
  # * `translation_dataset_metadata:*` --> The dataset has
57
- # translation_dataset_metadata.
58
+ # `translation_dataset_metadata`.
58
59
  # @!attribute [rw] page_size
59
60
  # @return [::Integer]
60
61
  # Requested page size. Server may return fewer results than requested.
@@ -169,11 +170,11 @@ module Google
169
170
  # An expression for filtering the results of the request.
170
171
  #
171
172
  # * `model_metadata` - for existence of the case (e.g.
172
- # video_classification_model_metadata:*).
173
+ # `video_classification_model_metadata:*`).
173
174
  # * `dataset_id` - for = or !=. Some examples of using the filter are:
174
175
  #
175
176
  # * `image_classification_model_metadata:*` --> The model has
176
- # image_classification_model_metadata.
177
+ # `image_classification_model_metadata`.
177
178
  # * `dataset_id=5` --> The model was created from a dataset with ID 5.
178
179
  # @!attribute [rw] page_size
179
180
  # @return [::Integer]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common