Class: Aws::Braket::Types::DeviceQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DeviceQueueInfo
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Information about quantum tasks and hybrid jobs queued on a device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue ⇒ String
The name of the queue.
-
#queue_priority ⇒ String
Optional.
-
#queue_size ⇒ String
The number of hybrid jobs or quantum tasks in the queue for a given device.
Instance Attribute Details
#queue ⇒ String
The name of the queue.
434 435 436 437 438 439 440 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 434 class DeviceQueueInfo < Struct.new( :queue, :queue_size, :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 quantum tasks in a normal queue.
434 435 436 437 438 439 440 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 434 class DeviceQueueInfo < Struct.new( :queue, :queue_size, :queue_priority) SENSITIVE = [] include Aws::Structure end |
#queue_size ⇒ String
The number of hybrid jobs or quantum tasks in the queue for a given device.
434 435 436 437 438 439 440 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 434 class DeviceQueueInfo < Struct.new( :queue, :queue_size, :queue_priority) SENSITIVE = [] include Aws::Structure end |