View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQuery (google_api_ai_platform v0.13.0)
Input source type for BigQuery Tables and Views.
Attributes
-
bigQuerySource
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t
, default:nil
) - Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View. -
entityIdColumns
(type:list(String.t)
, default:nil
) - Optional. Columns to construct entity_id / row keys. If not provided defaults toentity_id
. -
timeSeries
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.t
, default:nil
) - Optional. If the source is a time-series source, this can be set to control how downstream sources (ex: FeatureView ) will treat time-series sources. If not set, will treat the source as a time-series source withfeature_timestamp
as timestamp column and no scan boundary.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQuery{ bigQuerySource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t() | nil, entityIdColumns: [String.t()] | nil, timeSeries: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.