Class: Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery::TimeSeries
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery::TimeSeries
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_group.rb
Instance Attribute Summary collapse
-
#timestamp_column ⇒ ::String
Optional.
Instance Attribute Details
#timestamp_column ⇒ ::String
Returns 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.
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 107 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |