Jump to Content

Interface GetQuantumTaskResponse

Hierarchy

Properties

createdAt: undefined | Date

The time at which the task was created.

deviceArn: undefined | string

The ARN of the device the task was run on.

deviceParameters: undefined | string | LazyJsonString

The parameters for the device on which the task ran.

endedAt?: Date

The time at which the task ended.

failureReason?: string

The reason that a task failed.

jobArn?: string

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

outputS3Bucket: undefined | string

The S3 bucket where task results are stored.

outputS3Directory: undefined | string

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

quantumTaskArn: undefined | string

The ARN of the task.

shots: undefined | number

The number of shots used in the task.

status: undefined | string

The status of the task.

tags?: Record<string, string>

The tags that belong to this task.