You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Braket::Types::GetQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetQuantumTaskResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the task was created.
-
#device_arn ⇒ String
The ARN of the device the task was run on.
-
#device_parameters ⇒ String
The parameters for the device on which the task ran.
-
#ended_at ⇒ Time
The time at which the task ended.
-
#failure_reason ⇒ String
The reason that a task failed.
-
#output_s3_bucket ⇒ String
The S3 bucket where task results are stored.
-
#output_s3_directory ⇒ String
The folder in the S3 bucket where task results are stored.
-
#quantum_task_arn ⇒ String
The ARN of the task.
-
#shots ⇒ Integer
The number of shots used in the task.
-
#status ⇒ String
The status of the task.
-
#tags ⇒ Hash<String,String>
The tags that belong to this task.
Instance Attribute Details
#created_at ⇒ Time
The time at which the task was created.
#device_arn ⇒ String
The ARN of the device the task was run on.
#device_parameters ⇒ String
The parameters for the device on which the task ran.
#ended_at ⇒ Time
The time at which the task ended.
#failure_reason ⇒ String
The reason that a task failed.
#output_s3_bucket ⇒ String
The S3 bucket where task results are stored.
#output_s3_directory ⇒ String
The folder in the S3 bucket where task results are stored.
#quantum_task_arn ⇒ String
The ARN of the task.
#shots ⇒ Integer
The number of shots used in the task.
#status ⇒ String
The status of the task.
Possible values:
- CREATED
- QUEUED
- RUNNING
- COMPLETED
- FAILED
- CANCELLING
- CANCELLED
#tags ⇒ Hash<String,String>
The tags that belong to this task.