class Aws::ForecastService::Types::PredictorBacktestExportJobSummary

Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs operation. To get a complete set of properties, call the DescribePredictorBacktestExportJob operation, and provide the listed `PredictorBacktestExportJobArn`.

@!attribute [rw] predictor_backtest_export_job_arn

The Amazon Resource Name (ARN) of the predictor backtest export job.
@return [String]

@!attribute [rw] predictor_backtest_export_job_name

The name of the predictor backtest export job.
@return [String]

@!attribute [rw] destination

The destination for an export job. Provide an S3 path, an AWS
Identity and Access Management (IAM) role that allows Amazon
Forecast to access the location, and an AWS Key Management Service
(KMS) key (optional).
@return [Types::DataDestination]

@!attribute [rw] status

The status of the predictor backtest export job. States include:

* `ACTIVE`

* `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`

* `CREATE_STOPPING`, `CREATE_STOPPED`

* `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
@return [String]

@!attribute [rw] message

Information about any errors that may have occurred during the
backtest export.
@return [String]

@!attribute [rw] creation_time

When the predictor backtest export job was created.
@return [Time]

@!attribute [rw] last_modification_time

The last time the resource was modified. The timestamp depends on
the status of the job:

* `CREATE_PENDING` - The `CreationTime`.

* `CREATE_IN_PROGRESS` - The current timestamp.

* `CREATE_STOPPING` - The current timestamp.

* `CREATE_STOPPED` - When the job stopped.

* `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/PredictorBacktestExportJobSummary AWS API Documentation

Constants

SENSITIVE