Uses of Class
com.google.cloud.aiplatform.v1.InputDataConfig.Builder
Packages that use InputDataConfig.Builder
-
Uses of InputDataConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return InputDataConfig.BuilderModifier and TypeMethodDescriptionInputDataConfig.Builder.clear()InputDataConfig.Builder.clearAnnotationSchemaUri()Applicable only to custom training with Datasets that have DataItems and Annotations.InputDataConfig.Builder.clearAnnotationsFilter()Applicable only to Datasets that have DataItems and Annotations.InputDataConfig.Builder.clearBigqueryDestination()Only applicable to custom training with tabular Dataset with BigQuery source.InputDataConfig.Builder.clearDatasetId()Required.InputDataConfig.Builder.clearDestination()InputDataConfig.Builder.clearFilterSplit()Split based on the provided filters for each set.InputDataConfig.Builder.clearFractionSplit()Split based on fractions defining the size of each set.InputDataConfig.Builder.clearGcsDestination()The Cloud Storage location where the training data is to be written to.InputDataConfig.Builder.clearPersistMlUseAssignment()Whether to persist the ML use assignment to data item system labels.InputDataConfig.Builder.clearPredefinedSplit()Supported only for tabular Datasets.InputDataConfig.Builder.clearSavedQueryId()Only applicable to Datasets that have SavedQueries.InputDataConfig.Builder.clearSplit()InputDataConfig.Builder.clearStratifiedSplit()Supported only for tabular Datasets.InputDataConfig.Builder.clearTimestampSplit()Supported only for tabular Datasets.TrainingPipeline.Builder.getInputDataConfigBuilder()Specifies Vertex AI owned input data that may be used for training the Model.InputDataConfig.Builder.mergeBigqueryDestination(BigQueryDestination value) Only applicable to custom training with tabular Dataset with BigQuery source.InputDataConfig.Builder.mergeFilterSplit(FilterSplit value) Split based on the provided filters for each set.InputDataConfig.Builder.mergeFractionSplit(FractionSplit value) Split based on fractions defining the size of each set.InputDataConfig.Builder.mergeFrom(InputDataConfig other) InputDataConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InputDataConfig.Builder.mergeFrom(com.google.protobuf.Message other) InputDataConfig.Builder.mergeGcsDestination(GcsDestination value) The Cloud Storage location where the training data is to be written to.InputDataConfig.Builder.mergePredefinedSplit(PredefinedSplit value) Supported only for tabular Datasets.InputDataConfig.Builder.mergeStratifiedSplit(StratifiedSplit value) Supported only for tabular Datasets.InputDataConfig.Builder.mergeTimestampSplit(TimestampSplit value) Supported only for tabular Datasets.static InputDataConfig.BuilderInputDataConfig.newBuilder()static InputDataConfig.BuilderInputDataConfig.newBuilder(InputDataConfig prototype) InputDataConfig.newBuilderForType()protected InputDataConfig.BuilderInputDataConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InputDataConfig.Builder.setAnnotationSchemaUri(String value) Applicable only to custom training with Datasets that have DataItems and Annotations.InputDataConfig.Builder.setAnnotationSchemaUriBytes(com.google.protobuf.ByteString value) Applicable only to custom training with Datasets that have DataItems and Annotations.InputDataConfig.Builder.setAnnotationsFilter(String value) Applicable only to Datasets that have DataItems and Annotations.InputDataConfig.Builder.setAnnotationsFilterBytes(com.google.protobuf.ByteString value) Applicable only to Datasets that have DataItems and Annotations.InputDataConfig.Builder.setBigqueryDestination(BigQueryDestination value) Only applicable to custom training with tabular Dataset with BigQuery source.InputDataConfig.Builder.setBigqueryDestination(BigQueryDestination.Builder builderForValue) Only applicable to custom training with tabular Dataset with BigQuery source.InputDataConfig.Builder.setDatasetId(String value) Required.InputDataConfig.Builder.setDatasetIdBytes(com.google.protobuf.ByteString value) Required.InputDataConfig.Builder.setFilterSplit(FilterSplit value) Split based on the provided filters for each set.InputDataConfig.Builder.setFilterSplit(FilterSplit.Builder builderForValue) Split based on the provided filters for each set.InputDataConfig.Builder.setFractionSplit(FractionSplit value) Split based on fractions defining the size of each set.InputDataConfig.Builder.setFractionSplit(FractionSplit.Builder builderForValue) Split based on fractions defining the size of each set.InputDataConfig.Builder.setGcsDestination(GcsDestination value) The Cloud Storage location where the training data is to be written to.InputDataConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Cloud Storage location where the training data is to be written to.InputDataConfig.Builder.setPersistMlUseAssignment(boolean value) Whether to persist the ML use assignment to data item system labels.InputDataConfig.Builder.setPredefinedSplit(PredefinedSplit value) Supported only for tabular Datasets.InputDataConfig.Builder.setPredefinedSplit(PredefinedSplit.Builder builderForValue) Supported only for tabular Datasets.InputDataConfig.Builder.setSavedQueryId(String value) Only applicable to Datasets that have SavedQueries.InputDataConfig.Builder.setSavedQueryIdBytes(com.google.protobuf.ByteString value) Only applicable to Datasets that have SavedQueries.InputDataConfig.Builder.setStratifiedSplit(StratifiedSplit value) Supported only for tabular Datasets.InputDataConfig.Builder.setStratifiedSplit(StratifiedSplit.Builder builderForValue) Supported only for tabular Datasets.InputDataConfig.Builder.setTimestampSplit(TimestampSplit value) Supported only for tabular Datasets.InputDataConfig.Builder.setTimestampSplit(TimestampSplit.Builder builderForValue) Supported only for tabular Datasets.InputDataConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type InputDataConfig.BuilderModifier and TypeMethodDescriptionTrainingPipeline.Builder.setInputDataConfig(InputDataConfig.Builder builderForValue) Specifies Vertex AI owned input data that may be used for training the Model.