/AWS1/CL_GLUGETMLTASKRUNSRSP¶
GetMLTaskRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_taskruns TYPE /AWS1/CL_GLUTASKRUN=>TT_TASKRUNLIST TT_TASKRUNLIST¶
A list of task runs that are associated with the transform.
iv_nexttoken TYPE /AWS1/GLUPAGINATIONTOKEN /AWS1/GLUPAGINATIONTOKEN¶
A pagination token, if more results are available.
Queryable Attributes¶
TaskRuns¶
A list of task runs that are associated with the transform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKRUNS() |
Getter for TASKRUNS, with configurable default |
ASK_TASKRUNS() |
Getter for TASKRUNS w/ exceptions if field has no value |
HAS_TASKRUNS() |
Determine if TASKRUNS has a value |
NextToken¶
A pagination token, if more results are available.
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 |