sync Config
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.
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.