PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Comprehend::EntityRecognizerProperties; use Moose; has DataAccessRoleArn => (is => 'ro', isa => 'Str'); has EndTime => (is => 'ro', isa => 'Str'); has EntityRecognizerArn => (is => 'ro', isa => 'Str'); has InputDataConfig => (is => 'ro', isa => 'Paws::Comprehend::EntityRecognizerInputDataConfig'); has LanguageCode => (is => 'ro', isa => 'Str'); has Message => (is => 'ro', isa => 'Str'); has ModelKmsKeyId => (is => 'ro', isa => 'Str'); has RecognizerMetadata => (is => 'ro', isa => 'Paws::Comprehend::EntityRecognizerMetadata'); has Status => (is => 'ro', isa => 'Str'); has SubmitTime => (is => 'ro', isa => 'Str'); has TrainingEndTime => (is => 'ro', isa => 'Str'); has TrainingStartTime => (is => 'ro', isa => 'Str'); has VolumeKmsKeyId => (is => 'ro', isa => 'Str'); has VpcConfig => (is => 'ro', isa => 'Paws::Comprehend::VpcConfig'); 1; ### main pod documentation begin ### =head1 NAME Paws::Comprehend::EntityRecognizerProperties =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Comprehend::EntityRecognizerProperties object: $service_obj->Method(Att1 => { DataAccessRoleArn => $value, ..., VpcConfig => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Comprehend::EntityRecognizerProperties object: $result = $service_obj->Method(...); $result->Att1->DataAccessRoleArn =head1 DESCRIPTION Describes information about an entity recognizer. =head1 ATTRIBUTES =head2 DataAccessRoleArn => Str The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data. =head2 EndTime => Str The time that the recognizer creation completed. =head2 EntityRecognizerArn => Str The Amazon Resource Name (ARN) that identifies the entity recognizer. =head2 InputDataConfig => L The input data properties of an entity recognizer. =head2 LanguageCode => Str The language of the input documents. All documents must be in the same language. Only English ("en") is currently supported. =head2 Message => Str A description of the status of the recognizer. =head2 ModelKmsKeyId => Str 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: =over =item * KMS Key ID: C<"1234abcd-12ab-34cd-56ef-1234567890ab"> =item * Amazon Resource Name (ARN) of a KMS Key: C<"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"> =back =head2 RecognizerMetadata => L Provides information about an entity recognizer. =head2 Status => Str Provides the status of the entity recognizer. =head2 SubmitTime => Str The time that the recognizer was submitted for processing. =head2 TrainingEndTime => Str The time that training of the entity recognizer was completed. =head2 TrainingStartTime => Str The time that training of the entity recognizer started. =head2 VolumeKmsKeyId => Str 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: =over =item * KMS Key ID: C<"1234abcd-12ab-34cd-56ef-1234567890ab"> =item * Amazon Resource Name (ARN) of a KMS Key: C<"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"> =back =head2 VpcConfig => L 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 (https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html). =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut