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
Information about the queue for the specified quantum task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Optional.
-
#position ⇒ String
Current position of the 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 task is complete and no longer in the queue, the message field contains that information.
1027 1028 1029 1030 1031 1032 1033 1034 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1027 class QuantumTaskQueueInfo < Struct.new( :message, :position, :queue, :queue_priority) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
Current position of the task in the quantum tasks queue.
1027 1028 1029 1030 1031 1032 1033 1034 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1027 class QuantumTaskQueueInfo < Struct.new( :message, :position, :queue, :queue_priority) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ String
The name of the queue.
1027 1028 1029 1030 1031 1032 1033 1034 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1027 class QuantumTaskQueueInfo < Struct.new( :message, :position, :queue, :queue_priority) 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 tasks in a normal queue.
1027 1028 1029 1030 1031 1032 1033 1034 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1027 class QuantumTaskQueueInfo < Struct.new( :message, :position, :queue, :queue_priority) SENSITIVE = [] include Aws::Structure end |