| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OfflineStoreConfig |
OfflineStoreConfig.clone() |
OfflineStoreConfig |
FeatureGroup.getOfflineStoreConfig() |
OfflineStoreConfig |
DescribeFeatureGroupResult.getOfflineStoreConfig()
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore,
Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
OfflineStoreConfig |
CreateFeatureGroupRequest.getOfflineStoreConfig()
Use this to configure an
OfflineFeatureStore. |
OfflineStoreConfig |
OfflineStoreConfig.withDataCatalogConfig(DataCatalogConfig dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
OfflineStoreConfig |
OfflineStoreConfig.withDisableGlueTableCreation(Boolean disableGlueTableCreation)
Set to
True to disable the automatic creation of an Amazon Web Services Glue table when configuring
an OfflineStore. |
OfflineStoreConfig |
OfflineStoreConfig.withS3StorageConfig(S3StorageConfig s3StorageConfig)
The Amazon Simple Storage (Amazon S3) location of
OfflineStore. |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureGroup.setOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig) |
void |
DescribeFeatureGroupResult.setOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore,
Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
void |
CreateFeatureGroupRequest.setOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Use this to configure an
OfflineFeatureStore. |
FeatureGroup |
FeatureGroup.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig) |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore,
Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security
configuration. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Use this to configure an
OfflineFeatureStore. |
Copyright © 2022. All rights reserved.