| Package | Description |
|---|---|
| com.amazonaws.services.forecastquery.model |
| Modifier and Type | Method and Description |
|---|---|
DataPoint |
DataPoint.clone() |
DataPoint |
DataPoint.withTimestamp(String timestamp)
The timestamp of the specific forecast.
|
DataPoint |
DataPoint.withValue(Double value)
The forecast value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DataPoint>> |
Forecast.getPredictions()
The forecast.
|
| Modifier and Type | Method and Description |
|---|---|
Forecast |
Forecast.addPredictionsEntry(String key,
List<DataPoint> value)
Add a single Predictions entry
|
void |
Forecast.setPredictions(Map<String,List<DataPoint>> predictions)
The forecast.
|
Forecast |
Forecast.withPredictions(Map<String,List<DataPoint>> predictions)
The forecast.
|
Copyright © 2022. All rights reserved.