featureColumns property

List<StandardSqlField>? featureColumns
getter/setter pair

Input feature columns for the model inference.

If the model is trained with TRANSFORM clause, these are the input of the TRANSFORM clause.

Output only.

Implementation

core.List<StandardSqlField>? featureColumns;