proto_docs/google/cloud/automl/v1beta1/io.rb in google-cloud-automl-v1beta1-0.2.1 vs proto_docs/google/cloud/automl/v1beta1/io.rb in google-cloud-automl-v1beta1-0.2.2

- old
+ new

@@ -721,12 +721,11 @@ # files will be created (N depends on total number of failed # predictions). These files will have a JSON representation of a proto # that wraps the same "ID" : "<id_value>" but here followed by # exactly one # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # containing only `code` and `message`fields. # # * For Image Object Detection: # In the created directory files `image_object_detection_1.jsonl`, # `image_object_detection_2.jsonl`,...,`image_object_detection_N.jsonl` @@ -743,12 +742,11 @@ # files will be created (N depends on total number of failed # predictions). These files will have a JSON representation of a proto # that wraps the same "ID" : "<id_value>" but here followed by # exactly one # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # containing only `code` and `message`fields. # * For Video Classification: # In the created directory a video_classification.csv file, and a .JSON # file per each video classification requested in the input (i.e. each # line in given CSV(s)), will be created. @@ -818,12 +816,11 @@ # `errors_N.jsonl` files will be created (N depends on total number of # failed predictions). These files will have a JSON representation of a # proto that wraps input text snippet or input text file followed by # exactly one # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # containing only `code` and `message`. # # * For Text Sentiment: # In the created directory files `text_sentiment_1.jsonl`, # `text_sentiment_2.jsonl`,...,`text_sentiment_N.jsonl` @@ -842,12 +839,11 @@ # `errors_N.jsonl` files will be created (N depends on total number of # failed predictions). These files will have a JSON representation of a # proto that wraps input text snippet or input text file followed by # exactly one # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # containing only `code` and `message`. # # * For Text Extraction: # In the created directory files `text_extraction_1.jsonl`, # `text_extraction_2.jsonl`,...,`text_extraction_N.jsonl` @@ -878,12 +874,11 @@ # failed predictions). These files will have a JSON representation of a # proto that wraps either the "id" : "<id_value>" (in case of inline) # or the document proto (in case of document) but here followed by # exactly one # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # containing only `code` and `message`. # # * For Tables: # Output depends on whether # @@ -931,12 +926,11 @@ # `errors_1.csv`, `errors_2.csv`,..., `errors_N.csv` will be # created (N depends on total number of failed rows). These files # will have analogous format as `tables_*.csv`, but always with a # single target column having # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # represented as a JSON string, and containing only `code` and # `message`. # BigQuery case: # # {::Google::Cloud::AutoML::V1beta1::OutputConfig#bigquery_destination bigquery_destination} @@ -970,11 +964,10 @@ # "errors_<{::Google::Cloud::AutoML::V1beta1::TablesModelMetadata#target_column_spec target_column_specs} # # {::Google::Cloud::AutoML::V1beta1::ColumnSpec#display_name display_name}>", # and as a value has # - # [`google.rpc.Status`](https: - # //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) + # [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) # represented as a STRUCT, and containing only `code` and `message`. # @!attribute [rw] gcs_destination # @return [::Google::Cloud::AutoML::V1beta1::GcsDestination] # The Google Cloud Storage location of the directory where the output is to # be written to.