FeatureGroupOfflineStoreConfig class
Constructors
-
FeatureGroupOfflineStoreConfig({Input<
FeatureGroupOfflineStoreConfigDataCatalogConfig?> ? dataCatalogConfig, Input<bool?> ? disableGlueTableCreation, required Input<FeatureGroupOfflineStoreConfigS3StorageConfig> s3StorageConfig, Input<String?> ? tableFormat}) -
Creates a new FeatureGroupOfflineStoreConfig.
dataCatalogConfigThe meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.disableGlueTableCreationSet totrueto turn Online Store On.s3StorageConfigThe Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.tableFormatFormat for the offline store table. Supported formats areGlue(Default) and ApacheIceberg(https://iceberg.apache.org/).const -
FeatureGroupOfflineStoreConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
dataCatalogConfig
→ Input<
FeatureGroupOfflineStoreConfigDataCatalogConfig?> ? -
The meta data of the Glue table that is autogenerated when an OfflineStore is created. See Data Catalog Config Below.
final
-
disableGlueTableCreation
→ Input<
bool?> ? -
Set to
trueto turn Online Store On.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3StorageConfig
→ Input<
FeatureGroupOfflineStoreConfigS3StorageConfig> -
The Amazon Simple Storage (Amazon S3) location of OfflineStore. See S3 Storage Config Below.
final
-
tableFormat
→ Input<
String?> ? -
Format for the offline store table. Supported formats are
Glue(Default) and ApacheIceberg(https://iceberg.apache.org/).final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited