/AWS1/CL_SGMLABELINGJOBFORWO00¶
Provides summary information for a work team.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobreferencecode TYPE /AWS1/SGMJOBREFERENCECODE /AWS1/SGMJOBREFERENCECODE¶
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
iv_workrequesteraccountid TYPE /AWS1/SGMACCOUNTID /AWS1/SGMACCOUNTID¶
The Amazon Web Services account ID of the account used to start the labeling job.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The date and time that the labeling job was created.
Optional arguments:¶
iv_labelingjobname TYPE /AWS1/SGMLABELINGJOBNAME /AWS1/SGMLABELINGJOBNAME¶
The name of the labeling job that the work team is assigned to.
io_labelcounters TYPE REF TO /AWS1/CL_SGMLABELCTERSFORWOR00 /AWS1/CL_SGMLABELCTERSFORWOR00¶
Provides information about the progress of a labeling job.
iv_numofhumworkersperdataobj TYPE /AWS1/SGMNOOFHUMWORKERSPERDA00 /AWS1/SGMNOOFHUMWORKERSPERDA00¶
The configured number of workers per data object.
Queryable Attributes¶
LabelingJobName¶
The name of the labeling job that the work team is assigned to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELINGJOBNAME() |
Getter for LABELINGJOBNAME, with configurable default |
ASK_LABELINGJOBNAME() |
Getter for LABELINGJOBNAME w/ exceptions if field has no val |
HAS_LABELINGJOBNAME() |
Determine if LABELINGJOBNAME has a value |
JobReferenceCode¶
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBREFERENCECODE() |
Getter for JOBREFERENCECODE, with configurable default |
ASK_JOBREFERENCECODE() |
Getter for JOBREFERENCECODE w/ exceptions if field has no va |
HAS_JOBREFERENCECODE() |
Determine if JOBREFERENCECODE has a value |
WorkRequesterAccountId¶
The Amazon Web Services account ID of the account used to start the labeling job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKREQUESTERACCOUNTID() |
Getter for WORKREQUESTERACCOUNTID, with configurable default |
ASK_WORKREQUESTERACCOUNTID() |
Getter for WORKREQUESTERACCOUNTID w/ exceptions if field has |
HAS_WORKREQUESTERACCOUNTID() |
Determine if WORKREQUESTERACCOUNTID has a value |
CreationTime¶
The date and time that the labeling 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 |
LabelCounters¶
Provides information about the progress of a labeling job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCOUNTERS() |
Getter for LABELCOUNTERS |
NumberOfHumanWorkersPerDataObject¶
The configured number of workers per data object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMOFHUMWORKERSPERDATA00() |
Getter for NUMOFHUMANWORKERSPERDATAOBJ, with configurable de |
ASK_NUMOFHUMWORKERSPERDATA00() |
Getter for NUMOFHUMANWORKERSPERDATAOBJ w/ exceptions if fiel |
HAS_NUMOFHUMWORKERSPERDATA00() |
Determine if NUMOFHUMANWORKERSPERDATAOBJ 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_LABELINGJOBFORWORKTEAMSUM00¶
TYPES TT_LABELINGJOBFORWORKTEAMSUM00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMLABELINGJOBFORWO00 WITH DEFAULT KEY
.