OnlineStoreConfig

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

Link copied to clipboard

Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

Link copied to clipboard

Option for different tiers of low latency storage for real-time data retrieval.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: OnlineStoreConfig.Builder.() -> Unit = {}): OnlineStoreConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String