datasetId property

String? datasetId
getter/setter pair

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. For tabular Datasets, all their data is exported to training, to pick and choose from.

Required.

Implementation

core.String? datasetId;