inputDataConfig property

GoogleCloudAiplatformV1InputDataConfig? inputDataConfig
getter/setter pair

Specifies Vertex AI owned input data that may be used for training the Model.

The TrainingPipeline's training_task_definition should make clear whether this config is used and if there are any special requirements on how it should be filled. If nothing about this config is mentioned in the training_task_definition, then it should be assumed that the TrainingPipeline does not depend on this configuration.

Implementation

GoogleCloudAiplatformV1InputDataConfig? inputDataConfig;