onlineStorageTtlDays

@JvmName(name = "kifsitlcvrasyato")
suspend fun onlineStorageTtlDays(value: Output<Int>)
@JvmName(name = "nujfxlwmnvjctnpm")
suspend fun onlineStorageTtlDays(value: Int?)

Parameters

value

TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage periodically removes obsolete feature values older than onlineStorageTtlDays since the feature generation time. Note that onlineStorageTtlDays should be less than or equal to offlineStorageTtlDays for each EntityType under a featurestore. If not set, default to 4000 days