Uses of Interface
software.amazon.awssdk.services.sagemaker.model.DataCatalogConfig.Builder
-
Packages that use DataCatalogConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DataCatalogConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DataCatalogConfig.Builder Modifier and Type Method Description static DataCatalogConfig.BuilderDataCatalogConfig. builder()DataCatalogConfig.BuilderDataCatalogConfig.Builder. catalog(String catalog)The name of the Glue table catalog.DataCatalogConfig.BuilderDataCatalogConfig.Builder. database(String database)The name of the Glue table database.DataCatalogConfig.BuilderDataCatalogConfig.Builder. tableName(String tableName)The name of the Glue table.DataCatalogConfig.BuilderDataCatalogConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DataCatalogConfig.Builder Modifier and Type Method Description static Class<? extends DataCatalogConfig.Builder>DataCatalogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DataCatalogConfig.Builder Modifier and Type Method Description default OfflineStoreConfig.BuilderOfflineStoreConfig.Builder. dataCatalogConfig(Consumer<DataCatalogConfig.Builder> dataCatalogConfig)The meta data of the Glue table that is autogenerated when anOfflineStoreis created.
-