Values.GetQuantumTaskResponseSourceRetrieves the specified 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.
*)failureReason : String_.t option;The reason that a quantum task failed.
*)deviceArn : DeviceArn.t option;The ARN of the device the quantum task was run on.
*)deviceParameters : JsonValue.t option;The parameters for the device on which the quantum task ran.
*)shots : Long.t option;The number of shots used in the quantum task.
*)outputS3Bucket : String_.t option;The S3 bucket where quantum task results are stored.
*)outputS3Directory : String_.t option;The folder in the S3 bucket where quantum task results are 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 ended.
*)jobArn : JobArn.t option;The ARN of the Amazon Braket job associated with the quantum task.
*)queueInfo : QuantumTaskQueueInfo.t option;Queue information for the requested quantum task. Only returned if QueueInfo is specified in the additionalAttributeNames" field in the GetQuantumTask API request.
*)associations : Associations.t option;The list of Amazon Braket resources associated with the quantum task.
*)numSuccessfulShots : Long.t option;The number of successful shots for the quantum task. This is available after a successfully completed quantum task.
*)actionMetadata : ActionMetadata.t option;Metadata about the action performed by the quantum task, including information about the type of action and program counts.
*)experimentalCapabilities : ExperimentalCapabilities.t option;Enabled experimental capabilities for the quantum task, if any.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceException of InternalServiceException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?quantumTaskArn:??? ->
?status:??? ->
?failureReason:??? ->
?deviceArn:??? ->
?deviceParameters:??? ->
?shots:??? ->
?outputS3Bucket:??? ->
?outputS3Directory:??? ->
?createdAt:??? ->
?endedAt:??? ->
?tags:??? ->
?jobArn:??? ->
?queueInfo:??? ->
?associations:??? ->
?numSuccessfulShots:??? ->
?actionMetadata:??? ->
?experimentalCapabilities:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of BraketResourceArn.t ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of QuantumTaskArn.t
| `Structure of
(string
* [> `Enum of string | `Long of Long.t | `String of String_.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]