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

SentimentDetectionJobProperties

import type { SentimentDetectionJobProperties } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/comprehend.ts";
interface SentimentDetectionJobProperties {
DataAccessRoleArn?: string | null;
EndTime?: Date | number | null;
InputDataConfig?: InputDataConfig | null;
JobId?: string | null;
JobName?: string | null;
JobStatus?: JobStatus | null;
LanguageCode?: LanguageCode | null;
Message?: string | null;
OutputDataConfig?: OutputDataConfig | null;
SubmitTime?: Date | number | null;
VolumeKmsKeyId?: string | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
DataAccessRoleArn?: string | null
[src]
§
EndTime?: Date | number | null
[src]
§
InputDataConfig?: InputDataConfig | null
[src]
§
JobId?: string | null
[src]
§
JobName?: string | null
[src]
§
JobStatus?: JobStatus | null
[src]
§
LanguageCode?: LanguageCode | null
[src]
§
Message?: string | null
[src]
§
OutputDataConfig?: OutputDataConfig | null
[src]
§
SubmitTime?: Date | number | null
[src]
§
VolumeKmsKeyId?: string | null
[src]
§
VpcConfig?: VpcConfig | null
[src]