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