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).
Monitoring Analysis Jobs
Section titled “Monitoring Analysis Jobs”// initconst listTopicsDetectionJobs = yield* AWS.Comprehend.ListTopicsDetectionJobs();
// runtimeconst page = yield* listTopicsDetectionJobs({ Filter: { JobStatus: "IN_PROGRESS" }, MaxResults: 25,});// page.TopicsDetectionJobPropertiesList