aws.braket.search_quantum_tasks
Example SQL Queries
SELECT * FROMaws.braket.search_quantum_tasksWHERE"filters" = 'VALUE';Description
Searches for tasks that match the specified filter values.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Required Input Column Array of SearchQuantumTasksFilter objects. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The time at which the task was created. | TIMESTAMP_S |
| device_arn The ARN of the device the task ran on. | VARCHAR |
| ended_at The time at which the task finished. | TIMESTAMP_S |
| output_s3_bucket The S3 bucket where the task result file is stored.. | VARCHAR |
| output_s3_directory The folder in the S3 bucket where the task result file is stored. | VARCHAR |
| quantum_task_arn The ARN of the task. | VARCHAR |
| shots The shots used for the task. | BIGINT |
| status The status of the task. | VARCHAR |
| tags Displays the key, value pairs of tags associated with this quantum task. | MAP(VARCHAR, VARCHAR) |