timestampColumn property

String? timestampColumn
getter/setter pair

Column hosting timestamp values for a time-series source.

Will be used to determine the latest feature_values for each entity. Optional. If not provided, column named feature_timestamp of type TIMESTAMP will be used.

Optional.

Implementation

core.String? timestampColumn;