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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Information about tasks and jobs queued on a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queueString

The name of the queue.

Returns:

  • (String)


398
399
400
401
402
403
404
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 398

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

#queue_priorityString

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

Returns:

  • (String)


398
399
400
401
402
403
404
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 398

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

#queue_sizeString

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

Returns:

  • (String)


398
399
400
401
402
403
404
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 398

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