Uses of Interface
com.google.cloud.automl.v1beta1.OutputConfigOrBuilder
-
Packages that use OutputConfigOrBuilder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of OutputConfigOrBuilder in com.google.cloud.automl.v1beta1
Classes in com.google.cloud.automl.v1beta1 that implement OutputConfigOrBuilder Modifier and Type Class 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 GCS 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 GCS or BigQuery.Methods in com.google.cloud.automl.v1beta1 that return OutputConfigOrBuilder Modifier and Type Method Description OutputConfigOrBuilder
ExportDataRequest.Builder. getOutputConfigOrBuilder()
Required.OutputConfigOrBuilder
ExportDataRequest. getOutputConfigOrBuilder()
Required.OutputConfigOrBuilder
ExportDataRequestOrBuilder. getOutputConfigOrBuilder()
Required.
-