You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Braket::Types::QuantumTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskSummary
- Defined in:
- (unknown)
Overview
Includes information about a quantum task.
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 ran on.
-
#ended_at ⇒ Time
The time at which the task finished.
-
#output_s3_bucket ⇒ String
The S3 bucket where the task result file is stored..
-
#output_s3_directory ⇒ String
The folder in the S3 bucket where the task result file is stored.
-
#quantum_task_arn ⇒ String
The ARN of the task.
-
#shots ⇒ Integer
The shots used for the task.
-
#status ⇒ String
The status of the task.
-
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this quantum 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 ran on.
#ended_at ⇒ Time
The time at which the task finished.
#output_s3_bucket ⇒ String
The S3 bucket where the task result file is stored..
#output_s3_directory ⇒ String
The folder in the S3 bucket where the task result file is stored.
#quantum_task_arn ⇒ String
The ARN of the task.
#shots ⇒ Integer
The shots used for the task.
#status ⇒ String
The status of the task.
Possible values:
- CREATED
- QUEUED
- RUNNING
- COMPLETED
- FAILED
- CANCELLING
- CANCELLED
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this quantum task.