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.

Container for the parameters to the CreateQuantumTask operation. Creates a quantum task.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Braket.AmazonBraketRequest
      Amazon.Braket.Model.CreateQuantumTaskRequest

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

Syntax

C#
public class CreateQuantumTaskRequest : AmazonBraketRequest
         IAmazonWebServiceRequest

The CreateQuantumTaskRequest type exposes the following members

Constructors

NameDescription
Public Method CreateQuantumTaskRequest()

Properties

NameTypeDescription
Public Property Action System.String

Gets and sets the property Action.

The action associated with the task.

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 ClientToken System.String

Gets and sets the property ClientToken.

The client token associated with the request.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device to run the task on.

Public Property DeviceParameters System.String

Gets and sets the property DeviceParameters.

The parameters for the device to run the task on.

Public Property JobToken System.String

Gets and sets the property JobToken.

The token for an Amazon Braket job that associates it with the quantum task.

Public Property OutputS3Bucket System.String

Gets and sets the property OutputS3Bucket.

The S3 bucket to store task result files in.

Public Property OutputS3KeyPrefix System.String

Gets and sets the property OutputS3KeyPrefix.

The key prefix for the location in the S3 bucket to store task results in.

Public Property Shots System.Int64

Gets and sets the property Shots.

The number of shots to use for the task.

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

Gets and sets the property Tags.

Tags to be added to the quantum task you're creating.

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