ListKeyPhrasesDetectionJobs
Source:
src/AWS/Comprehend/ListKeyPhrasesDetectionJobs.ts
Runtime binding for comprehend:ListKeyPhrasesDetectionJobs — list the account’s
asynchronous key-phrase detection 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 listKeyPhrasesDetectionJobs = yield* AWS.Comprehend.ListKeyPhrasesDetectionJobs();
// runtimeconst page = yield* listKeyPhrasesDetectionJobs({ Filter: { JobStatus: "IN_PROGRESS" }, MaxResults: 25,});// page.KeyPhrasesDetectionJobPropertiesList