The input for ListTargetedSentimentDetectionJobsCommand.

interface ListTargetedSentimentDetectionJobsCommandInput {
    Filter?: TargetedSentimentDetectionJobFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

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.

MaxResults?: number

The maximum number of results to return in each page. The default is 100.

NextToken?: string

Identifies the next page of results to return.