/AWS1/CL_FCSPREDICTORBACKTST00¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_predictorbacktstexpjobarn TYPE /AWS1/FCSARN /AWS1/FCSARN¶
The Amazon Resource Name (ARN) of the predictor backtest export job.
iv_predictorbacktstexpjobn00 TYPE /AWS1/FCSNAME /AWS1/FCSNAME¶
The name of the predictor backtest export job.
io_destination TYPE REF TO /AWS1/CL_FCSDATADESTINATION /AWS1/CL_FCSDATADESTINATION¶
Destination
iv_status TYPE /AWS1/FCSSTATUS /AWS1/FCSSTATUS¶
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
iv_message TYPE /AWS1/FCSERRORMESSAGE /AWS1/FCSERRORMESSAGE¶
Information about any errors that may have occurred during the backtest export.
iv_creationtime TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
When the predictor backtest export job was created.
iv_lastmodificationtime TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
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.
ACTIVEorCREATE_FAILED- When the job finished or failed.
Queryable Attributes¶
PredictorBacktestExportJobArn¶
The Amazon Resource Name (ARN) of the predictor backtest export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTORBACKTSTEXPJOB00() |
Getter for PREDICTORBACKTESTEXPJOBARN, with configurable def |
ASK_PREDICTORBACKTSTEXPJOB00() |
Getter for PREDICTORBACKTESTEXPJOBARN w/ exceptions if field |
HAS_PREDICTORBACKTSTEXPJOB00() |
Determine if PREDICTORBACKTESTEXPJOBARN has a value |
PredictorBacktestExportJobName¶
The name of the predictor backtest export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTORBACKTSTEXPJOB01() |
Getter for PREDICTORBACKTESTEXPJOBNAME, with configurable de |
ASK_PREDICTORBACKTSTEXPJOB01() |
Getter for PREDICTORBACKTESTEXPJOBNAME w/ exceptions if fiel |
HAS_PREDICTORBACKTSTEXPJOB01() |
Determine if PREDICTORBACKTESTEXPJOBNAME has a value |
Destination¶
Destination
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION |
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
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Message¶
Information about any errors that may have occurred during the backtest export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
CreationTime¶
When the predictor backtest export job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
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.
ACTIVEorCREATE_FAILED- When the job finished or failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PREDICTORBACKTESTEXPORTJOBS¶
TYPES TT_PREDICTORBACKTESTEXPORTJOBS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FCSPREDICTORBACKTST00 WITH DEFAULT KEY
.