Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery::TimeSeries (v0.51.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery::TimeSeries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#timestamp_column

def timestamp_column() -> ::String
Returns
  • (::String) — 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.

#timestamp_column=

def timestamp_column=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.