Values.EventsDetectionJobPropertiesSourceProvides information about an events detection job.
type nonrec t = {jobId : JobId.t option;The identifier assigned to the events detection job.
*)jobArn : ComprehendArn.t option;The 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
*)jobName : JobName.t option;The name you assigned the events detection job.
*)jobStatus : JobStatus.t option;The current status of the events detection job.
*)message : AnyLengthString.t option;A description of the status of the events detection job.
*)submitTime : Timestamp.t option;The time that the events detection job was submitted for processing.
*)endTime : Timestamp.t option;The time that the events detection job completed.
*)inputDataConfig : InputDataConfig.t option;The input data configuration that you supplied when you created the events detection job.
*)outputDataConfig : OutputDataConfig.t option;The output data configuration that you supplied when you created the events detection job.
*)languageCode : LanguageCode.t option;The language code of the input documents.
*)dataAccessRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
*)targetEventTypes : TargetEventTypes.t option;The types of events that are detected by the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of EventTypeString.t ] list
| `String of JobId.t
| `Structure of
(string
* [> `Enum of string
| `String of S3Uri.t
| `Structure of
(string
* [> `Enum of string | `List of [> `Enum of string ] list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]