Skip to main content
  • showResourceGroups

    public ShowResourceGroupsResponse showResourceGroups(ShowResourceGroupsRequest request) throws GPUdbException
    Requests resource group properties. Returns detailed information about the requested resource groups.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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: If TRUE include values of fields that are based on the default resource group. Supported values:The default value is TRUE.
    • SHOW_DEFAULT_GROUP: If TRUE include 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 is TRUE.
    • SHOW_TIER_USAGE: If TRUE include the resource group usage on the worker ranks in the response. Supported values:The default value is FALSE.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.