datasetId property
Required. The ID of the Dataset in the same Project and Location which data
will be used to train the Model. The Dataset must use schema compatible
with Model being trained, and what is compatible should be described in the
used TrainingPipeline's training_task_definition
google.cloud.aiplatform.v1beta1.TrainingPipeline.training_task_definition.
For tabular Datasets, all their data is exported to training, to pick
and choose from.
Implementation
final String datasetId;