public static final class OutputConfig.Builder extends GeneratedMessageV3.Builder<OutputConfig.Builder> implements OutputConfigOrBuilder
- 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 <automl-dataset-display-name> will be made
BigQuery-dataset-name compatible (e.g. most special characters will
become underscores), and timestamp will be in
YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
dataset a new table called primary_table
will be created, and
filled with precisely the same data as this obtained on import.
Protobuf type google.cloud.automl.v1beta1.OutputConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OutputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public OutputConfig build()
Returns
buildPartial()
public OutputConfig buildPartial()
Returns
clear()
public OutputConfig.Builder clear()
Returns
Overrides
clearBigqueryDestination()
public OutputConfig.Builder clearBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
clearDestination()
public OutputConfig.Builder clearDestination()
Returns
clearField(Descriptors.FieldDescriptor field)
public OutputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearGcsDestination()
public OutputConfig.Builder clearGcsDestination()
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public OutputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public OutputConfig.Builder clone()
Returns
Overrides
getBigqueryDestination()
public BigQueryDestination getBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getBigqueryDestinationBuilder()
public BigQueryDestination.Builder getBigqueryDestinationBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getBigqueryDestinationOrBuilder()
public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getDefaultInstanceForType()
public OutputConfig getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getDestinationCase()
public OutputConfig.DestinationCase getDestinationCase()
Returns
getGcsDestination()
public GcsDestination getGcsDestination()
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Returns
getGcsDestinationBuilder()
public GcsDestination.Builder getGcsDestinationBuilder()
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Returns
getGcsDestinationOrBuilder()
public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Returns
hasBigqueryDestination()
public boolean hasBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
Type | Description |
boolean | Whether the bigqueryDestination field is set.
|
hasGcsDestination()
public boolean hasGcsDestination()
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Returns
Type | Description |
boolean | Whether the gcsDestination field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeBigqueryDestination(BigQueryDestination value)
public OutputConfig.Builder mergeBigqueryDestination(BigQueryDestination value)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
mergeFrom(OutputConfig other)
public OutputConfig.Builder mergeFrom(OutputConfig other)
Parameter
Returns
public OutputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public OutputConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeGcsDestination(GcsDestination value)
public OutputConfig.Builder mergeGcsDestination(GcsDestination value)
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OutputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setBigqueryDestination(BigQueryDestination value)
public OutputConfig.Builder setBigqueryDestination(BigQueryDestination value)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
setBigqueryDestination(BigQueryDestination.Builder builderForValue)
public OutputConfig.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public OutputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setGcsDestination(GcsDestination value)
public OutputConfig.Builder setGcsDestination(GcsDestination value)
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Parameter
Returns
setGcsDestination(GcsDestination.Builder builderForValue)
public OutputConfig.Builder setGcsDestination(GcsDestination.Builder builderForValue)
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-<dataset-display-name>-<timestamp-of-export-call> where
timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
output will be written into that directory.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OutputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OutputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides