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

StartICD10CMInferenceJobRequest

import type { StartICD10CMInferenceJobRequest } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface StartICD10CMInferenceJobRequest {
ClientRequestToken?: string | null;
DataAccessRoleArn: string;
InputDataConfig: InputDataConfig;
JobName?: string | null;
KMSKey?: string | null;
LanguageCode: LanguageCode;
OutputDataConfig: OutputDataConfig;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.

§
DataAccessRoleArn: string
[src]

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

§
InputDataConfig: InputDataConfig
[src]

Specifies the format and location of the input data for the job.

§
JobName?: string | null
[src]

The identifier of the job.

§
KMSKey?: string | null
[src]

An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

§
LanguageCode: LanguageCode
[src]

The language of the input documents. All documents must be in the same language.

§
OutputDataConfig: OutputDataConfig
[src]

Specifies where to send the output files.