updateRunGroup
inline suspend fun OmicsClient.updateRunGroup(crossinline block: UpdateRunGroupRequest.Builder.() -> Unit): UpdateRunGroupResponse
Updates the settings of a run group and returns a response with no body if the operation is successful.
You can update the following settings with UpdateRunGroup
:
Maximum number of CPUs
Run time (measured in minutes)
Number of GPUs
Number of concurrent runs
Group name
To confirm that the settings have been successfully updated, use the ListRunGroups
or GetRunGroup
API operations to verify that the desired changes have been made.