Awso_forecastquery_lwtSourceval query_forecast :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_forecastquery.Values.QueryForecastRequest.t ->
(Awso_forecastquery.Values.QueryForecastResponse.t,
Awso_forecastquery.Values.QueryForecastResponse.error)
Result.t
Lwt.tval query_what_if_forecast :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_forecastquery.Values.QueryWhatIfForecastRequest.t ->
(Awso_forecastquery.Values.QueryWhatIfForecastResponse.t,
Awso_forecastquery.Values.QueryWhatIfForecastResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_forecastquery.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]The forecast value for a specific date. Part of the Forecast object.
Provides information about a forecast. Returned as part of the QueryForecast response.
The value is invalid or is too long.
The token is not valid. Tokens expire after 24 hours.
The limit on the number of requests per second has been exceeded.
The specified resource is in use.
We can't find that resource. Check the information that you've provided and try again.
Retrieves a what-if forecast.
Retrieves a what-if forecast.
Retrieves a forecast for a single item, filtered by the supplied criteria. The criteria is a key-value pair. The key is either item_id (or the equivalent non-timestamp, non-target field) from the TARGET_TIME_SERIES dataset, or one of the forecast dimensions specified as part of the FeaturizationConfig object. By default, QueryForecast returns the complete date range for the filtered forecast. You can request a specific date range. To get the full forecast, use the CreateForecastExportJob operation. The forecasts generated by Amazon Forecast are in the same timezone as the dataset that was used to create the predictor.
Retrieves a forecast for a single item, filtered by the supplied criteria. The criteria is a key-value pair. The key is either item_id (or the equivalent non-timestamp, non-target field) from the TARGET_TIME_SERIES dataset, or one of the forecast dimensions specified as part of the FeaturizationConfig object. By default, QueryForecast returns the complete date range for the filtered forecast. You can request a specific date range. To get the full forecast, use the CreateForecastExportJob operation. The forecasts generated by Amazon Forecast are in the same timezone as the dataset that was used to create the predictor.