Uses of Class
com.google.cloud.aiplatform.v1.InputDataConfig
-
Packages that use InputDataConfig Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of InputDataConfig in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return InputDataConfig Modifier and Type Method Description InputDataConfigInputDataConfig.Builder. build()InputDataConfigInputDataConfig.Builder. buildPartial()static InputDataConfigInputDataConfig. getDefaultInstance()InputDataConfigInputDataConfig.Builder. getDefaultInstanceForType()InputDataConfigInputDataConfig. getDefaultInstanceForType()InputDataConfigTrainingPipeline.Builder. getInputDataConfig()Specifies Vertex AI owned input data that may be used for training the Model.InputDataConfigTrainingPipeline. getInputDataConfig()Specifies Vertex AI owned input data that may be used for training the Model.InputDataConfigTrainingPipelineOrBuilder. getInputDataConfig()Specifies Vertex AI owned input data that may be used for training the Model.static InputDataConfigInputDataConfig. parseDelimitedFrom(InputStream input)static InputDataConfigInputDataConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDataConfigInputDataConfig. parseFrom(byte[] data)static InputDataConfigInputDataConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDataConfigInputDataConfig. parseFrom(com.google.protobuf.ByteString data)static InputDataConfigInputDataConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDataConfigInputDataConfig. parseFrom(com.google.protobuf.CodedInputStream input)static InputDataConfigInputDataConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDataConfigInputDataConfig. parseFrom(InputStream input)static InputDataConfigInputDataConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDataConfigInputDataConfig. parseFrom(ByteBuffer data)static InputDataConfigInputDataConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type InputDataConfig Modifier and Type Method Description com.google.protobuf.Parser<InputDataConfig>InputDataConfig. getParserForType()static com.google.protobuf.Parser<InputDataConfig>InputDataConfig. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type InputDataConfig Modifier and Type Method Description InputDataConfig.BuilderInputDataConfig.Builder. mergeFrom(InputDataConfig other)TrainingPipeline.BuilderTrainingPipeline.Builder. mergeInputDataConfig(InputDataConfig value)Specifies Vertex AI owned input data that may be used for training the Model.static InputDataConfig.BuilderInputDataConfig. newBuilder(InputDataConfig prototype)TrainingPipeline.BuilderTrainingPipeline.Builder. setInputDataConfig(InputDataConfig value)Specifies Vertex AI owned input data that may be used for training the Model.
-