public final class ExportDataConfig extends GeneratedMessageV3 implements ExportDataConfigOrBuilder
Describes what part of the Dataset is to be exported, the destination of
the export and how to export.
Protobuf type google.cloud.aiplatform.v1.ExportDataConfig
Static Fields
public static final int ANNOTATIONS_FILTER_FIELD_NUMBER
Field Value
public static final int GCS_DESTINATION_FIELD_NUMBER
Field Value
Static Methods
public static ExportDataConfig getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ExportDataConfig.Builder newBuilder()
Returns
public static ExportDataConfig.Builder newBuilder(ExportDataConfig prototype)
Parameter
Returns
public static ExportDataConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportDataConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportDataConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ExportDataConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportDataConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ExportDataConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportDataConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExportDataConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportDataConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportDataConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportDataConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ExportDataConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ExportDataConfig> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public String getAnnotationsFilter()
A filter on Annotations of the Dataset. Only Annotations on to-be-exported
DataItems(specified by [data_items_filter][]) that match this filter will
be exported. The filter syntax is the same as in
ListAnnotations.
string annotations_filter = 2;
Returns
Type | Description |
String | The annotationsFilter.
|
public ByteString getAnnotationsFilterBytes()
A filter on Annotations of the Dataset. Only Annotations on to-be-exported
DataItems(specified by [data_items_filter][]) that match this filter will
be exported. The filter syntax is the same as in
ListAnnotations.
string annotations_filter = 2;
Returns
Type | Description |
ByteString | The bytes for annotationsFilter.
|
public ExportDataConfig getDefaultInstanceForType()
Returns
public ExportDataConfig.DestinationCase getDestinationCase()
Returns
public GcsDestination getGcsDestination()
The Google Cloud Storage location where the output is to be written to.
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. Inside that directory,
annotations with the same schema will be grouped into sub directories
which are named with the corresponding annotations' schema title. Inside
these sub directories, a schema.yaml will be created to describe the
output format.
.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
Returns
public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to.
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. Inside that directory,
annotations with the same schema will be grouped into sub directories
which are named with the corresponding annotations' schema title. Inside
these sub directories, a schema.yaml will be created to describe the
output format.
.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
Returns
public Parser<ExportDataConfig> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasGcsDestination()
The Google Cloud Storage location where the output is to be written to.
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. Inside that directory,
annotations with the same schema will be grouped into sub directories
which are named with the corresponding annotations' schema title. Inside
these sub directories, a schema.yaml will be created to describe the
output format.
.google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
Returns
Type | Description |
boolean | Whether the gcsDestination field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ExportDataConfig.Builder newBuilderForType()
Returns
protected ExportDataConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ExportDataConfig.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions