Cloud AI Platform v1 API - Class FeatureGroup.Types.BigQuery.Types.TimeSeries (3.7.0)

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

Inheritance

object > FeatureGroup.Types.BigQuery.Types.TimeSeries

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TimeSeries()

public TimeSeries()

TimeSeries(TimeSeries)

public TimeSeries(FeatureGroup.Types.BigQuery.Types.TimeSeries other)
Parameter
Name Description
other FeatureGroupTypesBigQueryTypesTimeSeries

Properties

TimestampColumn

public string TimestampColumn { get; set; }

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.

Property Value
Type Description
string