/AWS1/CL_FDTGETBTCPREDICTION01¶
GetBatchPredictionJobsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_batchpredictions TYPE /AWS1/CL_FDTBATCHPREDICTION=>TT_BATCHPREDICTIONLIST TT_BATCHPREDICTIONLIST¶
An array containing the details of each batch prediction job.
iv_nexttoken TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The next token for the subsequent request.
Queryable Attributes¶
batchPredictions¶
An array containing the details of each batch prediction job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHPREDICTIONS() |
Getter for BATCHPREDICTIONS, with configurable default |
ASK_BATCHPREDICTIONS() |
Getter for BATCHPREDICTIONS w/ exceptions if field has no va |
HAS_BATCHPREDICTIONS() |
Determine if BATCHPREDICTIONS has a value |
nextToken¶
The next token for the subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |