Class: Aws::Braket::Types::QuantumTaskQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskQueueInfo
- Includes:
- Structure
- Defined in:
- 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.
1144 1145 1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-braket/types.rb', line 1144 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.
1144 1145 1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-braket/types.rb', line 1144 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ String
The name of the queue.
1144 1145 1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-braket/types.rb', line 1144 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.
1144 1145 1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-braket/types.rb', line 1144 class QuantumTaskQueueInfo < Struct.new( :queue, :position, :queue_priority, :message) SENSITIVE = [] include Aws::Structure end |