class Aws::Comprehend::Types::EntityRecognizerProperties

Describes information about an entity recognizer.

@!attribute [rw] entity_recognizer_arn

The Amazon Resource Name (ARN) that identifies the entity
recognizer.
@return [String]

@!attribute [rw] language_code

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

@!attribute [rw] status

Provides the status of the entity recognizer.
@return [String]

@!attribute [rw] message

A description of the status of the recognizer.
@return [String]

@!attribute [rw] submit_time

The time that the recognizer was submitted for processing.
@return [Time]

@!attribute [rw] end_time

The time that the recognizer creation completed.
@return [Time]

@!attribute [rw] training_start_time

The time that training of the entity recognizer started.
@return [Time]

@!attribute [rw] training_end_time

The time that training of the entity recognizer was completed.
@return [Time]

@!attribute [rw] input_data_config

The input data properties of an entity recognizer.
@return [Types::EntityRecognizerInputDataConfig]

@!attribute [rw] recognizer_metadata

Provides information about an entity recognizer.
@return [Types::EntityRecognizerMetadata]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name (ARN) of the AWS Identity and Management
(IAM) role that grants Amazon Comprehend read access to your input
data.
@return [String]

@!attribute [rw] volume_kms_key_id

ID for the AWS 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"`
@return [String]

@!attribute [rw] vpc_config

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][1].

[1]: https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html
@return [Types::VpcConfig]

@!attribute [rw] model_kms_key_id

ID for the AWS Key Management Service (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"`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/EntityRecognizerProperties AWS API Documentation

Constants

SENSITIVE