OnlineStoreConfig
Use this to specify the AWS Key Management Service (KMS) Key ID, or
KMSKeyId, for at rest data encryption. You can turn
OnlineStore on or off by specifying the EnableOnlineStore flag
at General Assembly.
The default value is False.
Contents
- EnableOnlineStore
-
Turn
OnlineStoreoff by specifyingFalsefor theEnableOnlineStoreflag. TurnOnlineStoreon by specifyingTruefor theEnableOnlineStoreflag.The default value is
False.Type: Boolean
Required: No
- SecurityConfig
-
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of yourOnlineStore.Type: OnlineStoreSecurityConfig object
Required: No
- StorageType
-
Option for different tiers of low latency storage for real-time data retrieval.
-
Standard: A managed low latency data store for feature groups. -
InMemory: A managed data store for feature groups that supports very low latency retrieval.
Type: String
Valid Values:
Standard | InMemoryRequired: No
-
- TtlDuration
-
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.Type: TtlDuration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: