DescribeDominantLanguageDetectionJob
Source:
src/AWS/Comprehend/DescribeDominantLanguageDetectionJob.ts
Runtime binding for comprehend:DescribeDominantLanguageDetectionJob — get the
properties (status, input/output config, timings) of an asynchronous
dominant-language detection job started with StartDominantLanguageDetectionJob.
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 describeDominantLanguageDetectionJob = yield* AWS.Comprehend.DescribeDominantLanguageDetectionJob();
// runtimeconst job = yield* describeDominantLanguageDetectionJob({ JobId: jobId });// job.DominantLanguageDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …