interface ListTopicsDetectionJobsRequest {
    Filter?: TopicsDetectionJobFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

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.

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.