syncConfig

@JvmName(name = "kmifaycydkycvsih")
suspend fun syncConfig(value: Output<AiFeatureOnlineStoreFeatureviewSyncConfigArgs>)
@JvmName(name = "mmwxfthhjilyddbn")
suspend fun syncConfig(value: AiFeatureOnlineStoreFeatureviewSyncConfigArgs?)

Parameters

value

Configures when data is to be synced/updated for this FeatureView. At the end of the sync the latest featureValues for each entityId of this FeatureView are made ready for online serving. Structure is documented below.


@JvmName(name = "nsafhqwupyekludy")
suspend fun syncConfig(argument: suspend AiFeatureOnlineStoreFeatureviewSyncConfigArgsBuilder.() -> Unit)

Parameters

argument

Configures when data is to be synced/updated for this FeatureView. At the end of the sync the latest featureValues for each entityId of this FeatureView are made ready for online serving. Structure is documented below.