comprehend_list_topics_detection_jobs {paws.machine.learning} | R Documentation |
Gets a list of the topic detection jobs that you have submitted
Description
Gets a list of the topic detection jobs that you have submitted.
See https://www.paws-r-sdk.com/docs/comprehend_list_topics_detection_jobs/ for full documentation.
Usage
comprehend_list_topics_detection_jobs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Filter |
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only 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. |
[Package paws.machine.learning version 0.9.0 Index]