Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.GlueDataSource
-
Packages that use GlueDataSource Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of GlueDataSource in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return GlueDataSource Modifier and Type Method Description GlueDataSourceDataSource. glueDataSource()A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type GlueDataSource Modifier and Type Method Description DataSource.BuilderDataSource.Builder. glueDataSource(GlueDataSource glueDataSource)A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
-