showResourceGroups
public ShowResourceGroupsResponse showResourceGroups(ShowResourceGroupsRequest request) throws GPUdbException Requests resource group properties. Returns detailed information about the requested resource groups.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showResourceGroups
public ShowResourceGroupsResponse showResourceGroups(List<String> names, Map<String, String> options) throws GPUdbException Requests resource group properties. Returns detailed information about the requested resource groups.Parameters:names- List of names of groups to be shown. A single entry with an empty string returns all groups.options- Optional parameters.SHOW_DEFAULT_VALUES: IfTRUEinclude values of fields that are based on the default resource group. Supported values:The default value isTRUE.SHOW_DEFAULT_GROUP: IfTRUEinclude the default and system resource groups in the response. This value defaults to false if an explicit list of group names is provided, and true otherwise. Supported values:The default value isTRUE.SHOW_TIER_USAGE: IfTRUEinclude the resource group usage on the worker ranks in the response. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.