Describe Predictor Backtest Export Job
forecastservice_describe_predictor_backtest_export_job | R Documentation |
Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation¶
Description¶
Describes a predictor backtest export job created using the
create_predictor_backtest_export_job
operation.
In addition to listing the properties provided by the user in the
create_predictor_backtest_export_job
request, this operation lists the
following properties:
-
CreationTime
-
LastModificationTime
-
Status
-
Message
(if an error occurred)
Usage¶
Arguments¶
PredictorBacktestExportJobArn
[required] The Amazon Resource Name (ARN) of the predictor backtest export job.
Value¶
A list with the following syntax:
list(
PredictorBacktestExportJobArn = "string",
PredictorBacktestExportJobName = "string",
PredictorArn = "string",
Destination = list(
S3Config = list(
Path = "string",
RoleArn = "string",
KMSKeyArn = "string"
)
),
Message = "string",
Status = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModificationTime = as.POSIXct(
"2015-01-01"
),
Format = "string"
)