offlineStorageTtlDays property

int? offlineStorageTtlDays
getter/setter pair

Config for data retention policy in offline storage.

TTL in days for feature values that will be stored in offline storage. The Feature Store offline storage periodically removes obsolete feature values older than offline_storage_ttl_days since the feature generation time. If unset (or explicitly set to 0), default to 4000 days TTL.

Optional.

Implementation

core.int? offlineStorageTtlDays;