Class: Aws::Braket::Types::QuantumTaskQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskQueueInfo
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
The queue information for the specified quantum task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Optional.
-
#position ⇒ String
Current position of the quantum task in the quantum tasks queue.
-
#queue ⇒ String
The name of the queue.
-
#queue_priority ⇒ String
Optional.
Instance Attribute Details
#message ⇒ String
Optional. Provides more information about the queue position. For example, if the quantum task is complete and no longer in the queue, the message field contains that information.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
Current position of the quantum task in the quantum tasks queue.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ String
The name of the queue.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |
#queue_priority ⇒ String
Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the quantum tasks in a normal queue.
1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |