/AWS1/CL_FCS=>CREPREDICTORBACKTESTEXPJOB()
¶
About CreatePredictorBacktestExportJob¶
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:
The
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.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PREDICTORBACKTSTEXPJOBN00
TYPE /AWS1/FCSNAME
/AWS1/FCSNAME
¶
The name for the backtest export job.
IV_PREDICTORARN
TYPE /AWS1/FCSARN
/AWS1/FCSARN
¶
The Amazon Resource Name (ARN) of the predictor that you want to export.
IO_DESTINATION
TYPE REF TO /AWS1/CL_FCSDATADESTINATION
/AWS1/CL_FCSDATADESTINATION
¶
Destination
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_FCSTAG=>TT_TAGS
TT_TAGS
¶
Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of
aws:
orAWS:
. Values can have this prefix. If a tag value hasaws
as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix ofaws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
IV_FORMAT
TYPE /AWS1/FCSFORMAT
/AWS1/FCSFORMAT
¶
The format of the exported data, CSV or PARQUET. The default value is CSV.