AiFeatureOnlineStoreFeatureviewBigQuerySourceArgs

data class AiFeatureOnlineStoreFeatureviewBigQuerySourceArgs(val entityIdColumns: Output<List<String>>, val uri: Output<String>) : ConvertibleToJava<AiFeatureOnlineStoreFeatureviewBigQuerySourceArgs>

Constructors

constructor(entityIdColumns: Output<List<String>>, uri: Output<String>)

Properties

Link copied to clipboard

Columns to construct entityId / row keys. Start by supporting 1 only.

Link copied to clipboard
val uri: Output<String>

The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

Functions

Link copied to clipboard
open override fun toJava(): AiFeatureOnlineStoreFeatureviewBigQuerySourceArgs