Skip to content

DescribePiiEntitiesDetectionJob

Source: src/AWS/Comprehend/DescribePiiEntitiesDetectionJob.ts

Runtime binding for comprehend:DescribePiiEntitiesDetectionJob — get the properties (status, input/output config, timings) of an asynchronous PII entity detection job started with StartPiiEntitiesDetectionJob.

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

// init
const describePiiEntitiesDetectionJob = yield* AWS.Comprehend.DescribePiiEntitiesDetectionJob();
// runtime
const job = yield* describePiiEntitiesDetectionJob({ JobId: jobId });
// job.PiiEntitiesDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …