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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/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)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109

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

#queueString

The name of the queue.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1109

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