public static final class ExportDataConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder> 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| Modifier and Type | Method and Description |
|---|---|
ExportDataConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExportDataConfig |
build() |
ExportDataConfig |
buildPartial() |
ExportDataConfig.Builder |
clear() |
ExportDataConfig.Builder |
clearAnnotationSchemaUri()
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
clearAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
clearDestination() |
ExportDataConfig.Builder |
clearExportUse()
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExportDataConfig.Builder |
clearFilterSplit()
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
clearFractionSplit()
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
clearGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExportDataConfig.Builder |
clearSavedQueryId()
The ID of a SavedQuery (annotation set) under the Dataset specified by
[dataset_id][] used for filtering Annotations for training.
|
ExportDataConfig.Builder |
clearSplit() |
ExportDataConfig.Builder |
clone() |
String |
getAnnotationSchemaUri()
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
com.google.protobuf.ByteString |
getAnnotationSchemaUriBytes()
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
String |
getAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported.
|
com.google.protobuf.ByteString |
getAnnotationsFilterBytes()
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ExportDataConfig.DestinationCase |
getDestinationCase() |
ExportDataConfig.ExportUse |
getExportUse()
Indicates the usage of the exported files.
|
int |
getExportUseValue()
Indicates the usage of the exported files.
|
ExportFilterSplit |
getFilterSplit()
Split based on the provided filters for each set.
|
ExportFilterSplit.Builder |
getFilterSplitBuilder()
Split based on the provided filters for each set.
|
ExportFilterSplitOrBuilder |
getFilterSplitOrBuilder()
Split based on the provided filters for each set.
|
ExportFractionSplit |
getFractionSplit()
Split based on fractions defining the size of each set.
|
ExportFractionSplit.Builder |
getFractionSplitBuilder()
Split based on fractions defining the size of each set.
|
ExportFractionSplitOrBuilder |
getFractionSplitOrBuilder()
Split based on fractions defining the size of each set.
|
GcsDestination |
getGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
GcsDestination.Builder |
getGcsDestinationBuilder()
The Google Cloud Storage location where the output is to be written to.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to.
|
String |
getSavedQueryId()
The ID of a SavedQuery (annotation set) under the Dataset specified by
[dataset_id][] used for filtering Annotations for training.
|
com.google.protobuf.ByteString |
getSavedQueryIdBytes()
The ID of a SavedQuery (annotation set) under the Dataset specified by
[dataset_id][] used for filtering Annotations for training.
|
ExportDataConfig.SplitCase |
getSplitCase() |
boolean |
hasFilterSplit()
Split based on the provided filters for each set.
|
boolean |
hasFractionSplit()
Split based on fractions defining the size of each set.
|
boolean |
hasGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExportDataConfig.Builder |
mergeFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
mergeFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExportDataConfig.Builder |
mergeFrom(ExportDataConfig other) |
ExportDataConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExportDataConfig.Builder |
mergeGcsDestination(GcsDestination value)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExportDataConfig.Builder |
setAnnotationSchemaUri(String value)
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
setAnnotationSchemaUriBytes(com.google.protobuf.ByteString value)
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
setAnnotationsFilter(String value)
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
setAnnotationsFilterBytes(com.google.protobuf.ByteString value)
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
setExportUse(ExportDataConfig.ExportUse value)
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
setExportUseValue(int value)
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExportDataConfig.Builder |
setFilterSplit(ExportFilterSplit.Builder builderForValue)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
setFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
setFractionSplit(ExportFractionSplit.Builder builderForValue)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
setFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
setGcsDestination(GcsDestination.Builder builderForValue)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
setGcsDestination(GcsDestination value)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExportDataConfig.Builder |
setSavedQueryId(String value)
The ID of a SavedQuery (annotation set) under the Dataset specified by
[dataset_id][] used for filtering Annotations for training.
|
ExportDataConfig.Builder |
setSavedQueryIdBytes(com.google.protobuf.ByteString value)
The ID of a SavedQuery (annotation set) under the Dataset specified by
[dataset_id][] used for filtering Annotations for training.
|
ExportDataConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExportDataConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExportDataConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExportDataConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder mergeFrom(ExportDataConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public ExportDataConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportDataConfig.Builder>IOExceptionpublic ExportDataConfig.DestinationCase getDestinationCase()
getDestinationCase in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder clearDestination()
public ExportDataConfig.SplitCase getSplitCase()
getSplitCase in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder clearSplit()
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;hasGcsDestination in interface ExportDataConfigOrBuilderpublic 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;getGcsDestination in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setGcsDestination(GcsDestination value)
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;public ExportDataConfig.Builder setGcsDestination(GcsDestination.Builder builderForValue)
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;public ExportDataConfig.Builder mergeGcsDestination(GcsDestination value)
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;public ExportDataConfig.Builder clearGcsDestination()
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;public GcsDestination.Builder getGcsDestinationBuilder()
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;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;getGcsDestinationOrBuilder in interface ExportDataConfigOrBuilderpublic boolean hasFractionSplit()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;hasFractionSplit in interface ExportDataConfigOrBuilderpublic ExportFractionSplit getFractionSplit()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;getFractionSplit in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;public ExportDataConfig.Builder setFractionSplit(ExportFractionSplit.Builder builderForValue)
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;public ExportDataConfig.Builder mergeFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;public ExportDataConfig.Builder clearFractionSplit()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;public ExportFractionSplit.Builder getFractionSplitBuilder()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;public ExportFractionSplitOrBuilder getFractionSplitOrBuilder()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1.ExportFractionSplit fraction_split = 5;getFractionSplitOrBuilder in interface ExportDataConfigOrBuilderpublic boolean hasFilterSplit()
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;hasFilterSplit in interface ExportDataConfigOrBuilderpublic ExportFilterSplit getFilterSplit()
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;getFilterSplit in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;public ExportDataConfig.Builder setFilterSplit(ExportFilterSplit.Builder builderForValue)
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;public ExportDataConfig.Builder mergeFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;public ExportDataConfig.Builder clearFilterSplit()
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;public ExportFilterSplit.Builder getFilterSplitBuilder()
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;public ExportFilterSplitOrBuilder getFilterSplitOrBuilder()
Split based on the provided filters for each set.
.google.cloud.aiplatform.v1.ExportFilterSplit filter_split = 7;getFilterSplitOrBuilder in interface ExportDataConfigOrBuilderpublic String getAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].
string annotations_filter = 2;getAnnotationsFilter in interface ExportDataConfigOrBuilderpublic com.google.protobuf.ByteString getAnnotationsFilterBytes()
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].
string annotations_filter = 2;getAnnotationsFilterBytes in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setAnnotationsFilter(String value)
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].
string annotations_filter = 2;value - The annotationsFilter to set.public ExportDataConfig.Builder clearAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].
string annotations_filter = 2;public ExportDataConfig.Builder setAnnotationsFilterBytes(com.google.protobuf.ByteString value)
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].
string annotations_filter = 2;value - The bytes for annotationsFilter to set.public String getSavedQueryId()
The ID of a SavedQuery (annotation set) under the Dataset specified by [dataset_id][] used for filtering Annotations for training. Only used for custom training data export use cases. Only applicable to Datasets that have SavedQueries. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter]. Only one of [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri] should be specified as both of them represent the same thing: problem type.
string saved_query_id = 11;getSavedQueryId in interface ExportDataConfigOrBuilderpublic com.google.protobuf.ByteString getSavedQueryIdBytes()
The ID of a SavedQuery (annotation set) under the Dataset specified by [dataset_id][] used for filtering Annotations for training. Only used for custom training data export use cases. Only applicable to Datasets that have SavedQueries. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter]. Only one of [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri] should be specified as both of them represent the same thing: problem type.
string saved_query_id = 11;getSavedQueryIdBytes in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setSavedQueryId(String value)
The ID of a SavedQuery (annotation set) under the Dataset specified by [dataset_id][] used for filtering Annotations for training. Only used for custom training data export use cases. Only applicable to Datasets that have SavedQueries. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter]. Only one of [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri] should be specified as both of them represent the same thing: problem type.
string saved_query_id = 11;value - The savedQueryId to set.public ExportDataConfig.Builder clearSavedQueryId()
The ID of a SavedQuery (annotation set) under the Dataset specified by [dataset_id][] used for filtering Annotations for training. Only used for custom training data export use cases. Only applicable to Datasets that have SavedQueries. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter]. Only one of [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri] should be specified as both of them represent the same thing: problem type.
string saved_query_id = 11;public ExportDataConfig.Builder setSavedQueryIdBytes(com.google.protobuf.ByteString value)
The ID of a SavedQuery (annotation set) under the Dataset specified by [dataset_id][] used for filtering Annotations for training. Only used for custom training data export use cases. Only applicable to Datasets that have SavedQueries. Only Annotations that are associated with this SavedQuery are used in respectively training. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter]. Only one of [saved_query_id][google.cloud.aiplatform.v1.ExportDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri] should be specified as both of them represent the same thing: problem type.
string saved_query_id = 11;value - The bytes for savedQueryId to set.public String getAnnotationSchemaUri()
The Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject). The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the chosen schema must be consistent with [metadata][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] of the Dataset specified by [dataset_id][]. Only used for custom training data export use cases. Only applicable to Datasets that have DataItems and Annotations. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri].
string annotation_schema_uri = 12;getAnnotationSchemaUri in interface ExportDataConfigOrBuilderpublic com.google.protobuf.ByteString getAnnotationSchemaUriBytes()
The Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject). The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the chosen schema must be consistent with [metadata][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] of the Dataset specified by [dataset_id][]. Only used for custom training data export use cases. Only applicable to Datasets that have DataItems and Annotations. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri].
string annotation_schema_uri = 12;getAnnotationSchemaUriBytes in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setAnnotationSchemaUri(String value)
The Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject). The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the chosen schema must be consistent with [metadata][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] of the Dataset specified by [dataset_id][]. Only used for custom training data export use cases. Only applicable to Datasets that have DataItems and Annotations. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri].
string annotation_schema_uri = 12;value - The annotationSchemaUri to set.public ExportDataConfig.Builder clearAnnotationSchemaUri()
The Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject). The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the chosen schema must be consistent with [metadata][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] of the Dataset specified by [dataset_id][]. Only used for custom training data export use cases. Only applicable to Datasets that have DataItems and Annotations. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri].
string annotation_schema_uri = 12;public ExportDataConfig.Builder setAnnotationSchemaUriBytes(com.google.protobuf.ByteString value)
The Cloud Storage URI that points to a YAML file describing the annotation schema. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject). The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the chosen schema must be consistent with [metadata][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] of the Dataset specified by [dataset_id][]. Only used for custom training data export use cases. Only applicable to Datasets that have DataItems and Annotations. Only Annotations that both match this schema and belong to DataItems not ignored by the split method are used in respectively training, validation or test role, depending on the role of the DataItem they are on. When used in conjunction with [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter], the Annotations used for training are filtered by both [annotations_filter][google.cloud.aiplatform.v1.ExportDataConfig.annotations_filter] and [annotation_schema_uri][google.cloud.aiplatform.v1.ExportDataConfig.annotation_schema_uri].
string annotation_schema_uri = 12;value - The bytes for annotationSchemaUri to set.public int getExportUseValue()
Indicates the usage of the exported files.
.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse export_use = 4;getExportUseValue in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setExportUseValue(int value)
Indicates the usage of the exported files.
.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse export_use = 4;value - The enum numeric value on the wire for exportUse to set.public ExportDataConfig.ExportUse getExportUse()
Indicates the usage of the exported files.
.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse export_use = 4;getExportUse in interface ExportDataConfigOrBuilderpublic ExportDataConfig.Builder setExportUse(ExportDataConfig.ExportUse value)
Indicates the usage of the exported files.
.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse export_use = 4;value - The exportUse to set.public ExportDataConfig.Builder clearExportUse()
Indicates the usage of the exported files.
.google.cloud.aiplatform.v1.ExportDataConfig.ExportUse export_use = 4;public final ExportDataConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>public final ExportDataConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataConfig.Builder>Copyright © 2024 Google LLC. All rights reserved.