timestampColumn property

String timestampColumn
final

Optional. 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.

Implementation

final String timestampColumn;