View source: R/sagemaker_operations.R
sagemaker_list_labeling_jobs | R Documentation |
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
)
CreationTimeAfter |
A filter that returns only labeling jobs created after the specified time (timestamp). |
CreationTimeBefore |
A filter that returns only labeling jobs created before the specified time (timestamp). |
LastModifiedTimeAfter |
A filter that returns only labeling jobs modified after the specified time (timestamp). |
LastModifiedTimeBefore |
A filter that returns only labeling jobs modified before the specified time (timestamp). |
MaxResults |
The maximum number of labeling jobs to return in each page of the response. |
NextToken |
If the result of the previous
|
NameContains |
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string. |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
StatusEquals |
A filter that retrieves only labeling jobs with a specific status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.