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-21 UTC."],[[["The `TimeSeries` class is a sealed class within the `Google.Cloud.AIPlatform.V1Beta1.FeatureGroup.Types.BigQuery.Types` namespace, representing a time-series data structure."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cTimeSeries\u003e`, `IDeepCloneable\u003cTimeSeries\u003e`, and `IBufferMessage`, allowing for message handling, equality comparison, deep cloning, and buffered message operations."],["The `TimeSeries` class has two constructors: a default constructor and one that takes another `TimeSeries` object for copying, facilitating the creation and duplication of time-series instances."],["It contains a `TimestampColumn` property, which is an optional string, used to specify the column that contains timestamp values for the time-series data, defaulting to `feature_timestamp` if not specified."],["The latest version available for the time series class is beta21, while beta20 is also available and accessible."]]],[]]