AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceArgs

data class AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceArgs(val featureGroups: Output<List<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>>, val projectNumber: Output<String>? = null) : ConvertibleToJava<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceArgs>

Constructors

constructor(featureGroups: Output<List<AiFeatureOnlineStoreFeatureviewFeatureRegistrySourceFeatureGroupArgs>>, projectNumber: Output<String>? = null)

Properties

Link copied to clipboard

List of features that need to be synced to Online Store. Structure is documented below.

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

The project number of the parent project of the feature Groups.

Functions

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