Comprehend Entity Recognizer Properties

Comprehend Entity Recognizer Properties in AWS describe the configuration and status details of a custom entity recognizer in Amazon Comprehend. It includes information such as the recognizer’s name, language, version, training data, model status, and creation time. This resource helps track and manage custom models that identify domain-specific entities in text.

aws.comprehend_entity_recognizer

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
data_access_role_arncorestringThe Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
end_timecoretimestampThe time that the recognizer creation completed.
entity_recognizer_arncorestringThe Amazon Resource Name (ARN) that identifies the entity recognizer.
flywheel_arncorestringThe Amazon Resource Number (ARN) of the flywheel
input_data_configcorejsonThe input data properties of an entity recognizer.
language_codecorestringThe language of the input documents. All documents must be in the same language. Only English ("en") is currently supported.
messagecorestringA description of the status of the recognizer.
model_kms_key_idcorestringID 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_configcorejsonOutput data configuration.
recognizer_metadatacorejsonProvides information about an entity recognizer.
source_model_arncorestringThe 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.
statuscorestringProvides the status of the entity recognizer.
submit_timecoretimestampThe time that the recognizer was submitted for processing.
tagscorehstore
training_end_timecoretimestampThe time that training of the entity recognizer was completed.
training_start_timecoretimestampThe time that training of the entity recognizer started.
version_namecorestringThe version name you assigned to the entity recognizer.
volume_kms_key_idcorestringID 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"
vpc_configcorejsonConfiguration 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.