Skip to content

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).

// init
const listICD10CMInferenceJobs = yield* AWS.ComprehendMedical.ListICD10CMInferenceJobs();
// runtime
const jobs = yield* listICD10CMInferenceJobs({});
console.log(jobs.ComprehendMedicalAsyncJobPropertiesList?.length ?? 0);