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.

create_run_group

create_run_group(**kwargs)

Creates a run group.

See also: AWS API Documentation

Request Syntax

response = client.create_run_group(
    maxCpus=123,
    maxDuration=123,
    maxRuns=123,
    name='string',
    requestId='string',
    tags={
        'string': 'string'
    }
)
Parameters
  • maxCpus (integer) -- The maximum number of CPUs to use in the group.
  • 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.
  • requestId (string) --

    [REQUIRED]

    To ensure that requests don't run multiple times, specify a unique ID for each request.

    This field is autopopulated if not provided.

  • tags (dict) --

    Tags for the group.

    • (string) --
      • (string) --
Return type

dict

Returns

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • arn (string) --

      The group's ARN.

    • id (string) --

      The group's ID.

    • tags (dict) --

      Tags for the run group.

      • (string) --
        • (string) --

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