Skip to content

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).

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