AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.OnlineStoreConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class OnlineStoreConfig

The OnlineStoreConfig type exposes the following members

Constructors

NameDescription
Public Method OnlineStoreConfig()

Properties

NameTypeDescription
Public Property EnableOnlineStore System.Boolean

Gets and sets the property EnableOnlineStore.

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

The default value is False.

Public Property SecurityConfig Amazon.SageMaker.Model.OnlineStoreSecurityConfig

Gets and sets the property SecurityConfig.

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

Public Property StorageType Amazon.SageMaker.StorageType

Gets and sets the property 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.

Public Property TtlDuration Amazon.SageMaker.Model.TtlDuration

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5