| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.OfflineStoreConfig
Description
Synopsis
- data OfflineStoreConfig = OfflineStoreConfig' {}
 - newOfflineStoreConfig :: S3StorageConfig -> OfflineStoreConfig
 - offlineStoreConfig_dataCatalogConfig :: Lens' OfflineStoreConfig (Maybe DataCatalogConfig)
 - offlineStoreConfig_disableGlueTableCreation :: Lens' OfflineStoreConfig (Maybe Bool)
 - offlineStoreConfig_tableFormat :: Lens' OfflineStoreConfig (Maybe TableFormat)
 - offlineStoreConfig_s3StorageConfig :: Lens' OfflineStoreConfig S3StorageConfig
 
Documentation
data OfflineStoreConfig Source #
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.
See: newOfflineStoreConfig smart constructor.
Constructors
| OfflineStoreConfig' | |
Fields 
  | |
Instances
newOfflineStoreConfig Source #
Create a value of OfflineStoreConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataCatalogConfig:OfflineStoreConfig', offlineStoreConfig_dataCatalogConfig - The meta data of the Glue table that is autogenerated when an
 OfflineStore is created.
$sel:disableGlueTableCreation:OfflineStoreConfig', offlineStoreConfig_disableGlueTableCreation - Set to True to disable the automatic creation of an Amazon Web
 Services Glue table when configuring an OfflineStore.
$sel:tableFormat:OfflineStoreConfig', offlineStoreConfig_tableFormat - Format for the offline store table. Supported formats are Glue (Default)
 and Apache Iceberg.
$sel:s3StorageConfig:OfflineStoreConfig', offlineStoreConfig_s3StorageConfig - The Amazon Simple Storage (Amazon S3) location of OfflineStore.
offlineStoreConfig_dataCatalogConfig :: Lens' OfflineStoreConfig (Maybe DataCatalogConfig) Source #
The meta data of the Glue table that is autogenerated when an
 OfflineStore is created.
offlineStoreConfig_disableGlueTableCreation :: Lens' OfflineStoreConfig (Maybe Bool) Source #
Set to True to disable the automatic creation of an Amazon Web
 Services Glue table when configuring an OfflineStore.
offlineStoreConfig_tableFormat :: Lens' OfflineStoreConfig (Maybe TableFormat) Source #
Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.
offlineStoreConfig_s3StorageConfig :: Lens' OfflineStoreConfig S3StorageConfig Source #
The Amazon Simple Storage (Amazon S3) location of OfflineStore.