aws.omics.list_run_groups
Example SQL Queries
SELECT * FROMaws.omics.list_run_groups;Description
Retrieves a list of run groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Input Column The group's name. | 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 |
| arn The group's ARN. | VARCHAR |
| creation_time When the group was created. | TIMESTAMP_S |
| id The group's ID. | VARCHAR |
| max_cpus The group's maximum CPU count setting. | BIGINT |
| max_duration The group's maximum duration setting in minutes. | BIGINT |
| max_gpus The maximum GPUs that can be used by a run group. | BIGINT |
| max_runs The group's maximum concurrent run setting. | BIGINT |