| Package | Description |
|---|---|
| com.amazonaws.services.cleanroomsml.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnSchema |
ColumnSchema.clone() |
ColumnSchema |
ColumnSchema.withColumnName(String columnName)
The name of a column.
|
ColumnSchema |
ColumnSchema.withColumnTypes(Collection<String> columnTypes)
The data type of column.
|
ColumnSchema |
ColumnSchema.withColumnTypes(ColumnType... columnTypes)
The data type of column.
|
ColumnSchema |
ColumnSchema.withColumnTypes(String... columnTypes)
The data type of column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnSchema> |
DatasetInputConfig.getSchema()
The schema information for the training data.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetInputConfig |
DatasetInputConfig.withSchema(ColumnSchema... schema)
The schema information for the training data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetInputConfig.setSchema(Collection<ColumnSchema> schema)
The schema information for the training data.
|
DatasetInputConfig |
DatasetInputConfig.withSchema(Collection<ColumnSchema> schema)
The schema information for the training data.
|
Copyright © 2025. All rights reserved.