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.

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.OfflineStoreConfig

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

Syntax

C#
public class OfflineStoreConfig

The OfflineStoreConfig type exposes the following members

Constructors

NameDescription
Public Method OfflineStoreConfig()

Properties

NameTypeDescription
Public Property DataCatalogConfig Amazon.SageMaker.Model.DataCatalogConfig

Gets and sets the property DataCatalogConfig.

The meta data of the Glue table that is autogenerated when an OfflineStore is created.

Public Property DisableGlueTableCreation System.Boolean

Gets and sets the property DisableGlueTableCreation.

Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to False, Feature Store will name the OfflineStore Glue table following Athena's naming recommendations.

The default value is False.

Public Property S3StorageConfig Amazon.SageMaker.Model.S3StorageConfig

Gets and sets the property S3StorageConfig.

The Amazon Simple Storage (Amazon S3) location of OfflineStore.

Public Property TableFormat Amazon.SageMaker.TableFormat

Gets and sets the property TableFormat.

Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

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