feature Groups
suspend fun featureGroups(value: Output<List<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>>)
suspend fun featureGroups(value: List<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>)
Parameters
value
List of features that need to be synced to Online Store. Structure is documented below.
suspend fun featureGroups(vararg values: Output<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>)
suspend fun featureGroups(values: List<Output<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>>)
suspend fun featureGroups(vararg values: AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs)
Parameters
values
List of features that need to be synced to Online Store. Structure is documented below.
suspend fun featureGroups(argument: List<suspend AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgsBuilder.() -> Unit>)
suspend fun featureGroups(vararg argument: suspend AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgsBuilder.() -> Unit)
suspend fun featureGroups(argument: suspend AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgsBuilder.() -> Unit)
Parameters
argument
List of features that need to be synced to Online Store. Structure is documented below.