Uses of Class
com.google.cloud.aiplatform.v1.InputDataConfig
Packages that use InputDataConfig
-
Uses of InputDataConfig in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return InputDataConfigModifier and TypeMethodDescriptionInputDataConfig.Builder.build()InputDataConfig.Builder.buildPartial()static InputDataConfigInputDataConfig.getDefaultInstance()InputDataConfig.Builder.getDefaultInstanceForType()InputDataConfig.getDefaultInstanceForType()TrainingPipeline.Builder.getInputDataConfig()Specifies Vertex AI owned input data that may be used for training the Model.TrainingPipeline.getInputDataConfig()Specifies Vertex AI owned input data that may be used for training the Model.TrainingPipelineOrBuilder.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 InputDataConfigModifier and TypeMethodDescriptioncom.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 InputDataConfigModifier and TypeMethodDescriptionInputDataConfig.Builder.mergeFrom(InputDataConfig other) TrainingPipeline.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.Builder.setInputDataConfig(InputDataConfig value) Specifies Vertex AI owned input data that may be used for training the Model.