Feature Group Online Store Config
data class FeatureGroupOnlineStoreConfig(val enableOnlineStore: Boolean? = null, val securityConfig: FeatureGroupOnlineStoreConfigSecurityConfig? = null, val storageType: String? = null, val ttlDuration: FeatureGroupOnlineStoreConfigTtlDuration? = null)
Constructors
Link copied to clipboard
constructor(enableOnlineStore: Boolean? = null, securityConfig: FeatureGroupOnlineStoreConfigSecurityConfig? = null, storageType: String? = null, ttlDuration: FeatureGroupOnlineStoreConfigTtlDuration? = null)
Properties
Link copied to clipboard
Set to true
to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.
Link copied to clipboard
Security config for at-rest encryption of your OnlineStore. See Security Config Below.
Link copied to clipboard
Option for different tiers of low latency storage for real-time data retrieval. Valid values are Standard
, or InMemory
.
Link copied to clipboard
Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.