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 namedfeature_timestamp
of typeTIMESTAMP
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 namedfeature_timestamp
of typeTIMESTAMP
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 namedfeature_timestamp
of typeTIMESTAMP
will be used.