Skip to content

DescribeEntitiesDetectionJob

Source: src/AWS/Comprehend/DescribeEntitiesDetectionJob.ts

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

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

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