Class: Aws::Braket::Types::QuantumTaskQueueInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

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.

Returns:

  • (String)


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

#positionString

Current position of the task in the quantum tasks queue.

Returns:

  • (String)


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

#queueString

The name of the queue.

Returns:

  • (String)


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_priorityString

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

Returns:

  • (String)


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