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

StopRxNormInferenceJobResponse

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

§Properties

§
JobId?: string | null
[src]

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