Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportDataConfig.Builder
Packages that use ExportDataConfig.Builder
-
Uses of ExportDataConfig.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportDataConfig.BuilderModifier and TypeMethodDescriptionExportDataConfig.Builder.clear()ExportDataConfig.Builder.clearAnnotationsFilter()An expression for filtering what part of the Dataset is to be exported.ExportDataConfig.Builder.clearDestination()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.clearSplit()ExportDataRequest.Builder.getExportConfigBuilder()Required.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.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.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.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExportDataConfig.BuilderModifier and TypeMethodDescriptionExportDataRequest.Builder.setExportConfig(ExportDataConfig.Builder builderForValue) Required.