| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OnlineStoreConfig |
OnlineStoreConfig.clone() |
OnlineStoreConfig |
DescribeFeatureGroupResult.getOnlineStoreConfig()
The configuration for the
OnlineStore. |
OnlineStoreConfig |
CreateFeatureGroupRequest.getOnlineStoreConfig()
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig. |
OnlineStoreConfig |
FeatureGroup.getOnlineStoreConfig() |
OnlineStoreConfig |
OnlineStoreConfig.withEnableOnlineStore(Boolean enableOnlineStore)
Turn
OnlineStore off by specifying False for the EnableOnlineStore flag. |
OnlineStoreConfig |
OnlineStoreConfig.withSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
OnlineStoreConfig |
OnlineStoreConfig.withStorageType(StorageType storageType)
Option for different tiers of low latency storage for real-time data retrieval.
|
OnlineStoreConfig |
OnlineStoreConfig.withStorageType(String storageType)
Option for different tiers of low latency storage for real-time data retrieval.
|
OnlineStoreConfig |
OnlineStoreConfig.withTtlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFeatureGroupResult.setOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
void |
CreateFeatureGroupRequest.setOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig. |
void |
FeatureGroup.setOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig) |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig. |
FeatureGroup |
FeatureGroup.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig) |
Copyright © 2024. All rights reserved.