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

StartEntitiesDetectionV2JobRequest

import type { StartEntitiesDetectionV2JobRequest } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface StartEntitiesDetectionV2JobRequest {
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 for you.

§
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]

The input configuration that 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. Comprehend Medical; processes files in US English (en).

§
OutputDataConfig: OutputDataConfig
[src]

The output configuration that specifies where to send the output files.