Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportDataConfig
-
Packages that use ExportDataConfig Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ExportDataConfig in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportDataConfig Modifier and Type Method Description ExportDataConfig
ExportDataConfig.Builder. build()
ExportDataConfig
ExportDataConfig.Builder. buildPartial()
static ExportDataConfig
ExportDataConfig. getDefaultInstance()
ExportDataConfig
ExportDataConfig.Builder. getDefaultInstanceForType()
ExportDataConfig
ExportDataConfig. getDefaultInstanceForType()
ExportDataConfig
ExportDataRequest.Builder. getExportConfig()
Required.ExportDataConfig
ExportDataRequest. getExportConfig()
Required.ExportDataConfig
ExportDataRequestOrBuilder. getExportConfig()
Required.static ExportDataConfig
ExportDataConfig. parseDelimitedFrom(InputStream input)
static ExportDataConfig
ExportDataConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataConfig
ExportDataConfig. parseFrom(byte[] data)
static ExportDataConfig
ExportDataConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataConfig
ExportDataConfig. parseFrom(com.google.protobuf.ByteString data)
static ExportDataConfig
ExportDataConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataConfig
ExportDataConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportDataConfig
ExportDataConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataConfig
ExportDataConfig. parseFrom(InputStream input)
static ExportDataConfig
ExportDataConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataConfig
ExportDataConfig. parseFrom(ByteBuffer data)
static ExportDataConfig
ExportDataConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExportDataConfig Modifier and Type Method Description com.google.protobuf.Parser<ExportDataConfig>
ExportDataConfig. getParserForType()
static com.google.protobuf.Parser<ExportDataConfig>
ExportDataConfig. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExportDataConfig Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataAsync(DatasetName name, ExportDataConfig exportConfig)
Exports data from a Dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataAsync(String name, ExportDataConfig exportConfig)
Exports data from a Dataset.ExportDataRequest.Builder
ExportDataRequest.Builder. mergeExportConfig(ExportDataConfig value)
Required.ExportDataConfig.Builder
ExportDataConfig.Builder. mergeFrom(ExportDataConfig other)
static ExportDataConfig.Builder
ExportDataConfig. newBuilder(ExportDataConfig prototype)
ExportDataRequest.Builder
ExportDataRequest.Builder. setExportConfig(ExportDataConfig value)
Required.
-