v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463278347.3 KB

Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or CreatePredictor operations. Two folders containing CSV or Parquet files are exported to your specified S3 bucket.

The export file names will match the following conventions:

<ExportJobName>_<ExportTimestamp>_<PartNumber>.csv

The <ExportTimestamp> component is in Java SimpleDate format (yyyy-MM-ddTHH-mm-ssZ).

You must specify a DataDestination object that includes an Amazon S3 bucket and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see aws-forecast-iam-roles.

The Status of the export job must be ACTIVE before you can access the export in your Amazon S3 bucket. To get the status, use the DescribePredictorBacktestExportJob operation.

post/#X-Amz-Target=AmazonForecast.CreatePredictorBacktestExportJob

Headers

X-Amz-Target'AmazonForecast.CreatePredictorBacktestExportJob' required

Request body

PredictorBacktestExportJobNamestring required

The name for the backtest export job.

PredictorArnstring required

The Amazon Resource Name (ARN) of the predictor that you want to export.

Formatstring

The format of the exported data, CSV or PARQUET. The default value is CSV.

Response

Success

PredictorBacktestExportJobArnstring

The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.