FeatureGroupOfflineStoreConfig

data class FeatureGroupOfflineStoreConfig(val dataCatalogConfig: FeatureGroupOfflineStoreConfigDataCatalogConfig? = null, val disableGlueTableCreation: Boolean? = null, val s3StorageConfig: FeatureGroupOfflineStoreConfigS3StorageConfig, val tableFormat: String? = null)

Constructors

Link copied to clipboard
constructor(dataCatalogConfig: FeatureGroupOfflineStoreConfigDataCatalogConfig? = null, disableGlueTableCreation: Boolean? = null, s3StorageConfig: FeatureGroupOfflineStoreConfigS3StorageConfig, tableFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.

Link copied to clipboard

Set to true to turn Online Store On.

Link copied to clipboard

The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.

Link copied to clipboard
val tableFormat: String? = null

Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg (https://iceberg.apache.org/).