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

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

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

Properties

optional
EntityRecognizerArn: string | null
optional
LanguageCode: LanguageCode | null
optional
Status: ModelStatus | null
optional
Message: string | null
optional
SubmitTime: Date | number | null
optional
EndTime: Date | number | null
optional
TrainingStartTime: Date | number | null
optional
TrainingEndTime: Date | number | null
optional
InputDataConfig: EntityRecognizerInputDataConfig | null
optional
RecognizerMetadata: EntityRecognizerMetadata | null
optional
DataAccessRoleArn: string | null
optional
VolumeKmsKeyId: string | null
optional
VpcConfig: VpcConfig | null