Module Awso_forecastquery.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule Double : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule DataPoint : sig ... end

The forecast value for a specific date. Part of the Forecast object.

Sourcemodule Statistic : sig ... end
Sourcemodule TimeSeries : sig ... end
Sourcemodule Predictions : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule AttributeName : sig ... end
Sourcemodule AttributeValue : sig ... end
Sourcemodule Forecast : sig ... end

Provides information about a forecast. Returned as part of the QueryForecast response.

Sourcemodule InvalidInputException : sig ... end

The value is invalid or is too long.

Sourcemodule InvalidNextTokenException : sig ... end

The token is not valid. Tokens expire after 24 hours.

Sourcemodule LimitExceededException : sig ... end

The limit on the number of requests per second has been exceeded.

Sourcemodule ResourceInUseException : sig ... end

The specified resource is in use.

Sourcemodule ResourceNotFoundException : sig ... end

We can't find that resource. Check the information that you've provided and try again.

Sourcemodule DateTime : sig ... end
Sourcemodule Filters : sig ... end
Sourcemodule LongArn : sig ... end
Sourcemodule NextToken : sig ... end
Sourcemodule Arn : sig ... end

Retrieves a what-if forecast.

Retrieves a what-if forecast.

Sourcemodule QueryForecastResponse : sig ... end

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.

Sourcemodule QueryForecastRequest : sig ... end

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.