GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createResourceGroup. More...
#include <gpudb/protocol/create_resource_group.h>
Public Member Functions | |
CreateResourceGroupResponse () | |
Constructs a CreateResourceGroupResponse object with default parameters. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createResourceGroup.
Definition at line 276 of file create_resource_group.h.
|
inline |
Constructs a CreateResourceGroupResponse object with default parameters.
Definition at line 282 of file create_resource_group.h.
std::map<std::string, std::string> gpudb::CreateResourceGroupResponse::info |
Additional information.
Definition at line 296 of file create_resource_group.h.
std::string gpudb::CreateResourceGroupResponse::name |
Value of name.
Definition at line 291 of file create_resource_group.h.