v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463278347.3 KB

Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.

In addition to listing the properties provided by the user in the CreatePredictorBacktestExportJob request, this operation lists the following properties:

  • CreationTime

  • LastModificationTime

  • Status

  • Message (if an error occurred)

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

Headers

X-Amz-Target'AmazonForecast.DescribePredictorBacktestExportJob' required

Request body

PredictorBacktestExportJobArnstring required

The Amazon Resource Name (ARN) of the predictor backtest export job.

Response

Success

PredictorBacktestExportJobArnstring

The Amazon Resource Name (ARN) of the predictor backtest export job.

PredictorBacktestExportJobNamestring

The name of the predictor backtest export job.

PredictorArnstring

The Amazon Resource Name (ARN) of the predictor.

Messagestring

Information about any errors that may have occurred during the backtest export.

Statusstring
<p>The status of the predictor backtest export job. States include: </p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>CREATE_PENDING</code>, <code>CREATE_IN_PROGRESS</code>, <code>CREATE_FAILED</code> </p> </li> <li> <p> <code>CREATE_STOPPING</code>, <code>CREATE_STOPPED</code> </p> </li> <li> <p> <code>DELETE_PENDING</code>, <code>DELETE_IN_PROGRESS</code>, <code>DELETE_FAILED</code> </p> </li> </ul>
CreationTimestring date-time

When the predictor backtest export job was created.

LastModificationTimestring date-time
<p>The last time the resource was modified. The timestamp depends on the status of the job:</p> <ul> <li> <p> <code>CREATE_PENDING</code> - The <code>CreationTime</code>.</p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> - The current timestamp.</p> </li> <li> <p> <code>CREATE_STOPPING</code> - The current timestamp.</p> </li> <li> <p> <code>CREATE_STOPPED</code> - When the job stopped.</p> </li> <li> <p> <code>ACTIVE</code> or <code>CREATE_FAILED</code> - When the job finished or failed.</p> </li> </ul>
Formatstring

The format of the exported data, CSV or PARQUET.