GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_resource_groups.h>
Public Member Functions | |
ShowResourceGroupsResponse () | |
Constructs a ShowResourceGroupsResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::map < std::string, std::string > > | groups |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Requests resource group properties. Returns detailed information about the requested resource groups.
Definition at line 126 of file show_resource_groups.h.
|
inline |
Constructs a ShowResourceGroupsResponse object with default parameter values.
Definition at line 133 of file show_resource_groups.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowResourceGroupsResponse::groups |
Definition at line 139 of file show_resource_groups.h.
std::map<std::string, std::string> gpudb::ShowResourceGroupsResponse::info |
Definition at line 140 of file show_resource_groups.h.