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

ComprehendMedicalAsyncJobProperties

import type { ComprehendMedicalAsyncJobProperties } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";

Provides information about a detection job.

interface ComprehendMedicalAsyncJobProperties {
DataAccessRoleArn?: string | null;
EndTime?: Date | number | null;
ExpirationTime?: Date | number | null;
InputDataConfig?: InputDataConfig | null;
JobId?: string | null;
JobName?: string | null;
JobStatus?: JobStatus | null;
KMSKey?: string | null;
LanguageCode?: LanguageCode | null;
ManifestFilePath?: string | null;
Message?: string | null;
ModelVersion?: string | null;
OutputDataConfig?: OutputDataConfig | null;
SubmitTime?: Date | number | null;
}

§Properties

§
DataAccessRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.

§
EndTime?: Date | number | null
[src]

The time that the detection job completed.

§
ExpirationTime?: Date | number | null
[src]

The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of the ListEntitiesDetectionV2Job or the ListPHIDetectionJobs operation.

§
InputDataConfig?: InputDataConfig | null
[src]

The input data configuration that you supplied when you created the detection job.

§
JobId?: string | null
[src]

The identifier assigned to the detection job.

§
JobName?: string | null
[src]

The name that you assigned to the detection job.

§
JobStatus?: JobStatus | null
[src]

The current status of the detection job. If the status is FAILED, the Message field shows the reason for the failure.

§
KMSKey?: string | null
[src]

The AWS Key Management Service key, if any, used to encrypt the output files.

§
LanguageCode?: LanguageCode | null
[src]

The language code of the input documents.

§
ManifestFilePath?: string | null
[src]

The path to the file that describes the results of a batch job.

§
Message?: string | null
[src]

A description of the status of a job.

§
ModelVersion?: string | null
[src]

The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

§
OutputDataConfig?: OutputDataConfig | null
[src]

The output data configuration that you supplied when you created the detection job.

§
SubmitTime?: Date | number | null
[src]

The time that the detection job was submitted for processing.