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-04-09 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 implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["It inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, in addition to having `TimestampColumn` as an optional string property."],["The class offers two constructors: a default `TimeSeries()` and a constructor that takes another `TimeSeries` object as a parameter for cloning."],["The `TimestampColumn` property is an optional string that is designed to specify the name of the column that contains timestamp data."]]],[]]