aws.braket.search_jobs
Example SQL Queries
SELECT * FROMaws.braket.search_jobsWHERE"filters" = 'VALUE';Description
Searches for Amazon Braket jobs that match the specified filter values.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Required Input Column The filter values to use when searching for a job. | 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 date and time that the Amazon Braket job was created. | TIMESTAMP_S |
| device Provides summary information about the primary device used by an Amazon Braket job. | VARCHAR |
| ended_at The date and time that the Amazon Braket job ended. | TIMESTAMP_S |
| job_arn The ARN of the Amazon Braket job. | VARCHAR |
| job_name The name of the Amazon Braket job. | VARCHAR |
| started_at The date and time that the Amazon Braket job was started. | TIMESTAMP_S |
| status The status of the Amazon Braket job. | VARCHAR |
| tags A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources. | MAP(VARCHAR, VARCHAR) |