Skip to content

DescribeSNOMEDCTInferenceJob

Source: src/AWS/ComprehendMedical/DescribeSNOMEDCTInferenceJob.ts

Runtime binding for comprehendmedical:DescribeSNOMEDCTInferenceJob — get the properties and status of an asynchronous SNOMED CT ontology linking job.

Comprehend Medical has no resource-level IAM, so the binding takes no arguments and grants comprehendmedical:DescribeSNOMEDCTInferenceJob on *. Provide the implementation with Effect.provide(AWS.ComprehendMedical.DescribeSNOMEDCTInferenceJobHttp).

// init
const describeSNOMEDCTInferenceJob = yield* AWS.ComprehendMedical.DescribeSNOMEDCTInferenceJob();
// runtime
const status = yield* describeSNOMEDCTInferenceJob({ JobId: jobId });
console.log(status.ComprehendMedicalAsyncJobProperties?.JobStatus);