Skip to main content

A set of results returned by GPUdb::showResourceGroups. More…

#include <gpudb/protocol/show_resource_groups.h>

Public Member Functions

 ShowResourceGroupsResponse ()
 Constructs a ShowResourceGroupsResponse object with default parameters.
 

Public Attributes

std::vector< std::map< std::string, std::string > > groups
 Map of resource group information.
 
std::map< std::string, std::string > rankUsage
 Tier usage across ranks.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::showResourceGroups.

Definition at line 214 of file show_resource_groups.h.

Constructor & Destructor Documentation

◆ ShowResourceGroupsResponse()

gpudb::ShowResourceGroupsResponse::ShowResourceGroupsResponse ()
inline

Constructs a ShowResourceGroupsResponse object with default parameters.

Definition at line 220 of file show_resource_groups.h.

Member Data Documentation

◆ groups

std::vector<std::map<std::string, std::string> > gpudb::ShowResourceGroupsResponse::groups

Map of resource group information.

Definition at line 230 of file show_resource_groups.h.

◆ info

std::map<std::string, std::string> gpudb::ShowResourceGroupsResponse::info

Additional information.

Definition at line 242 of file show_resource_groups.h.

◆ rankUsage

std::map<std::string, std::string> gpudb::ShowResourceGroupsResponse::rankUsage

Tier usage across ranks.

Layout is: response.rank_usage[rank_number][resource_group_name] = group_usage (as stringified JSON).

Definition at line 237 of file show_resource_groups.h.


The documentation for this struct was generated from the following file: