Uses of Class
software.amazon.awssdk.services.forecastquery.model.DataPoint
-
Packages that use DataPoint Package Description software.amazon.awssdk.services.forecastquery.model -
-
Uses of DataPoint in software.amazon.awssdk.services.forecastquery.model
Methods in software.amazon.awssdk.services.forecastquery.model that return types with arguments of type DataPoint Modifier and Type Method Description Map<String,List<DataPoint>>Forecast. predictions()The forecast.Method parameters in software.amazon.awssdk.services.forecastquery.model with type arguments of type DataPoint Modifier and Type Method Description Forecast.BuilderForecast.Builder. predictions(Map<String,? extends Collection<DataPoint>> predictions)The forecast.
-