/AWS1/CL_SGM=>LISTLABELINGJOBS()
¶
About ListLabelingJobs¶
Gets a list of labeling jobs.
Method Signature¶
IMPORTING¶
Optional arguments:¶
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_LASTMODIFIEDTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only labeling jobs modified after the specified time (timestamp).
IV_LASTMODIFIEDTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only labeling jobs modified before the specified time (timestamp).
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
ListLabelingJobs
request was truncated, the response includes aNextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
IV_NAMECONTAINS
TYPE /AWS1/SGMNAMECONTAINS
/AWS1/SGMNAMECONTAINS
¶
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
IV_SORTBY
TYPE /AWS1/SGMSORTBY
/AWS1/SGMSORTBY
¶
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
.
IV_STATUSEQUALS
TYPE /AWS1/SGMLABELINGJOBSTATUS
/AWS1/SGMLABELINGJOBSTATUS
¶
A filter that retrieves only labeling jobs with a specific status.