View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries (google_api_ai_platform v0.24.0)
Attributes
-
timestampColumn(type:String.t, default:nil) - Optional. Column hosting timestamp values for a time-series source. Will be used to determine the latestfeature_valuesfor each entity. Optional. If not provided, column namedfeature_timestampof typeTIMESTAMPwill be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries{ timestampColumn: String.t() | nil }