AiFeatureGroupBigQueryArgs

data class AiFeatureGroupBigQueryArgs(val bigQuerySource: Output<AiFeatureGroupBigQueryBigQuerySourceArgs>, val entityIdColumns: Output<List<String>>? = null) : ConvertibleToJava<AiFeatureGroupBigQueryArgs>

Constructors

Link copied to clipboard
constructor(bigQuerySource: Output<AiFeatureGroupBigQueryBigQuerySourceArgs>, entityIdColumns: Output<List<String>>? = null)

Properties

Link copied to clipboard

The BigQuery source URI that points to either a BigQuery Table or View. Structure is documented below.

Link copied to clipboard
val entityIdColumns: Output<List<String>>? = null

Columns to construct entityId / row keys. If not provided defaults to entityId.

Functions

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