| Package | Description |
|---|---|
| com.amazonaws.services.cleanroomsml.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetInputConfig |
DatasetInputConfig.clone() |
DatasetInputConfig |
Dataset.getInputConfig()
A DatasetInputConfig object that defines the data source and schema mapping.
|
DatasetInputConfig |
DatasetInputConfig.withDataSource(DataSource dataSource)
A DataSource object that specifies the Glue data source for the training data.
|
DatasetInputConfig |
DatasetInputConfig.withSchema(Collection<ColumnSchema> schema)
The schema information for the training data.
|
DatasetInputConfig |
DatasetInputConfig.withSchema(ColumnSchema... schema)
The schema information for the training data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
|
Dataset |
Dataset.withInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
|
Copyright © 2025. All rights reserved.