Jump to Content

Interface CreateQuantumTaskRequest

Hierarchy

Properties

action: undefined | string | LazyJsonString

The action associated with the task.

clientToken?: string

The client token associated with the request.

deviceArn: undefined | string

The ARN of the device to run the task on.

deviceParameters?: string | LazyJsonString

The parameters for the device to run the task on.

jobToken?: string

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

outputS3Bucket: undefined | string

The S3 bucket to store task result files in.

outputS3KeyPrefix: undefined | string

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

shots: undefined | number

The number of shots to use for the task.

tags?: Record<string, string>

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