◆ showProcStatus() [1/4]
| ShowProcStatusResponse gpudb::GPUdb::showProcStatus | ( | const ShowProcStatusRequest & | request_ | ) | const |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| [in] | request_ | Request object containing the parameters for the operation. |
◆ showProcStatus() [2/4]
| ShowProcStatusResponse & gpudb::GPUdb::showProcStatus | ( | const ShowProcStatusRequest & | request_, |
| ShowProcStatusResponse & | response_ ) const |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
◆ showProcStatus() [3/4]
| ShowProcStatusResponse gpudb::GPUdb::showProcStatus | ( | const std::string & | runId, |
| const std::map< std::string, std::string > & | options ) const |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| [in] | runId | The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ”. |
| [in] | options | Optional parameters.
|
◆ showProcStatus() [4/4]
| ShowProcStatusResponse & gpudb::GPUdb::showProcStatus | ( | const std::string & | runId, |
| const std::map< std::string, std::string > & | options, | ||
| ShowProcStatusResponse & | response_ ) const |
Shows the statuses of running or completed proc instances.
Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
| [in] | runId | The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ”. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |