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. | |
Public Attributes | |
| std::vector< std::string > | runIds |
| List of run IDs of proc instances that were killed. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::killProc.
Definition at line 176 of file kill_proc.h.
Constructor & Destructor Documentation
◆ KillProcResponse()
| inline |
Constructs a KillProcResponse object with default parameters.
Definition at line 181 of file kill_proc.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::KillProcResponse::info |
Additional information.
Definition at line 195 of file kill_proc.h.
◆ runIds
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/kill_proc.h