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::TopicsDetectionJobProperties; use Moose; has DataAccessRoleArn => (is => 'ro', isa => 'Str'); has EndTime => (is => 'ro', isa => 'Str'); has InputDataConfig => (is => 'ro', isa => 'Paws::Comprehend::InputDataConfig'); has JobId => (is => 'ro', isa => 'Str'); has JobName => (is => 'ro', isa => 'Str'); has JobStatus => (is => 'ro', isa => 'Str'); has Message => (is => 'ro', isa => 'Str'); has NumberOfTopics => (is => 'ro', isa => 'Int'); has OutputDataConfig => (is => 'ro', isa => 'Paws::Comprehend::OutputDataConfig'); has SubmitTime => (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::TopicsDetectionJobProperties =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::TopicsDetectionJobProperties 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::TopicsDetectionJobProperties object: $result = $service_obj->Method(...); $result->Att1->DataAccessRoleArn =head1 DESCRIPTION Provides information about a topic detection job. =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 job data. =head2 EndTime => Str The time that the topic detection job was completed. =head2 InputDataConfig => L The input data configuration supplied when you created the topic detection job. =head2 JobId => Str The identifier assigned to the topic detection job. =head2 JobName => Str The name of the topic detection job. =head2 JobStatus => Str The current status of the topic detection job. If the status is C, the reason for the failure is shown in the C field. =head2 Message => Str A description for the status of a job. =head2 NumberOfTopics => Int The number of topics to detect supplied when you created the topic detection job. The default is 10. =head2 OutputDataConfig => L The output data configuration supplied when you created the topic detection job. =head2 SubmitTime => Str The time that the topic detection job was submitted for processing. =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 topic detection job. 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