public final class OutputConfig extends GeneratedMessageV3 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 Google Cloud
Storage or BigQuery.
Google Cloud Storage 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.v1.OutputConfig
Static Fields
GCS_DESTINATION_FIELD_NUMBER
public static final int GCS_DESTINATION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OutputConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OutputConfig.Builder newBuilder()
Returns
newBuilder(OutputConfig prototype)
public static OutputConfig.Builder newBuilder(OutputConfig prototype)
Parameter
Returns
public static OutputConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OutputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OutputConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OutputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OutputConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OutputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OutputConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OutputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OutputConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OutputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OutputConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OutputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OutputConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OutputConfig getDefaultInstanceForType()
Returns
getDestinationCase()
public OutputConfig.DestinationCase getDestinationCase()
Returns
getGcsDestination()
public GcsDestination getGcsDestination()
Required. 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.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getGcsDestinationOrBuilder()
public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Required. 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.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<OutputConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasGcsDestination()
public boolean hasGcsDestination()
Required. 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.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the gcsDestination field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OutputConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OutputConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OutputConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions