/AWS1/CL_SGM=>LISTLABELINGJOBSFORWORKTEAM()
¶
About ListLabelingJobsForWorkteam¶
Gets a list of labeling jobs assigned to a specified work team.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_WORKTEAMARN
TYPE /AWS1/SGMWORKTEAMARN
/AWS1/SGMWORKTEAMARN
¶
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
Optional arguments:¶
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of labeling jobs to return in each page of the response.
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the result of the previous
ListLabelingJobsForWorkteam
request was truncated, the response includes aNextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
IV_CREATIONTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only labeling jobs created after the specified time (timestamp).
IV_CREATIONTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only labeling jobs created before the specified time (timestamp).
IV_JOBREFERENCECODECONTAINS
TYPE /AWS1/SGMJOBREFERENCECODECON00
/AWS1/SGMJOBREFERENCECODECON00
¶
A filter the limits jobs to only the ones whose job reference code contains the specified string.
IV_SORTBY
TYPE /AWS1/SGMLSTLABELINGJOBSFORW00
/AWS1/SGMLSTLABELINGJOBSFORW00
¶
The field to sort results by. The default is
CreationTime
.
IV_SORTORDER
TYPE /AWS1/SGMSORTORDER
/AWS1/SGMSORTORDER
¶
The sort order for results. The default is
Ascending
.