labelColumns property

List<StandardSqlField>? labelColumns
getter/setter pair

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;