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

StartSNOMEDCTInferenceJobRequest

import type { StartSNOMEDCTInferenceJobRequest } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface StartSNOMEDCTInferenceJobRequest {
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, Amazon Comprehend Medical generates one.

§
DataAccessRoleArn: string
[src]

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.

§
InputDataConfig: InputDataConfig
[src]
§
JobName?: string | null
[src]

The user generated name the asynchronous InferSNOMEDCT job.

§
KMSKey?: string | null
[src]

An AWS Key Management Service key used 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]