Updates a run group.
See https://www.paws-r-sdk.com/docs/omics_update_run_group/ for full documentation.
omics_update_run_group(
id,
name = NULL,
maxCpus = NULL,
maxRuns = NULL,
maxDuration = NULL,
maxGpus = NULL
)
[required] The group's ID.
A name for the group.
The maximum number of CPUs to use.
The maximum number of concurrent runs for the group.
A maximum run time for the group in minutes.
The maximum GPUs that can be used by a run group.