Comprehend Events Detection Job Properties

Comprehend Events Detection Job Properties in AWS represents the details of an events detection job run by Amazon Comprehend. It includes information such as the job ID, job status, input and output data configuration, language code, and timestamps for job creation and completion. This resource helps track and manage the lifecycle and results of event detection tasks that analyze text to identify real-world events.

aws.comprehend_events_detection_job

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
data_access_role_arncorestringThe Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
end_timecoretimestampThe time that the events detection job completed.
input_data_configcorejsonThe input data configuration that you supplied when you created the events detection job.
job_arncorestringThe Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
job_idcorestringThe identifier assigned to the events detection job.
job_namecorestringThe name you assigned the events detection job.
job_statuscorestringThe current status of the events detection job.
language_codecorestringThe language code of the input documents.
messagecorestringA description of the status of the events detection job.
output_data_configcorejsonThe output data configuration that you supplied when you created the events detection job.
submit_timecoretimestampThe time that the events detection job was submitted for processing.
tagscorehstore
target_event_typescorearray<string>The types of events that are detected by the job.