| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.clone() |
Schema |
DescribeDatasetResult.getSchema()
An array of
SchemaAttribute objects that specify the dataset fields. |
Schema |
CreateDatasetRequest.getSchema()
The schema for the dataset.
|
Schema |
Schema.withAttributes(Collection<SchemaAttribute> attributes)
An array of attributes specifying the name and type of each field in a dataset.
|
Schema |
Schema.withAttributes(SchemaAttribute... attributes)
An array of attributes specifying the name and type of each field in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setSchema(Schema schema)
An array of
SchemaAttribute objects that specify the dataset fields. |
void |
CreateDatasetRequest.setSchema(Schema schema)
The schema for the dataset.
|
DescribeDatasetResult |
DescribeDatasetResult.withSchema(Schema schema)
An array of
SchemaAttribute objects that specify the dataset fields. |
CreateDatasetRequest |
CreateDatasetRequest.withSchema(Schema schema)
The schema for the dataset.
|
Copyright © 2021. All rights reserved.