/AWS1/CL_SGMLSTLABELINGJOBSF01¶
ListLabelingJobsForWorkteamResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_LABELINGJOBSUMMARYLIST
TYPE /AWS1/CL_SGMLABELINGJOBFORWO00=>TT_LABELINGJOBFORWORKTEAMSUM00
TT_LABELINGJOBFORWORKTEAMSUM00
¶
An array of
LabelingJobSummary
objects, each describing a labeling job.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
Queryable Attributes¶
LabelingJobSummaryList¶
An array of
LabelingJobSummary
objects, each describing a labeling job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LABELINGJOBSUMMARYLIST() |
Getter for LABELINGJOBSUMMARYLIST, with configurable default |
ASK_LABELINGJOBSUMMARYLIST() |
Getter for LABELINGJOBSUMMARYLIST w/ exceptions if field has |
HAS_LABELINGJOBSUMMARYLIST() |
Determine if LABELINGJOBSUMMARYLIST has a value |
NextToken¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |