AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetQuantumTask operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Braket.Model.GetQuantumTaskResponse

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class GetQuantumTaskResponse : AmazonWebServiceResponse

The GetQuantumTaskResponse type exposes the following members

Constructors

NameDescription
Public Method GetQuantumTaskResponse()

Properties

NameTypeDescription
Public Property ActionMetadata Amazon.Braket.Model.ActionMetadata

Gets and sets the property ActionMetadata.

Metadata about the action performed by the quantum task, including information about the type of action and program counts.

Public Property Associations System.Collections.Generic.List<Amazon.Braket.Model.Association>

Gets and sets the property Associations.

The list of Amazon Braket resources associated with the quantum task.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time at which the quantum task was created.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device the quantum task was run on.

Public Property DeviceParameters System.String

Gets and sets the property DeviceParameters.

The parameters for the device on which the quantum task ran.

Public Property EndedAt System.DateTime

Gets and sets the property EndedAt.

The time at which the quantum task ended.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason that a quantum task failed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobArn System.String

Gets and sets the property JobArn.

The ARN of the Amazon Braket job associated with the quantum task.

Public Property NumSuccessfulShots System.Int64

Gets and sets the property NumSuccessfulShots.

The number of successful shots for the quantum task. This is available after a successfully completed quantum task.

Public Property OutputS3Bucket System.String

Gets and sets the property OutputS3Bucket.

The S3 bucket where quantum task results are stored.

Public Property OutputS3Directory System.String

Gets and sets the property OutputS3Directory.

The folder in the S3 bucket where quantum task results are stored.

Public Property QuantumTaskArn System.String

Gets and sets the property QuantumTaskArn.

The ARN of the quantum task.

Public Property QueueInfo Amazon.Braket.Model.QuantumTaskQueueInfo

Gets and sets the property QueueInfo.

Queue information for the requested quantum task. Only returned if QueueInfo is specified in the additionalAttributeNames" field in the GetQuantumTask API request.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Shots System.Int64

Gets and sets the property Shots.

The number of shots used in the quantum task.

Public Property Status Amazon.Braket.QuantumTaskStatus

Gets and sets the property Status.

The status of the quantum task.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags that belong to this quantum task.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5