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

EventsDetectionJobProperties

import type { EventsDetectionJobProperties } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Provides information about an events detection job.

interface EventsDetectionJobProperties {
DataAccessRoleArn?: string | null;
EndTime?: Date | number | null;
InputDataConfig?: InputDataConfig | null;
JobArn?: string | null;
JobId?: string | null;
JobName?: string | null;
JobStatus?: JobStatus | null;
LanguageCode?: LanguageCode | null;
Message?: string | null;
OutputDataConfig?: OutputDataConfig | null;
SubmitTime?: Date | number | null;
TargetEventTypes?: string[] | null;
}

§Properties

§
DataAccessRoleArn?: string | null
[src]

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

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

The time that the events detection job completed.

§
InputDataConfig?: InputDataConfig | null
[src]

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

§
JobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
§
JobId?: string | null
[src]

The identifier assigned to the events detection job.

§
JobName?: string | null
[src]

The name you assigned the events detection job.

§
JobStatus?: JobStatus | null
[src]

The current status of the events detection job.

§
LanguageCode?: LanguageCode | null
[src]

The language code of the input documents.

§
Message?: string | null
[src]

A description of the status of the events detection job.

§
OutputDataConfig?: OutputDataConfig | null
[src]

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

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

The time that the events detection job was submitted for processing.

§
TargetEventTypes?: string[] | null
[src]

The types of events that are detected by the job.