| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogConfig.Builder |
DataCatalogConfig.builder() |
DataCatalogConfig.Builder |
DataCatalogConfig.Builder.catalog(String catalog)
The name of the Glue table catalog.
|
DataCatalogConfig.Builder |
DataCatalogConfig.Builder.database(String database)
The name of the Glue table database.
|
DataCatalogConfig.Builder |
DataCatalogConfig.Builder.tableName(String tableName)
The name of the Glue table.
|
DataCatalogConfig.Builder |
DataCatalogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataCatalogConfig.Builder> |
DataCatalogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OfflineStoreConfig.Builder |
OfflineStoreConfig.Builder.dataCatalogConfig(Consumer<DataCatalogConfig.Builder> dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
Copyright © 2023. All rights reserved.