omics_create_run_group {paws.storage} | R Documentation |
Creates a run group
Description
Creates a run group.
See https://www.paws-r-sdk.com/docs/omics_create_run_group/ for full documentation.
Usage
omics_create_run_group(
name = NULL,
maxCpus = NULL,
maxRuns = NULL,
maxDuration = NULL,
tags = NULL,
requestId,
maxGpus = NULL
)
Arguments
name |
A name for the group. |
maxCpus |
The maximum number of CPUs to use in the group. |
maxRuns |
The maximum number of concurrent runs for the group. |
maxDuration |
A maximum run time for the group in minutes. |
tags |
Tags for the group. |
requestId |
[required] To ensure that requests don't run multiple times, specify a unique ID for each request. |
maxGpus |
The maximum GPUs that can be used by a run group. |
[Package paws.storage version 0.6.0 Index]