Last chance! 50% off unlimited learning
Sale ends in
Creates a run group.
See https://www.paws-r-sdk.com/docs/omics_create_run_group/ for full documentation.
omics_create_run_group(
name = NULL,
maxCpus = NULL,
maxRuns = NULL,
maxDuration = NULL,
tags = NULL,
requestId,
maxGpus = NULL
)
A name for the group.
The maximum number of CPUs to use in the group.
The maximum number of concurrent runs for the group.
A maximum run time for the group in minutes.
Tags for the group.
[required] To ensure that requests don't run multiple times, specify a unique ID for each request.
The maximum GPUs that can be used by a run group.