syncConfig

@JvmName(name = "ivvurgqvuxfaonjo")
suspend fun syncConfig(value: Output<AiFeatureOnlineStoreFeatureviewSyncConfigArgs>)
@JvmName(name = "ktyfpgfgvxmvpmru")
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 = "csbvsxcxmtsltyde")
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.