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

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

Overview

The queue information 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 quantum task is complete and no longer in the queue, the message field contains that information.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-braket/types.rb', line 1144

class QuantumTaskQueueInfo < Struct.new(
  :queue,
  :position,
  :queue_priority,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Current position of the quantum task in the quantum tasks queue.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-braket/types.rb', line 1144

class QuantumTaskQueueInfo < Struct.new(
  :queue,
  :position,
  :queue_priority,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#queueString

The name of the queue.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-braket/types.rb', line 1144

class QuantumTaskQueueInfo < Struct.new(
  :queue,
  :position,
  :queue_priority,
  :message)
  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.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-braket/types.rb', line 1144

class QuantumTaskQueueInfo < Struct.new(
  :queue,
  :position,
  :queue_priority,
  :message)
  SENSITIVE = []
  include Aws::Structure
end