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