Class: Aws::Braket::Types::GetQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetQuantumTaskResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_metadata ⇒ Types::ActionMetadata
Metadata about the action performed by the quantum task, including information about the type of action and program counts.
-
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the quantum task.
-
#created_at ⇒ Time
The time at which the quantum task was created.
-
#device_arn ⇒ String
The ARN of the device the quantum task was run on.
-
#device_parameters ⇒ String
The parameters for the device on which the quantum task ran.
-
#ended_at ⇒ Time
The time at which the quantum task ended.
-
#failure_reason ⇒ String
The reason that a quantum task failed.
-
#job_arn ⇒ String
The ARN of the Amazon Braket job associated with the quantum task.
-
#num_successful_shots ⇒ Integer
The number of successful shots for the quantum task.
-
#output_s3_bucket ⇒ String
The S3 bucket where quantum task results are stored.
-
#output_s3_directory ⇒ String
The folder in the S3 bucket where quantum task results are stored.
-
#quantum_task_arn ⇒ String
The ARN of the quantum task.
-
#queue_info ⇒ Types::QuantumTaskQueueInfo
Queue information for the requested quantum task.
-
#shots ⇒ Integer
The number of shots used in the quantum task.
-
#status ⇒ String
The status of the quantum task.
-
#tags ⇒ Hash<String,String>
The tags that belong to this quantum task.
Instance Attribute Details
#action_metadata ⇒ Types::ActionMetadata
Metadata about the action performed by the quantum task, including information about the type of action and program counts.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the quantum task was created.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device the quantum task was run on.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#device_parameters ⇒ String
The parameters for the device on which the quantum task ran.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time at which the quantum task ended.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason that a quantum task failed.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The ARN of the Amazon Braket job associated with the quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#num_successful_shots ⇒ Integer
The number of successful shots for the quantum task. This is available after a successfully completed quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket ⇒ String
The S3 bucket where quantum task results are stored.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#output_s3_directory ⇒ String
The folder in the S3 bucket where quantum task results are stored.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#queue_info ⇒ Types::QuantumTaskQueueInfo
Queue information for the requested quantum task. Only returned if
QueueInfo
is specified in the additionalAttributeNames"
field in
the GetQuantumTask
API request.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#shots ⇒ Integer
The number of shots used in the quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that belong to this quantum task.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 782 class GetQuantumTaskResponse < Struct.new( :quantum_task_arn, :status, :failure_reason, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_directory, :created_at, :ended_at, :tags, :job_arn, :queue_info, :associations, :num_successful_shots, :action_metadata) SENSITIVE = [] include Aws::Structure end |