Builder
Properties
The meta data of the Glue table for the OfflineStore. If not provided, Feature Store auto-generates the table name, database, and catalog when the OfflineStore is created. You can optionally provide this configuration to specify custom values. This applies to both Glue and Apache Iceberg table formats.
Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to True and DataCatalogConfig is provided, Feature Store associates the provided catalog configuration with the feature group without creating a table. In this case, you are responsible for creating and managing the Glue table. If set to True without DataCatalogConfig, no Glue table is created or associated with the feature group. The Iceberg table format is only supported when this is set to False.
The Amazon Simple Storage (Amazon S3) location of OfflineStore.
Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.DataCatalogConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.S3StorageConfig inside the given block