| Package | Description |
|---|---|
| com.amazonaws.services.cleanroomsml.model |
| Modifier and Type | Method and Description |
|---|---|
GlueDataSource |
GlueDataSource.clone() |
GlueDataSource |
DataSource.getGlueDataSource()
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
|
GlueDataSource |
GlueDataSource.withCatalogId(String catalogId)
The Glue catalog that contains the training data.
|
GlueDataSource |
GlueDataSource.withDatabaseName(String databaseName)
The Glue database that contains the training data.
|
GlueDataSource |
GlueDataSource.withTableName(String tableName)
The Glue table that contains the training data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setGlueDataSource(GlueDataSource glueDataSource)
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
|
DataSource |
DataSource.withGlueDataSource(GlueDataSource glueDataSource)
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
|
Copyright © 2024. All rights reserved.