aws.omics.list_run_tasks
Example SQL Queries
SELECT * FROMaws.omics.list_run_tasksWHERE"id" = 'VALUE';Description
Retrieves a list of tasks for a run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The run's ID. | VARCHAR |
| status Input Column The task's status. | VARCHAR |
| _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 |
| cpus The task's CPU count. | BIGINT |
| creation_time When the task was created. | TIMESTAMP_S |
| gpus The number of Graphics Processing Units (GPU) specified for the task. | BIGINT |
| instance_type The instance type for a task. | VARCHAR |
| memory The task's memory use in gigabyes. | BIGINT |
| name The task's name. | VARCHAR |
| start_time When the task started. | TIMESTAMP_S |
| stop_time When the task stopped. | TIMESTAMP_S |
| task_id The task's ID. | VARCHAR |