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