View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureGroupBigQuery (google_api_ai_platform v0.9.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.
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 }
Functions
Unwrap a decoded JSON object into its complex fields.