Feature Group Offline Store Config Args
data class FeatureGroupOfflineStoreConfigArgs(val dataCatalogConfig: Output<FeatureGroupOfflineStoreConfigDataCatalogConfigArgs>? = null, val disableGlueTableCreation: Output<Boolean>? = null, val s3StorageConfig: Output<FeatureGroupOfflineStoreConfigS3StorageConfigArgs>, val tableFormat: Output<String>? = null) : ConvertibleToJava<FeatureGroupOfflineStoreConfigArgs>
Constructors
Link copied to clipboard
constructor(dataCatalogConfig: Output<FeatureGroupOfflineStoreConfigDataCatalogConfigArgs>? = null, disableGlueTableCreation: Output<Boolean>? = null, s3StorageConfig: Output<FeatureGroupOfflineStoreConfigS3StorageConfigArgs>, tableFormat: Output<String>? = null)
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
Format for the offline store table. Supported formats are Glue
(Default) and Apache Iceberg
(https://iceberg.apache.org/).