/AWS1/CL_SGMHUMANTASKUISUMMARY¶
Container for human task user interface information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_humantaskuiname TYPE /AWS1/SGMHUMANTASKUINAME /AWS1/SGMHUMANTASKUINAME¶
The name of the human task user interface.
iv_humantaskuiarn TYPE /AWS1/SGMHUMANTASKUIARN /AWS1/SGMHUMANTASKUIARN¶
The Amazon Resource Name (ARN) of the human task user interface.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp when SageMaker created the human task user interface.
Queryable Attributes¶
HumanTaskUiName¶
The name of the human task user interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUMANTASKUINAME() |
Getter for HUMANTASKUINAME, with configurable default |
ASK_HUMANTASKUINAME() |
Getter for HUMANTASKUINAME w/ exceptions if field has no val |
HAS_HUMANTASKUINAME() |
Determine if HUMANTASKUINAME has a value |
HumanTaskUiArn¶
The Amazon Resource Name (ARN) of the human task user interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HUMANTASKUIARN() |
Getter for HUMANTASKUIARN, with configurable default |
ASK_HUMANTASKUIARN() |
Getter for HUMANTASKUIARN w/ exceptions if field has no valu |
HAS_HUMANTASKUIARN() |
Determine if HUMANTASKUIARN has a value |
CreationTime¶
A timestamp when SageMaker created the human task user interface.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HUMANTASKUISUMMARIES¶
TYPES TT_HUMANTASKUISUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMHUMANTASKUISUMMARY WITH DEFAULT KEY
.