Uses of Class
com.google.cloud.aiplatform.v1beta1.ImportDataConfig
-
Packages that use ImportDataConfig Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ImportDataConfig in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ImportDataConfig Modifier and Type Method Description ImportDataConfig
ImportDataConfig.Builder. build()
ImportDataConfig
ImportDataConfig.Builder. buildPartial()
static ImportDataConfig
ImportDataConfig. getDefaultInstance()
ImportDataConfig
ImportDataConfig.Builder. getDefaultInstanceForType()
ImportDataConfig
ImportDataConfig. getDefaultInstanceForType()
ImportDataConfig
ImportDataRequest.Builder. getImportConfigs(int index)
Required.ImportDataConfig
ImportDataRequest. getImportConfigs(int index)
Required.ImportDataConfig
ImportDataRequestOrBuilder. getImportConfigs(int index)
Required.static ImportDataConfig
ImportDataConfig. parseDelimitedFrom(InputStream input)
static ImportDataConfig
ImportDataConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataConfig
ImportDataConfig. parseFrom(byte[] data)
static ImportDataConfig
ImportDataConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataConfig
ImportDataConfig. parseFrom(com.google.protobuf.ByteString data)
static ImportDataConfig
ImportDataConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataConfig
ImportDataConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportDataConfig
ImportDataConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataConfig
ImportDataConfig. parseFrom(InputStream input)
static ImportDataConfig
ImportDataConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataConfig
ImportDataConfig. parseFrom(ByteBuffer data)
static ImportDataConfig
ImportDataConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ImportDataConfig Modifier and Type Method Description List<ImportDataConfig>
ImportDataRequest.Builder. getImportConfigsList()
Required.List<ImportDataConfig>
ImportDataRequest. getImportConfigsList()
Required.List<ImportDataConfig>
ImportDataRequestOrBuilder. getImportConfigsList()
Required.com.google.protobuf.Parser<ImportDataConfig>
ImportDataConfig. getParserForType()
static com.google.protobuf.Parser<ImportDataConfig>
ImportDataConfig. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ImportDataConfig Modifier and Type Method Description ImportDataRequest.Builder
ImportDataRequest.Builder. addImportConfigs(int index, ImportDataConfig value)
Required.ImportDataRequest.Builder
ImportDataRequest.Builder. addImportConfigs(ImportDataConfig value)
Required.ImportDataConfig.Builder
ImportDataConfig.Builder. mergeFrom(ImportDataConfig other)
static ImportDataConfig.Builder
ImportDataConfig. newBuilder(ImportDataConfig prototype)
ImportDataRequest.Builder
ImportDataRequest.Builder. setImportConfigs(int index, ImportDataConfig value)
Required.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ImportDataConfig Modifier and Type Method Description ImportDataRequest.Builder
ImportDataRequest.Builder. addAllImportConfigs(Iterable<? extends ImportDataConfig> values)
Required.com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(DatasetName name, List<ImportDataConfig> importConfigs)
Imports data into a Dataset.com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(String name, List<ImportDataConfig> importConfigs)
Imports data into a Dataset.
-