The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ComprehendMedical::ComprehendMedicalAsyncJobProperties

USAGE

This class represents one of two things:

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::ComprehendMedical::ComprehendMedicalAsyncJobProperties object:

  $service_obj->Method(Att1 => { DataAccessRoleArn => $value, ..., SubmitTime => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ComprehendMedical::ComprehendMedicalAsyncJobProperties object:

  $result = $service_obj->Method(...);
  $result->Att1->DataAccessRoleArn

DESCRIPTION

Provides information about a detection job.

ATTRIBUTES

DataAccessRoleArn => Str

  The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical
read access to your input data.

EndTime => Str

  The time that the detection job completed.

ExpirationTime => Str

  The date and time that job metadata is deleted from the server. Output
files in your S3 bucket will not be deleted. After the metadata is
deleted, the job will no longer appear in the results of the
C<ListEntitiesDetectionV2Job> or the C<ListPHIDetectionJobs> operation.

InputDataConfig => Paws::ComprehendMedical::InputDataConfig

  The input data configuration that you supplied when you created the
detection job.

JobId => Str

  The identifier assigned to the detection job.

JobName => Str

  The name that you assigned to the detection job.

JobStatus => Str

  The current status of the detection job. If the status is C<FAILED>,
the C<Message> field shows the reason for the failure.

KMSKey => Str

  The AWS Key Management Service key, if any, used to encrypt the output
files.

LanguageCode => Str

  The language code of the input documents.

ManifestFilePath => Str

  The path to the file that describes the results of a batch job.

Message => Str

  A description of the status of a job.

ModelVersion => Str

  The version of the model used to analyze the documents. The version
number looks like X.X.X. You can use this information to track the
model used for a particular batch of documents.

OutputDataConfig => Paws::ComprehendMedical::OutputDataConfig

  The output data configuration that you supplied when you created the
detection job.

SubmitTime => Str

  The time that the detection job was submitted for processing.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::ComprehendMedical

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues