Class: Aws::Braket::Types::HybridJobQueueInfo

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

Overview

Information about the queue for a specified job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.

Returns:

  • (String)


769
770
771
772
773
774
775
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 769

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

#positionString

Current position of the job in the jobs queue.

Returns:

  • (String)


769
770
771
772
773
774
775
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 769

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

#queueString

The name of the queue.

Returns:

  • (String)


769
770
771
772
773
774
775
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 769

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