Values.JobEventDetailsSourceDetails about the type and time events that occurred related to the Amazon Braket hybrid job.
type nonrec t = {eventType : JobEventType.t option;The type of event that occurred related to the Amazon Braket hybrid job.
*)timeOfEvent : SyntheticTimestamp_date_time.t option;The time of the event that occurred related to the Amazon Braket hybrid job.
*)message : JobEventDetailsMessageString.t option;A message describing the event that occurred related to the Amazon Braket hybrid job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobEventDetailsMessageString.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]