Values.QuantumTaskSummarySourceIncludes information about a quantum task.
type nonrec t = {quantumTaskArn : QuantumTaskArn.t option;The ARN of the quantum task.
*)status : QuantumTaskStatus.t option;The status of the quantum task.
*)deviceArn : DeviceArn.t option;The ARN of the device the quantum task ran on.
*)shots : Long.t option;The shots used for the quantum task.
*)outputS3Bucket : String_.t option;The S3 bucket where the quantum task result file is stored.
*)outputS3Directory : String_.t option;The folder in the S3 bucket where the quantum task result file is stored.
*)createdAt : SyntheticTimestamp_date_time.t option;The time at which the quantum task was created.
*)endedAt : SyntheticTimestamp_date_time.t option;The time at which the quantum task finished.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of QuantumTaskArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]