Class: Aws::Braket::Types::HybridJobQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::HybridJobQueueInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Information about the queue for a specified hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Optional.
-
#position ⇒ String
Current position of the hybrid job in the jobs queue.
-
#queue ⇒ String
The name of the queue.
Instance Attribute Details
#message ⇒ String
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.
856 857 858 859 860 861 862 |
# File 'lib/aws-sdk-braket/types.rb', line 856 class HybridJobQueueInfo < Struct.new( :queue, :position, :message) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
Current position of the hybrid job in the jobs queue.
856 857 858 859 860 861 862 |
# File 'lib/aws-sdk-braket/types.rb', line 856 class HybridJobQueueInfo < Struct.new( :queue, :position, :message) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ String
The name of the queue.
856 857 858 859 860 861 862 |
# File 'lib/aws-sdk-braket/types.rb', line 856 class HybridJobQueueInfo < Struct.new( :queue, :position, :message) SENSITIVE = [] include Aws::Structure end |