bigQuery

@JvmName(name = "axkephaaisswcrmi")
suspend fun bigQuery(value: Output<AiFeatureGroupBigQueryArgs>)
@JvmName(name = "gpyquvbyhwxummro")
suspend fun bigQuery(value: AiFeatureGroupBigQueryArgs?)

Parameters

value

Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source, which is required to have an entityId and a feature_timestamp column in the source. Structure is documented below.


@JvmName(name = "jrgngrragkyluums")
suspend fun bigQuery(argument: suspend AiFeatureGroupBigQueryArgsBuilder.() -> Unit)

Parameters

argument

Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source, which is required to have an entityId and a feature_timestamp column in the source. Structure is documented below.