ListICD10CMInferenceJobs
Source:
src/AWS/ComprehendMedical/ListICD10CMInferenceJobs.ts
Runtime binding for comprehendmedical:ListICD10CMInferenceJobs — list the asynchronous ICD-10-CM ontology linking jobs you have submitted.
Comprehend Medical has no resource-level IAM, so the binding takes no
arguments and grants comprehendmedical:ListICD10CMInferenceJobs on *. Provide the
implementation with Effect.provide(AWS.ComprehendMedical.ListICD10CMInferenceJobsHttp).
Batch ICD-10-CM Inference Jobs
Section titled “Batch ICD-10-CM Inference Jobs”// initconst listICD10CMInferenceJobs = yield* AWS.ComprehendMedical.ListICD10CMInferenceJobs();
// runtimeconst jobs = yield* listICD10CMInferenceJobs({});console.log(jobs.ComprehendMedicalAsyncJobPropertiesList?.length ?? 0);