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_arnString

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_timeTime

The time that the detection job completed.

Returns:

  • (Time)

    The time that the detection job completed.

#expiration_timeTime

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_configTypes::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_idString

The identifier assigned to the detection job.

Returns:

  • (String)

    The identifier assigned to the detection job.

#job_nameString

The name that you assigned to the detection job.

Returns:

  • (String)

    The name that you assigned to the detection job.

#job_statusString

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_keyString

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_codeString

The language code of the input documents.

Possible values:

  • en

Returns:

  • (String)

    The language code of the input documents.

#manifest_file_pathString

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.

#messageString

A description of the status of a job.

Returns:

  • (String)

    A description of the status of a job.

#model_versionString

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_configTypes::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_timeTime

The time that the detection job was submitted for processing.

Returns:

  • (Time)

    The time that the detection job was submitted for processing.