Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartICD10CMInferenceJobResponse

import type { StartICD10CMInferenceJobResponse } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface StartICD10CMInferenceJobResponse {
JobId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

The identifier generated for the job. To get the status of a job, use this identifier with the StartICD10CMInferenceJob operation.