A set of parameters for GPUdb::getJob.
More...
#include <gpudb/protocol/get_job.h>
|
int64_t | jobId |
| A unique identifier for the job whose status and result is to be fetched. More...
|
|
std::map< std::string, std::string > | options |
| Optional parameters. More...
|
|
A set of parameters for GPUdb::getJob.
Get the status and result of asynchronously running job. See the GPUdb::createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Definition at line 20 of file get_job.h.
◆ GetJobRequest() [1/2]
gpudb::GetJobRequest::GetJobRequest |
( |
| ) |
|
|
inline |
◆ GetJobRequest() [2/2]
gpudb::GetJobRequest::GetJobRequest |
( |
const int64_t |
jobId_, |
|
|
const std::map< std::string, std::string > & |
options_ |
|
) |
| |
|
inline |
Constructs a GetJobRequest object with the specified parameters.
- Parameters
-
[in] | jobId_ | A unique identifier for the job whose status and result is to be fetched. |
[in] | options_ | Optional parameters.
The default value is an empty map. |
Definition at line 44 of file get_job.h.
◆ jobId
int64_t gpudb::GetJobRequest::jobId |
A unique identifier for the job whose status and result is to be fetched.
Definition at line 54 of file get_job.h.
◆ options
std::map<std::string, std::string> gpudb::GetJobRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 64 of file get_job.h.
The documentation for this struct was generated from the following file: