GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::vector< std::map< std::string, std::string > > | groups |
Map of resource group information. More... | |
std::map< std::string, std::string > | rankUsage |
Tier usage across ranks. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showResourceGroups.
Definition at line 214 of file show_resource_groups.h.
|
inline |
Constructs a ShowResourceGroupsResponse object with default parameters.
Definition at line 220 of file show_resource_groups.h.
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.
std::map<std::string, std::string> gpudb::ShowResourceGroupsResponse::info |
Additional information.
Definition at line 242 of file show_resource_groups.h.
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.