Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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)
Synopsis
- data DescribePredictorBacktestExportJob = DescribePredictorBacktestExportJob' {}
- newDescribePredictorBacktestExportJob :: Text -> DescribePredictorBacktestExportJob
- describePredictorBacktestExportJob_predictorBacktestExportJobArn :: Lens' DescribePredictorBacktestExportJob Text
- data DescribePredictorBacktestExportJobResponse = DescribePredictorBacktestExportJobResponse' {}
- newDescribePredictorBacktestExportJobResponse :: Int -> DescribePredictorBacktestExportJobResponse
- describePredictorBacktestExportJobResponse_creationTime :: Lens' DescribePredictorBacktestExportJobResponse (Maybe UTCTime)
- describePredictorBacktestExportJobResponse_status :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text)
- describePredictorBacktestExportJobResponse_destination :: Lens' DescribePredictorBacktestExportJobResponse (Maybe DataDestination)
- describePredictorBacktestExportJobResponse_predictorArn :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text)
- describePredictorBacktestExportJobResponse_predictorBacktestExportJobArn :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text)
- describePredictorBacktestExportJobResponse_message :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text)
- describePredictorBacktestExportJobResponse_predictorBacktestExportJobName :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text)
- describePredictorBacktestExportJobResponse_lastModificationTime :: Lens' DescribePredictorBacktestExportJobResponse (Maybe UTCTime)
- describePredictorBacktestExportJobResponse_httpStatus :: Lens' DescribePredictorBacktestExportJobResponse Int
Creating a Request
data DescribePredictorBacktestExportJob Source #
See: newDescribePredictorBacktestExportJob
smart constructor.
DescribePredictorBacktestExportJob' | |
|
Instances
newDescribePredictorBacktestExportJob Source #
:: Text |
|
-> DescribePredictorBacktestExportJob |
Create a value of DescribePredictorBacktestExportJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:predictorBacktestExportJobArn:DescribePredictorBacktestExportJob'
, describePredictorBacktestExportJob_predictorBacktestExportJobArn
- The Amazon Resource Name (ARN) of the predictor backtest export job.
Request Lenses
describePredictorBacktestExportJob_predictorBacktestExportJobArn :: Lens' DescribePredictorBacktestExportJob Text Source #
The Amazon Resource Name (ARN) of the predictor backtest export job.
Destructuring the Response
data DescribePredictorBacktestExportJobResponse Source #
See: newDescribePredictorBacktestExportJobResponse
smart constructor.
DescribePredictorBacktestExportJobResponse' | |
|
Instances
newDescribePredictorBacktestExportJobResponse Source #
Create a value of DescribePredictorBacktestExportJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_creationTime
- When the predictor backtest export job was created.
$sel:status:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_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
$sel:destination:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_destination
- Undocumented member.
$sel:predictorArn:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_predictorArn
- The Amazon Resource Name (ARN) of the predictor.
$sel:predictorBacktestExportJobArn:DescribePredictorBacktestExportJob'
, describePredictorBacktestExportJobResponse_predictorBacktestExportJobArn
- The Amazon Resource Name (ARN) of the predictor backtest export job.
$sel:message:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_message
- Information about any errors that may have occurred during the backtest
export.
$sel:predictorBacktestExportJobName:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_predictorBacktestExportJobName
- The name of the predictor backtest export job.
$sel:lastModificationTime:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_lastModificationTime
- The last time the resource was modified. The timestamp depends on the
status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or failed.
$sel:httpStatus:DescribePredictorBacktestExportJobResponse'
, describePredictorBacktestExportJobResponse_httpStatus
- The response's http status code.
Response Lenses
describePredictorBacktestExportJobResponse_creationTime :: Lens' DescribePredictorBacktestExportJobResponse (Maybe UTCTime) Source #
When the predictor backtest export job was created.
describePredictorBacktestExportJobResponse_status :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text) Source #
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
describePredictorBacktestExportJobResponse_destination :: Lens' DescribePredictorBacktestExportJobResponse (Maybe DataDestination) Source #
Undocumented member.
describePredictorBacktestExportJobResponse_predictorArn :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the predictor.
describePredictorBacktestExportJobResponse_predictorBacktestExportJobArn :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the predictor backtest export job.
describePredictorBacktestExportJobResponse_message :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text) Source #
Information about any errors that may have occurred during the backtest export.
describePredictorBacktestExportJobResponse_predictorBacktestExportJobName :: Lens' DescribePredictorBacktestExportJobResponse (Maybe Text) Source #
The name of the predictor backtest export job.
describePredictorBacktestExportJobResponse_lastModificationTime :: Lens' DescribePredictorBacktestExportJobResponse (Maybe UTCTime) Source #
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or failed.
describePredictorBacktestExportJobResponse_httpStatus :: Lens' DescribePredictorBacktestExportJobResponse Int Source #
The response's http status code.