Uses of Class
com.google.cloud.aiplatform.v1.ExportDataConfig.Builder
Packages that use ExportDataConfig.Builder
-
Uses of ExportDataConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportDataConfig.BuilderModifier and TypeMethodDescriptionExportDataConfig.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.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.clearSavedQueryId()The ID of a SavedQuery (annotation set) under the Dataset specified by [ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name] used for filtering Annotations for training.ExportDataConfig.Builder.clearSplit()ExportDataRequest.Builder.getExportConfigBuilder()Required.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(ExportDataConfig other) ExportDataConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) 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.static ExportDataConfig.BuilderExportDataConfig.newBuilder()static ExportDataConfig.BuilderExportDataConfig.newBuilder(ExportDataConfig prototype) ExportDataConfig.newBuilderForType()protected ExportDataConfig.BuilderExportDataConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.setFilterSplit(ExportFilterSplit value) Split based on the provided filters for each set.ExportDataConfig.Builder.setFilterSplit(ExportFilterSplit.Builder builderForValue) Split based on the provided filters for each set.ExportDataConfig.Builder.setFractionSplit(ExportFractionSplit value) Split based on fractions defining the size of each set.ExportDataConfig.Builder.setFractionSplit(ExportFractionSplit.Builder builderForValue) Split based on fractions defining the size of each set.ExportDataConfig.Builder.setGcsDestination(GcsDestination value) The Google Cloud Storage location where the output is to be written to.ExportDataConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Google Cloud Storage location where the output is to be written to.ExportDataConfig.Builder.setSavedQueryId(String value) The ID of a SavedQuery (annotation set) under the Dataset specified by [ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name] 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 [ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name] used for filtering Annotations for training.ExportDataConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportDataConfig.BuilderModifier and TypeMethodDescriptionExportDataRequest.Builder.setExportConfig(ExportDataConfig.Builder builderForValue) Required.