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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed48a93138c21636f30e6d95b061c7484c99a31f6c92294a429d28cf329b3afb
|
4
|
+
data.tar.gz: c574297eb45e481e81a11623d13677cb59ac6a0f7d66a6f102d8d66bf8220da4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1625a11235383a58b86d3e7cf0dd142b0cfafc338b498a21b6f0223a6d37fabb193d6e75de38030870688ca7fe4652229518128142822aeb6fdecf120bf69b2
|
7
|
+
data.tar.gz: 2ee6cc80e2d81a321dcfb70bd7de11da2c5812b2343f0c267bbfe8e9799e12af634d5be95d060c97fe4b7479ddd3e9c0fa03f75accad4edf567355ff54cc85b9
|
@@ -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.
|
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-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|