Uses of Class
com.google.cloud.aiplatform.v1.ImportDataConfig.Builder
Packages that use ImportDataConfig.Builder
-
Uses of ImportDataConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ImportDataConfig.BuilderModifier and TypeMethodDescriptionImportDataRequest.Builder.addImportConfigsBuilder()Required.ImportDataRequest.Builder.addImportConfigsBuilder(int index) Required.ImportDataConfig.Builder.clear()ImportDataConfig.Builder.clearAnnotationLabels()ImportDataConfig.Builder.clearDataItemLabels()ImportDataConfig.Builder.clearGcsSource()The Google Cloud Storage location for the input content.ImportDataConfig.Builder.clearImportSchemaUri()Required.ImportDataConfig.Builder.clearSource()ImportDataRequest.Builder.getImportConfigsBuilder(int index) Required.ImportDataConfig.Builder.mergeFrom(ImportDataConfig other) ImportDataConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImportDataConfig.Builder.mergeFrom(com.google.protobuf.Message other) ImportDataConfig.Builder.mergeGcsSource(GcsSource value) The Google Cloud Storage location for the input content.static ImportDataConfig.BuilderImportDataConfig.newBuilder()static ImportDataConfig.BuilderImportDataConfig.newBuilder(ImportDataConfig prototype) ImportDataConfig.newBuilderForType()protected ImportDataConfig.BuilderImportDataConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImportDataConfig.Builder.putAllAnnotationLabels(Map<String, String> values) Labels that will be applied to newly imported Annotations.ImportDataConfig.Builder.putAllDataItemLabels(Map<String, String> values) Labels that will be applied to newly imported DataItems.ImportDataConfig.Builder.putAnnotationLabels(String key, String value) Labels that will be applied to newly imported Annotations.ImportDataConfig.Builder.putDataItemLabels(String key, String value) Labels that will be applied to newly imported DataItems.ImportDataConfig.Builder.removeAnnotationLabels(String key) Labels that will be applied to newly imported Annotations.ImportDataConfig.Builder.removeDataItemLabels(String key) Labels that will be applied to newly imported DataItems.ImportDataConfig.Builder.setGcsSource(GcsSource value) The Google Cloud Storage location for the input content.ImportDataConfig.Builder.setGcsSource(GcsSource.Builder builderForValue) The Google Cloud Storage location for the input content.ImportDataConfig.Builder.setImportSchemaUri(String value) Required.ImportDataConfig.Builder.setImportSchemaUriBytes(com.google.protobuf.ByteString value) Required.ImportDataConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ImportDataConfig.BuilderModifier and TypeMethodDescriptionImportDataRequest.Builder.getImportConfigsBuilderList()Required.Methods in com.google.cloud.aiplatform.v1 with parameters of type ImportDataConfig.BuilderModifier and TypeMethodDescriptionImportDataRequest.Builder.addImportConfigs(int index, ImportDataConfig.Builder builderForValue) Required.ImportDataRequest.Builder.addImportConfigs(ImportDataConfig.Builder builderForValue) Required.ImportDataRequest.Builder.setImportConfigs(int index, ImportDataConfig.Builder builderForValue) Required.