Class: Aws::Braket::Types::QuantumTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Includes information about a quantum task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the quantum task was created.
-
#device_arn ⇒ String
The ARN of the device the quantum task ran on.
-
#ended_at ⇒ Time
The time at which the quantum task finished.
-
#output_s3_bucket ⇒ String
The S3 bucket where the quantum task result file is stored.
-
#output_s3_directory ⇒ String
The folder in the S3 bucket where the quantum task result file is stored.
-
#quantum_task_arn ⇒ String
The ARN of the quantum task.
-
#shots ⇒ Integer
The shots used for the quantum task.
-
#status ⇒ String
The status of the quantum 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 quantum task was created.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device the quantum task ran on.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time at which the quantum task finished.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket ⇒ String
The S3 bucket where the quantum task result file is stored.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#output_s3_directory ⇒ String
The folder in the S3 bucket where the quantum task result file is stored.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the quantum task.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#shots ⇒ Integer
The shots used for the quantum task.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the quantum task.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this quantum task.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-braket/types.rb', line 1195 class QuantumTaskSummary < Struct.new( :quantum_task_arn, :status, :device_arn, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |