Class: Aws::Braket::Types::QuantumTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskSummary
- Defined in:
- gems/aws-sdk-braket/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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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.
1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1160 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 |