Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::OutputConfig (v0.6.1)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::OutputConfig.

  • For Translation: CSV file translation.csv, with each line in format: ML_USE,GCS_FILE_PATH GCS_FILE_PATH leads to a .TSV file which describes examples that have given ML_USE, using the following row format per line: TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target language)

    • For Tables: Output depends on whether the dataset was imported from GCS or BigQuery. GCS case:

gcs_destination must be set. Exported are CSV file(s) tables_1.csv, tables_2.csv,...,tables_N.csv with each having as header line the table's column names, and all other lines contain values for the header columns. BigQuery case:

bigquery_destination pointing to a BigQuery project must be set. In the given project a new dataset will be created with name

export_data_<automl-dataset-display-name>_<timestamp-of-export-call> where

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_destination

def bigquery_destination() -> ::Google::Cloud::AutoML::V1beta1::BigQueryDestination
Returns

#bigquery_destination=

def bigquery_destination=(value) -> ::Google::Cloud::AutoML::V1beta1::BigQueryDestination
Parameter
Returns

#gcs_destination

def gcs_destination() -> ::Google::Cloud::AutoML::V1beta1::GcsDestination
Returns
  • (::Google::Cloud::AutoML::V1beta1::GcsDestination) — The Google Cloud Storage location where the output is to be written to. For Image Object Detection, Text Extraction, Video Classification and Tables, in the given directory a new directory will be created with name: export_data-

#gcs_destination=

def gcs_destination=(value) -> ::Google::Cloud::AutoML::V1beta1::GcsDestination
Parameter
  • value (::Google::Cloud::AutoML::V1beta1::GcsDestination) — The Google Cloud Storage location where the output is to be written to. For Image Object Detection, Text Extraction, Video Classification and Tables, in the given directory a new directory will be created with name: export_data-
Returns
  • (::Google::Cloud::AutoML::V1beta1::GcsDestination) — The Google Cloud Storage location where the output is to be written to. For Image Object Detection, Text Extraction, Video Classification and Tables, in the given directory a new directory will be created with name: export_data-