syncConfig

@JvmName(name = "vcmuwetkyrvkimhb")
suspend fun syncConfig(value: Output<AiFeatureOnlineStoreFeatureviewSyncConfigArgs>)
@JvmName(name = "kysdlseagmytflli")
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 = "cleqkjpuiuelpbwy")
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.