Skip to content

DescribeKeyPhrasesDetectionJob

Source: src/AWS/Comprehend/DescribeKeyPhrasesDetectionJob.ts

Runtime binding for comprehend:DescribeKeyPhrasesDetectionJob — get the properties (status, input/output config, timings) of an asynchronous key-phrase detection job started with StartKeyPhrasesDetectionJob.

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

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