omics_create_run_group: Creates a run group

View source: R/omics_operations.R

omics_create_run_groupR 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.


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