| 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 |
DescribeExplainabilityResult.getSchema() |
Schema |
CreateExplainabilityRequest.getSchema() |
Schema |
TimeSeriesReplacementsDataSource.getSchema() |
Schema |
TimeSeriesIdentifiers.getSchema() |
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.
|
void |
DescribeExplainabilityResult.setSchema(Schema schema) |
void |
CreateExplainabilityRequest.setSchema(Schema schema) |
void |
TimeSeriesReplacementsDataSource.setSchema(Schema schema) |
void |
TimeSeriesIdentifiers.setSchema(Schema schema) |
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.
|
DescribeExplainabilityResult |
DescribeExplainabilityResult.withSchema(Schema schema) |
CreateExplainabilityRequest |
CreateExplainabilityRequest.withSchema(Schema schema) |
TimeSeriesReplacementsDataSource |
TimeSeriesReplacementsDataSource.withSchema(Schema schema) |
TimeSeriesIdentifiers |
TimeSeriesIdentifiers.withSchema(Schema schema) |
Copyright © 2023. All rights reserved.