Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/comprehend@2017-11-27/mod.ts>PiiEntitiesDetectionJobProperties

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface PiiEntitiesDetectionJobProperties
import { type PiiEntitiesDetectionJobProperties } from "https://deno.land/x/aws_api@v0.1.0/services/comprehend@2017-11-27/mod.ts";

Properties

optional
JobId: string | null
optional
JobName: string | null
optional
JobStatus: JobStatus | null
optional
Message: string | null
optional
SubmitTime: Date | number | null
optional
EndTime: Date | number | null
optional
InputDataConfig: InputDataConfig | null
optional
OutputDataConfig: PiiOutputDataConfig | null
optional
RedactionConfig: RedactionConfig | null
optional
LanguageCode: LanguageCode | null
optional
DataAccessRoleArn: string | null
optional
Mode: PiiEntitiesDetectionMode | null