Skip to content

ListTopicsDetectionJobs

Source: src/AWS/Comprehend/ListTopicsDetectionJobs.ts

Runtime binding for comprehend:ListTopicsDetectionJobs — list the account’s asynchronous topic modeling jobs, with optional status/name/time filters.

The binding takes no arguments and grants the action on * (job APIs have no resource-level IAM).

// init
const listTopicsDetectionJobs = yield* AWS.Comprehend.ListTopicsDetectionJobs();
// runtime
const page = yield* listTopicsDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.TopicsDetectionJobPropertiesList