Skip to content

DescribeRxNormInferenceJob

Source: src/AWS/ComprehendMedical/DescribeRxNormInferenceJob.ts

Runtime binding for comprehendmedical:DescribeRxNormInferenceJob — get the properties and status of an asynchronous RxNorm ontology linking job.

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

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