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).
Monitoring Analysis Jobs
Section titled “Monitoring Analysis Jobs”// initconst describeEntitiesDetectionJob = yield* AWS.Comprehend.DescribeEntitiesDetectionJob();
// runtimeconst job = yield* describeEntitiesDetectionJob({ JobId: jobId });// job.EntitiesDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …