View source: R/comprehend_operations.R
comprehend_list_sentiment_detection_jobs | R Documentation |
Gets a list of sentiment detection jobs that you have submitted.
See https://paws-r.github.io/docs/comprehend/list_sentiment_detection_jobs.html for full documentation.
comprehend_list_sentiment_detection_jobs( Filter = NULL, NextToken = NULL, MaxResults = NULL )
Filter |
Filters the jobs that are returned. You can filter jobs on their name, 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.