| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogConfig |
DataCatalogConfig.clone() |
DataCatalogConfig |
OfflineStoreConfig.getDataCatalogConfig()
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
DataCatalogConfig |
DataCatalogConfig.withCatalog(String catalog)
The name of the Glue table catalog.
|
DataCatalogConfig |
DataCatalogConfig.withDatabase(String database)
The name of the Glue table database.
|
DataCatalogConfig |
DataCatalogConfig.withTableName(String tableName)
The name of the Glue table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfflineStoreConfig.setDataCatalogConfig(DataCatalogConfig dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
OfflineStoreConfig |
OfflineStoreConfig.withDataCatalogConfig(DataCatalogConfig dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
Copyright © 2024. All rights reserved.