transformColumns property
This field will be populated if a TRANSFORM clause was used to train a model.
TRANSFORM clause (if used) takes feature_columns as input and outputs transform_columns. transform_columns then are used to train the model.
Output only.
Implementation
core.List<TransformColumn>? transformColumns;