Skip to main content

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.
 

Public Attributes

std::string name
 Value of name.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::createResourceGroup.

Definition at line 293 of file create_resource_group.h.

Constructor & Destructor Documentation

◆ CreateResourceGroupResponse()

gpudb::CreateResourceGroupResponse::CreateResourceGroupResponse ()
inline

Constructs a CreateResourceGroupResponse object with default parameters.

Definition at line 299 of file create_resource_group.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 313 of file create_resource_group.h.

◆ name

std::string gpudb::CreateResourceGroupResponse::name

Value of name.

Definition at line 308 of file create_resource_group.h.


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