Omics.Client.
get_run_group
(**kwargs)¶Gets information about a workflow run group.
See also: AWS API Documentation
Request Syntax
response = client.get_run_group(
id='string'
)
[REQUIRED]
The group's ID.
{
'arn': 'string',
'creationTime': datetime(2015, 1, 1),
'id': 'string',
'maxCpus': 123,
'maxDuration': 123,
'maxRuns': 123,
'name': 'string',
'tags': {
'string': 'string'
}
}
Response Structure
The group's ARN.
When the group was created.
The group's ID.
The group's maximum number of CPUs to use.
The group's maximum run time in minutes.
The maximum number of concurrent runs for the group.
The group's name.
The group's tags.
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