◆ killProc() [1/4]
| KillProcResponse gpudb::GPUdb::killProc | ( | const KillProcRequest & | request_ | ) | const |
◆ killProc() [2/4]
| KillProcResponse & gpudb::GPUdb::killProc | ( | const KillProcRequest & | request_, |
| KillProcResponse & | response_ ) const |
◆ killProc() [3/4]
| KillProcResponse gpudb::GPUdb::killProc | ( | const std::string & | runId, |
| const std::map< std::string, std::string > & | options ) const |
Kills a running proc instance.
Parameters
| [in] | runId | The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ killProc() [4/4]
| KillProcResponse & gpudb::GPUdb::killProc | ( | const std::string & | runId, |
| const std::map< std::string, std::string > & | options, | ||
| KillProcResponse & | response_ ) const |
Kills a running proc instance.
Parameters
| [in] | runId | The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).