Class: Aws::Braket::Types::HybridJobQueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::HybridJobQueueInfo
- 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
-
#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.
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 |
#position ⇒ String
Current position of the hybrid job in the jobs queue.
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 |
#queue ⇒ String
The name of the queue.
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 |