Monitoring quantum tasks through the Amazon Braket console - Amazon Braket

Monitoring quantum tasks through the Amazon Braket console

Amazon Braket offers a convenient way of monitoring the quantum task through the Amazon Braket console. All submitted quantum tasks are listed in the Quantum Tasks field as shown in the following figure. This service is Region-specific, which means that you can only view those quantum tasks created in the specific AWS Region.

Amazon Braket Quantum Tasks console showing a list of completed quantum task IDs, their device ARNs, and creation timestamps.

You can search for particular quantum tasks through the navigation bar. The search can be based on Quantum Task ARN (ID), status, device, and creation time. The options appear automatically when you select the navigation bar, as shown in the following example.

Amazon Braket Quantum Tasks console displaying a search bar in the Quantum Tasks section.

The following image shows an example of searching for a quantum task based on its unique quantum task ID, which can be obtained by calling task.id.

Amazon Braket Quantum Tasks console showing a completed quantum task with its task ID, status as completed, device ARN for the quantum simulator, and creation time.

Additionally, seen in the figure below, the status of a quantum task can be monitored while it is in a QUEUED state. Clicking on the quantum task ID shows the details page. This page displays the dynamic queue position for your quantum task relative to the device it will process on.

Amazon Braket quantum task details interface showing task ARN, device ARN, shots count, queue position, and status as queued.

Quantum tasks submitted as part of a hybrid job will have priority when in queue. Quantum tasks submitted outside of a hybrid job will have normal queuing priority.

Customers wishing to query the Braket SDK, can obtain their quantum task and hybrid job queue positions programmatically. For more information see the When will my task run page.