class Aws::ComprehendMedical::Types::ComprehendMedicalAsyncJobProperties

Provides information about a detection job.

@!attribute [rw] job_id

The identifier assigned to the detection job.
@return [String]

@!attribute [rw] job_name

The name that you assigned to the detection job.
@return [String]

@!attribute [rw] job_status

The current status of the detection job. If the status is `FAILED`,
the `Message` field shows the reason for the failure.
@return [String]

@!attribute [rw] message

A description of the status of a job.
@return [String]

@!attribute [rw] submit_time

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

@!attribute [rw] end_time

The time that the detection job completed.
@return [Time]

@!attribute [rw] expiration_time

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 `ListEntitiesDetectionV2Job` or the `ListPHIDetectionJobs`
operation.
@return [Time]

@!attribute [rw] input_data_config

The input data configuration that you supplied when you created the
detection job.
@return [Types::InputDataConfig]

@!attribute [rw] output_data_config

The output data configuration that you supplied when you created the
detection job.
@return [Types::OutputDataConfig]

@!attribute [rw] language_code

The language code of the input documents.
@return [String]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical
read access to your input data.
@return [String]

@!attribute [rw] manifest_file_path

The path to the file that describes the results of a batch job.
@return [String]

@!attribute [rw] kms_key

The AWS Key Management Service key, if any, used to encrypt the
output files.
@return [String]

@!attribute [rw] model_version

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/ComprehendMedicalAsyncJobProperties AWS API Documentation

Constants

SENSITIVE