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.

Includes information about a quantum task.

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.QuantumTaskSummary

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

Syntax

C#
public class QuantumTaskSummary

The QuantumTaskSummary type exposes the following members

Constructors

NameDescription
Public Method QuantumTaskSummary()

Properties

NameTypeDescription
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 ran on.

Public Property EndedAt System.DateTime

Gets and sets the property EndedAt.

The time at which the task finished.

Public Property OutputS3Bucket System.String

Gets and sets the property OutputS3Bucket.

The S3 bucket where the task result file is stored..

Public Property OutputS3Directory System.String

Gets and sets the property OutputS3Directory.

The folder in the S3 bucket where the task result file is stored.

Public Property QuantumTaskArn System.String

Gets and sets the property QuantumTaskArn.

The ARN of the task.

Public Property Shots System.Int64

Gets and sets the property Shots.

The shots used for 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.

Displays the key, value pairs of tags associated with this quantum 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