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).
Batch RxNorm Inference Jobs
Section titled “Batch RxNorm Inference Jobs”// initconst describeRxNormInferenceJob = yield* AWS.ComprehendMedical.DescribeRxNormInferenceJob();
// runtimeconst status = yield* describeRxNormInferenceJob({ JobId: jobId });console.log(status.ComprehendMedicalAsyncJobProperties?.JobStatus);