◆ getJob() [1/4]
| GetJobResponse gpudb::GPUdb::getJob | ( | const GetJobRequest & | request_ | ) | const |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ getJob() [2/4]
| GetJobResponse & gpudb::GPUdb::getJob | ( | const GetJobRequest & | request_, |
| GetJobResponse & | response_ ) const |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
◆ getJob() [3/4]
| GetJobResponse gpudb::GPUdb::getJob | ( | const int64_t | jobId, |
| const std::map< std::string, std::string > & | options ) const |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| [in] | jobId | A unique identifier for the job whose status and result is to be fetched. |
| [in] | options | Optional parameters.
|
◆ getJob() [4/4]
| GetJobResponse & gpudb::GPUdb::getJob | ( | const int64_t | jobId, |
| const std::map< std::string, std::string > & | options, | ||
| GetJobResponse & | response_ ) const |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| [in] | jobId | A unique identifier for the job whose status and result is to be fetched. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |