class |
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 Google Cloud
Storage or BigQuery.
|
static class |
OutputConfig.Builder |
* 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 Google Cloud
Storage or BigQuery.
|