Class: Aws::Braket::Types::GetQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetQuantumTaskResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Enabled experimental capabilities for the quantum task, if any.
-
#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.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the quantum task was created.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device the quantum task was run on.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#device_parameters ⇒ String
The parameters for the device on which the quantum task ran.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time at which the quantum task ended.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#experimental_capabilities ⇒ Types::ExperimentalCapabilities
Enabled experimental capabilities for the quantum task, if any.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason that a quantum task failed.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The ARN of the Amazon Braket job associated with the quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) 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.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket ⇒ String
The S3 bucket where quantum task results are stored.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#output_s3_directory ⇒ String
The folder in the S3 bucket where quantum task results are stored.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) 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.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#shots ⇒ Integer
The number of shots used in the quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that belong to this quantum task.
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-braket/types.rb', line 816 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, :experimental_capabilities) SENSITIVE = [] include Aws::Structure end |