| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.Builder.build() |
InputDataConfig |
InputDataConfig.Builder.buildPartial() |
static InputDataConfig |
InputDataConfig.getDefaultInstance() |
InputDataConfig |
InputDataConfig.getDefaultInstanceForType() |
InputDataConfig |
InputDataConfig.Builder.getDefaultInstanceForType() |
InputDataConfig |
TrainingPipeline.getInputDataConfig()
Specifies Vertex AI owned input data that may be used for training the
Model.
|
InputDataConfig |
TrainingPipeline.Builder.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(ByteBuffer data) |
static InputDataConfig |
InputDataConfig.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InputDataConfig> |
InputDataConfig.getParserForType() |
static com.google.protobuf.Parser<InputDataConfig> |
InputDataConfig.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2025 Google LLC. All rights reserved.