FeatureGroupOnlineStoreConfig class
Constructors
-
FeatureGroupOnlineStoreConfig({Input<
bool?> ? enableOnlineStore, Input<FeatureGroupOnlineStoreConfigSecurityConfig?> ? securityConfig, Input<String?> ? storageType, Input<FeatureGroupOnlineStoreConfigTtlDuration?> ? ttlDuration}) -
Creates a new FeatureGroupOnlineStoreConfig.
enableOnlineStoreSet totrueto disable the automatic creation of an AWS Glue table when configuring an OfflineStore.securityConfigSecurity config for at-rest encryption of your OnlineStore. See Security Config Below.storageTypeOption for different tiers of low latency storage for real-time data retrieval. Valid values areStandard, orInMemory.ttlDurationTime to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.const -
FeatureGroupOnlineStoreConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
enableOnlineStore
→ Input<
bool?> ? -
Set to
trueto disable the automatic creation of an AWS Glue table when configuring an OfflineStore.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityConfig
→ Input<
FeatureGroupOnlineStoreConfigSecurityConfig?> ? -
Security config for at-rest encryption of your OnlineStore. See Security Config Below.
final
-
storageType
→ Input<
String?> ? -
Option for different tiers of low latency storage for real-time data retrieval. Valid values are
Standard, orInMemory.final -
ttlDuration
→ Input<
FeatureGroupOnlineStoreConfigTtlDuration?> ? -
Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited