GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::killProc. More...
#include <gpudb/protocol/kill_proc.h>
Public Member Functions | |
KillProcResponse () | |
Constructs a KillProcResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | runIds |
List of run IDs of proc instances that were killed. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::killProc.
Definition at line 176 of file kill_proc.h.
|
inline |
Constructs a KillProcResponse object with default parameters.
Definition at line 181 of file kill_proc.h.
std::map<std::string, std::string> gpudb::KillProcResponse::info |
Additional information.
Definition at line 195 of file kill_proc.h.
std::vector<std::string> gpudb::KillProcResponse::runIds |
List of run IDs of proc instances that were killed.
Definition at line 190 of file kill_proc.h.