Gets a list of the documentation classification jobs that you have submitted
Source:R/comprehend_operations.R
comprehend_list_document_classification_jobs.RdGets a list of the documentation classification jobs that you have submitted.
See https://www.paws-r-sdk.com/docs/comprehend_list_document_classification_jobs/ for full documentation.
Usage
comprehend_list_document_classification_jobs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- Filter
Filters the jobs that are returned. You can filter jobs on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
- NextToken
Identifies the next page of results to return.
- MaxResults
The maximum number of results to return in each page. The default is 100.