Describes information about an entity recognizer.

interface EntityRecognizerProperties {
    DataAccessRoleArn?: string;
    EndTime?: Date;
    EntityRecognizerArn?: string;
    FlywheelArn?: string;
    InputDataConfig?: EntityRecognizerInputDataConfig;
    LanguageCode?: LanguageCode;
    Message?: string;
    ModelKmsKeyId?: string;
    OutputDataConfig?: EntityRecognizerOutputDataConfig;
    RecognizerMetadata?: EntityRecognizerMetadata;
    SourceModelArn?: string;
    Status?: ModelStatus;
    SubmitTime?: Date;
    TrainingEndTime?: Date;
    TrainingStartTime?: Date;
    VersionName?: string;
    VolumeKmsKeyId?: string;
    VpcConfig?: VpcConfig;
}

Properties

DataAccessRoleArn?: string

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

EndTime?: Date

The time that the recognizer creation completed.

EntityRecognizerArn?: string

The Amazon Resource Name (ARN) that identifies the entity recognizer.

FlywheelArn?: string

The Amazon Resource Number (ARN) of the flywheel

The input data properties of an entity recognizer.

LanguageCode?: LanguageCode

The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.

Message?: string

A description of the status of the recognizer.

ModelKmsKeyId?: string

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

Output data configuration.

RecognizerMetadata?: EntityRecognizerMetadata

Provides information about an entity recognizer.

SourceModelArn?: string

The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon Web Services account to create the entity recognizer model in your Amazon Web Services account.

Status?: ModelStatus

Provides the status of the entity recognizer.

SubmitTime?: Date

The time that the recognizer was submitted for processing.

TrainingEndTime?: Date

The time that training of the entity recognizer was completed.

TrainingStartTime?: Date

The time that training of the entity recognizer started.

VersionName?: string

The version name you assigned to the entity recognizer.

VolumeKmsKeyId?: string

ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

VpcConfig?: VpcConfig

Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see Amazon VPC.