Skip to content

ListDocumentClassificationJobs

Source: src/AWS/Comprehend/ListDocumentClassificationJobs.ts

Runtime binding for comprehend:ListDocumentClassificationJobs — list the account’s asynchronous document classification 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 listDocumentClassificationJobs = yield* AWS.Comprehend.ListDocumentClassificationJobs();
// runtime
const page = yield* listDocumentClassificationJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.DocumentClassificationJobPropertiesList