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 InputDataConfig
InputDataConfig.Builder. build()
InputDataConfig
InputDataConfig.Builder. buildPartial()
static InputDataConfig
InputDataConfig. getDefaultInstance()
InputDataConfig
InputDataConfig.Builder. getDefaultInstanceForType()
InputDataConfig
InputDataConfig. getDefaultInstanceForType()
InputDataConfig
TrainingPipeline.Builder. getInputDataConfig()
Specifies Vertex AI owned input data that may be used for training the Model.InputDataConfig
TrainingPipeline. getInputDataConfig()
Specifies Vertex AI owned input data that may be used for training the Model.InputDataConfig
TrainingPipelineOrBuilder. getInputDataConfig()
Specifies Vertex AI owned input data that may be used for training the Model.static InputDataConfig
InputDataConfig. parseDelimitedFrom(InputStream input)
static InputDataConfig
InputDataConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputDataConfig
InputDataConfig. parseFrom(byte[] data)
static InputDataConfig
InputDataConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputDataConfig
InputDataConfig. parseFrom(com.google.protobuf.ByteString data)
static InputDataConfig
InputDataConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputDataConfig
InputDataConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InputDataConfig
InputDataConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputDataConfig
InputDataConfig. parseFrom(InputStream input)
static InputDataConfig
InputDataConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputDataConfig
InputDataConfig. parseFrom(ByteBuffer data)
static InputDataConfig
InputDataConfig. 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.Builder
InputDataConfig.Builder. mergeFrom(InputDataConfig other)
TrainingPipeline.Builder
TrainingPipeline.Builder. mergeInputDataConfig(InputDataConfig value)
Specifies Vertex AI owned input data that may be used for training the Model.static InputDataConfig.Builder
InputDataConfig. newBuilder(InputDataConfig prototype)
TrainingPipeline.Builder
TrainingPipeline.Builder. setInputDataConfig(InputDataConfig value)
Specifies Vertex AI owned input data that may be used for training the Model.
-