View source: R/forecastservice_operations.R
forecastservice_create_forecast | R Documentation |
Creates a forecast for each item in the TARGET_TIME_SERIES
dataset that was used to train the predictor. This is known as inference. To retrieve the forecast for a single item at low latency, use the operation. To export the complete forecast into your Amazon Simple Storage Service (Amazon S3) bucket, use the create_forecast_export_job
operation.
See https://www.paws-r-sdk.com/docs/forecastservice_create_forecast/ for full documentation.
forecastservice_create_forecast(
ForecastName,
PredictorArn,
ForecastTypes = NULL,
Tags = NULL,
TimeSeriesSelector = NULL
)
ForecastName |
[required] A name for the forecast. |
PredictorArn |
[required] The Amazon Resource Name (ARN) of the predictor to use to generate the forecast. |
ForecastTypes |
The quantiles at which probabilistic forecasts are generated. You can
currently specify up to 5 quantiles per forecast. Accepted values
include The default quantiles are the quantiles you specified during predictor
creation. If you didn't specify quantiles, the default values are
|
Tags |
The optional metadata that you apply to the forecast to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags:
|
TimeSeriesSelector |
Defines the set of time series that are used to create the forecasts in
a The
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.