You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::ComprehendMedicalAsyncJobProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn ⇒ String

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

Returns:

  • (String) —

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

#end_time ⇒ Time

The time that the detection job completed.

Returns:

  • (Time) —

    The time that the detection job completed.

#expiration_time ⇒ 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.

Returns:

  • (Time) —

    The date and time that job metadata is deleted from the server.

#input_data_config ⇒ Types::InputDataConfig

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

Returns:

  • (Types::InputDataConfig) —

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

#job_id ⇒ String

The identifier assigned to the detection job.

Returns:

  • (String) —

    The identifier assigned to the detection job.

#job_name ⇒ String

The name that you assigned to the detection job.

Returns:

  • (String) —

    The name that you assigned to the detection job.

#job_status ⇒ String

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

Possible values:

  • SUBMITTED
  • IN_PROGRESS
  • COMPLETED
  • PARTIAL_SUCCESS
  • FAILED
  • STOP_REQUESTED
  • STOPPED

Returns:

  • (String) —

    The current status of the detection job.

#kms_key ⇒ String

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

Returns:

  • (String) —

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

#language_code ⇒ String

The language code of the input documents.

Possible values:

  • en

Returns:

  • (String) —

    The language code of the input documents.

#manifest_file_path ⇒ String

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

Returns:

  • (String) —

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

#message ⇒ String

A description of the status of a job.

Returns:

  • (String) —

    A description of the status of a job.

#model_version ⇒ String

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.

Returns:

  • (String) —

    The version of the model used to analyze the documents.

#output_data_config ⇒ Types::OutputDataConfig

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

Returns:

  • (Types::OutputDataConfig) —

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

#submit_time ⇒ Time

The time that the detection job was submitted for processing.

Returns:

  • (Time) —

    The time that the detection job was submitted for processing.