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

Returns:

  • (String)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

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

#positionString

Current position of the hybrid job in the jobs queue.

Returns:

  • (String)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

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

#queueString

The name of the queue.

Returns:

  • (String)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

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