/AWS1/CL_SGMONLINESTORECONFIG¶
Use this to specify the Amazon Web Services 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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_securityconfig TYPE REF TO /AWS1/CL_SGMONLINESTORESECCFG /AWS1/CL_SGMONLINESTORESECCFG¶
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of yourOnlineStore.
iv_enableonlinestore TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Turn
OnlineStoreoff by specifyingFalsefor theEnableOnlineStoreflag. TurnOnlineStoreon by specifyingTruefor theEnableOnlineStoreflag.The default value is
False.
io_ttlduration TYPE REF TO /AWS1/CL_SGMTTLDURATION /AWS1/CL_SGMTTLDURATION¶
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.
iv_storagetype TYPE /AWS1/SGMSTORAGETYPE /AWS1/SGMSTORAGETYPE¶
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.
Queryable Attributes¶
SecurityConfig¶
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of yourOnlineStore.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYCONFIG() |
Getter for SECURITYCONFIG |
EnableOnlineStore¶
Turn
OnlineStoreoff by specifyingFalsefor theEnableOnlineStoreflag. TurnOnlineStoreon by specifyingTruefor theEnableOnlineStoreflag.The default value is
False.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEONLINESTORE() |
Getter for ENABLEONLINESTORE, with configurable default |
ASK_ENABLEONLINESTORE() |
Getter for ENABLEONLINESTORE w/ exceptions if field has no v |
HAS_ENABLEONLINESTORE() |
Determine if ENABLEONLINESTORE has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TTLDURATION() |
Getter for TTLDURATION |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGETYPE() |
Getter for STORAGETYPE, with configurable default |
ASK_STORAGETYPE() |
Getter for STORAGETYPE w/ exceptions if field has no value |
HAS_STORAGETYPE() |
Determine if STORAGETYPE has a value |