Values.JobSummarySourceProvides summary information about an Amazon Braket hybrid job.
type nonrec t = {status : JobPrimaryStatus.t option;The status of the Amazon Braket hybrid job.
*)jobArn : JobArn.t option;The ARN of the Amazon Braket hybrid job.
*)jobName : String_.t option;The name of the Amazon Braket hybrid job.
*)device : String256.t option;The primary device used by an Amazon Braket hybrid job.
*)createdAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job was created.
*)startedAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job was started.
*)endedAt : SyntheticTimestamp_date_time.t option;The time at which the Amazon Braket hybrid job ended.
*)}