/AWS1/CL_GLUGETMLTASKRUNRSP¶
GetMLTaskRunResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_transformid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The unique identifier of the task run.
iv_taskrunid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The unique run identifier associated with this run.
iv_status TYPE /AWS1/GLUTASKSTATUSTYPE /AWS1/GLUTASKSTATUSTYPE¶
The status for this task run.
iv_loggroupname TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
The names of the log groups that are associated with the task run.
io_properties TYPE REF TO /AWS1/CL_GLUTASKRUNPROPERTIES /AWS1/CL_GLUTASKRUNPROPERTIES¶
The list of properties that are associated with the task run.
iv_errorstring TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
The error strings that are associated with the task run.
iv_startedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time when this task run started.
iv_lastmodifiedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time when this task run was last modified.
iv_completedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time when this task run was completed.
iv_executiontime TYPE /AWS1/GLUEXECUTIONTIME /AWS1/GLUEXECUTIONTIME¶
The amount of time (in seconds) that the task run consumed resources.
Queryable Attributes¶
TransformId¶
The unique identifier of the task run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFORMID() |
Getter for TRANSFORMID, with configurable default |
ASK_TRANSFORMID() |
Getter for TRANSFORMID w/ exceptions if field has no value |
HAS_TRANSFORMID() |
Determine if TRANSFORMID has a value |
TaskRunId¶
The unique run identifier associated with this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKRUNID() |
Getter for TASKRUNID, with configurable default |
ASK_TASKRUNID() |
Getter for TASKRUNID w/ exceptions if field has no value |
HAS_TASKRUNID() |
Determine if TASKRUNID has a value |
Status¶
The status for this task run.
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 |
LogGroupName¶
The names of the log groups that are associated with the task run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |
Properties¶
The list of properties that are associated with the task run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTIES() |
Getter for PROPERTIES |
ErrorString¶
The error strings that are associated with the task run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORSTRING() |
Getter for ERRORSTRING, with configurable default |
ASK_ERRORSTRING() |
Getter for ERRORSTRING w/ exceptions if field has no value |
HAS_ERRORSTRING() |
Determine if ERRORSTRING has a value |
StartedOn¶
The date and time when this task run started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
LastModifiedOn¶
The date and time when this task run was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON, with configurable default |
ASK_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON w/ exceptions if field has no valu |
HAS_LASTMODIFIEDON() |
Determine if LASTMODIFIEDON has a value |
CompletedOn¶
The date and time when this task run was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDON() |
Getter for COMPLETEDON, with configurable default |
ASK_COMPLETEDON() |
Getter for COMPLETEDON w/ exceptions if field has no value |
HAS_COMPLETEDON() |
Determine if COMPLETEDON has a value |
ExecutionTime¶
The amount of time (in seconds) that the task run consumed resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONTIME() |
Getter for EXECUTIONTIME |