Gets a list of labeling jobs.
See https://www.paws-r-sdk.com/docs/sagemaker_list_labeling_jobs/ for full documentation.
sagemaker_list_labeling_jobs(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
MaxResults = NULL,
NextToken = NULL,
NameContains = NULL,
SortBy = NULL,
SortOrder = NULL,
StatusEquals = NULL
)
A filter that returns only labeling jobs created after the specified time (timestamp).
A filter that returns only labeling jobs created before the specified time (timestamp).
A filter that returns only labeling jobs modified after the specified time (timestamp).
A filter that returns only labeling jobs modified before the specified time (timestamp).
The maximum number of labeling jobs to return in each page of the response.
If the result of the previous
list_labeling_jobs
request was
truncated, the response includes a NextToken
. To retrieve the next set
of labeling jobs, use the token in the next request.
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Ascending
.
A filter that retrieves only labeling jobs with a specific status.