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 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 task was created.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device the task was run on.

Public Property DeviceParameters System.String

Gets and sets the property DeviceParameters.

The parameters for the device on which the task ran.

Public Property EndedAt System.DateTime

Gets and sets the property EndedAt.

The time at which the task ended.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason that a 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 OutputS3Bucket System.String

Gets and sets the property OutputS3Bucket.

The S3 bucket where task results are stored.

Public Property OutputS3Directory System.String

Gets and sets the property OutputS3Directory.

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

Public Property QuantumTaskArn System.String

Gets and sets the property QuantumTaskArn.

The ARN of the 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 task.

Public Property Status Amazon.Braket.QuantumTaskStatus

Gets and sets the property Status.

The status of the task.

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

Gets and sets the property Tags.

The tags that belong to this task.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5