Class: Aws::Braket::Types::DeviceQueueInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#queueString

The name of the queue.



439
440
441
442
443
444
445
# File 'lib/aws-sdk-braket/types.rb', line 439

class DeviceQueueInfo < Struct.new(
  :queue,
  :queue_size,
  :queue_priority)
  SENSITIVE = []
  include Aws::Structure
end

#queue_priorityString

Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the quantum tasks in a normal queue.



439
440
441
442
443
444
445
# File 'lib/aws-sdk-braket/types.rb', line 439

class DeviceQueueInfo < Struct.new(
  :queue,
  :queue_size,
  :queue_priority)
  SENSITIVE = []
  include Aws::Structure
end

#queue_sizeString

The number of hybrid jobs or quantum tasks in the queue for a given device.



439
440
441
442
443
444
445
# File 'lib/aws-sdk-braket/types.rb', line 439

class DeviceQueueInfo < Struct.new(
  :queue,
  :queue_size,
  :queue_priority)
  SENSITIVE = []
  include Aws::Structure
end