View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewBigQuerySource (google_api_ai_platform v0.13.0)

Attributes

  • entityIdColumns (type: list(String.t), default: nil) - Required. Columns to construct entity_id / row keys.
  • uri (type: String.t, default: nil) - Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewBigQuerySource{
    entityIdColumns: [String.t()] | nil,
    uri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.