labelColumns property
Label columns that were used to train this model.
The output of the model will have a "predicted_" prefix to these columns.
Output only.
Implementation
core.List<StandardSqlField>? labelColumns;
Label columns that were used to train this model.
The output of the model will have a "predicted_" prefix to these columns.
Output only.
core.List<StandardSqlField>? labelColumns;