| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
OutputConfigOrBuilder |
ExportDataRequest.getOutputConfigOrBuilder()
Required.
|
OutputConfigOrBuilder |
ExportDataRequest.Builder.getOutputConfigOrBuilder()
Required.
|
OutputConfigOrBuilder |
ExportDataRequestOrBuilder.getOutputConfigOrBuilder()
Required.
|
Copyright © 2025 Google LLC. All rights reserved.