google-cloud-automl-v1beta1 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a7ef5c55b8177aabad04777abb5a8e9996f2c9f787d2ffd64bd4acc993dee3b
4
- data.tar.gz: 669bb67a43920c1ee64c13cc1fc13775f324729d54a04f8ff6aadb99e6b8b0b6
3
+ metadata.gz: ed48a93138c21636f30e6d95b061c7484c99a31f6c92294a429d28cf329b3afb
4
+ data.tar.gz: c574297eb45e481e81a11623d13677cb59ac6a0f7d66a6f102d8d66bf8220da4
5
5
  SHA512:
6
- metadata.gz: f5168bf596cb65b0e1bef7b1de92800a2541fa3f57665a1704bee1d9a3444fc199416a50d30166bcce6149003ecabf610a9ae57a65725bfe7342d82a1a734c5d
7
- data.tar.gz: a90cd1c8753039aaca52014516e5dff631e8927467740343ac15d28ceee18961a0e61ff2b3789d467dd87211389728699d5f3fc4d392f3fb5cd7c27509ca3092
6
+ metadata.gz: d1625a11235383a58b86d3e7cf0dd142b0cfafc338b498a21b6f0223a6d37fabb193d6e75de38030870688ca7fe4652229518128142822aeb6fdecf120bf69b2
7
+ data.tar.gz: 2ee6cc80e2d81a321dcfb70bd7de11da2c5812b2343f0c267bbfe8e9799e12af634d5be95d060c97fe4b7479ddd3e9c0fa03f75accad4edf567355ff54cc85b9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Automl
23
23
  module V1beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -723,8 +723,7 @@ module Google
723
723
  # that wraps the same "ID" : "<id_value>" but here followed by
724
724
  # exactly one
725
725
  #
726
- # [`google.rpc.Status`](https:
727
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
726
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
728
727
  # containing only `code` and `message`fields.
729
728
  #
730
729
  # * For Image Object Detection:
@@ -745,8 +744,7 @@ module Google
745
744
  # that wraps the same "ID" : "<id_value>" but here followed by
746
745
  # exactly one
747
746
  #
748
- # [`google.rpc.Status`](https:
749
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
747
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
750
748
  # containing only `code` and `message`fields.
751
749
  # * For Video Classification:
752
750
  # In the created directory a video_classification.csv file, and a .JSON
@@ -820,8 +818,7 @@ module Google
820
818
  # proto that wraps input text snippet or input text file followed by
821
819
  # exactly one
822
820
  #
823
- # [`google.rpc.Status`](https:
824
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
821
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
825
822
  # containing only `code` and `message`.
826
823
  #
827
824
  # * For Text Sentiment:
@@ -844,8 +841,7 @@ module Google
844
841
  # proto that wraps input text snippet or input text file followed by
845
842
  # exactly one
846
843
  #
847
- # [`google.rpc.Status`](https:
848
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
844
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
849
845
  # containing only `code` and `message`.
850
846
  #
851
847
  # * For Text Extraction:
@@ -880,8 +876,7 @@ module Google
880
876
  # or the document proto (in case of document) but here followed by
881
877
  # exactly one
882
878
  #
883
- # [`google.rpc.Status`](https:
884
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
879
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
885
880
  # containing only `code` and `message`.
886
881
  #
887
882
  # * For Tables:
@@ -933,8 +928,7 @@ module Google
933
928
  # will have analogous format as `tables_*.csv`, but always with a
934
929
  # single target column having
935
930
  #
936
- # [`google.rpc.Status`](https:
937
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
931
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
938
932
  # represented as a JSON string, and containing only `code` and
939
933
  # `message`.
940
934
  # BigQuery case:
@@ -972,8 +966,7 @@ module Google
972
966
  # {::Google::Cloud::AutoML::V1beta1::ColumnSpec#display_name display_name}>",
973
967
  # and as a value has
974
968
  #
975
- # [`google.rpc.Status`](https:
976
- # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
969
+ # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
977
970
  # represented as a STRUCT, and containing only `code` and `message`.
978
971
  # @!attribute [rw] gcs_destination
979
972
  # @return [::Google::Cloud::AutoML::V1beta1::GcsDestination]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common