omics_update_run_group: Updates a run group

View source: R/omics_operations.R

omics_update_run_groupR Documentation

Updates a run group

Description

Updates a run group.

See https://www.paws-r-sdk.com/docs/omics_update_run_group/ for full documentation.

Usage

omics_update_run_group(
  id,
  name = NULL,
  maxCpus = NULL,
  maxRuns = NULL,
  maxDuration = NULL,
  maxGpus = NULL
)

Arguments

id

[required] The group's ID.

name

A name for the group.

maxCpus

The maximum number of CPUs to use.

maxRuns

The maximum number of concurrent runs for the group.

maxDuration

A maximum run time for the group in minutes.

maxGpus

The maximum GPUs that can be used by a run group.


paws.storage documentation built on May 29, 2024, 2:03 a.m.