featureColumns property
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;
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.
core.List<StandardSqlField>? featureColumns;