Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_run_group

update_run_group(**kwargs)

Updates a run group.

See also: AWS API Documentation

Request Syntax

response = client.update_run_group(
    id='string',
    maxCpus=123,
    maxDuration=123,
    maxRuns=123,
    name='string'
)
Parameters
  • id (string) --

    [REQUIRED]

    The group's ID.

  • maxCpus (integer) -- The maximum number of CPUs to use.
  • maxDuration (integer) -- A maximum run time for the group in minutes.
  • maxRuns (integer) -- The maximum number of concurrent runs for the group.
  • name (string) -- A name for the group.
Returns

None

Exceptions

  • Omics.Client.exceptions.InternalServerException
  • Omics.Client.exceptions.ServiceQuotaExceededException
  • Omics.Client.exceptions.ThrottlingException
  • Omics.Client.exceptions.ValidationException
  • Omics.Client.exceptions.ConflictException
  • Omics.Client.exceptions.ResourceNotFoundException
  • Omics.Client.exceptions.AccessDeniedException
  • Omics.Client.exceptions.RequestTimeoutException