public sealed class FeatureGroup.Types.BigQuery.Types.TimeSeries : IMessage<FeatureGroup.Types.BigQuery.Types.TimeSeries>, IEquatable<FeatureGroup.Types.BigQuery.Types.TimeSeries>, IDeepCloneable<FeatureGroup.Types.BigQuery.Types.TimeSeries>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides information on the `TimeSeries` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and the `FeatureGroup.Types.BigQuery.Types` structure."],["The `TimeSeries` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The class inherits from the `object` class and provides two constructors: a default `TimeSeries()` and one that takes another `TimeSeries` object for copying."],["A key property of `TimeSeries` is `TimestampColumn`, which allows specifying a column for timestamp values in a time-series source and defaults to `feature_timestamp` if not provided."],["The document covers two different versions of the class, `1.0.0-beta21` (latest) and `1.0.0-beta20`."]]],[]]