Interface FeatureGroup.BigQuery.TimeSeriesOrBuilder (3.50.0)

public static interface FeatureGroup.BigQuery.TimeSeriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimestampColumn()

public abstract String getTimestampColumn()

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.

string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The timestampColumn.

getTimestampColumnBytes()

public abstract ByteString getTimestampColumnBytes()

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.

string timestamp_column = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for timestampColumn.