A set of parameters for GPUdb::getJob. More…
#include <gpudb/protocol/get_job.h>
Public Member Functions | |
| GetJobRequest () | |
| Constructs a GetJobRequest object with default parameters. | |
| GetJobRequest (const int64_t jobId_, const std::map< std::string, std::string > &options_) | |
| Constructs a GetJobRequest object with the specified parameters. | |
Public Attributes | |
| int64_t | jobId |
| A unique identifier for the job whose status and result is to be fetched. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ GetJobRequest() [1/2]
| inline |
Constructs a GetJobRequest object with default parameters.
◆ GetJobRequest() [2/2]
| 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.
|
Member Data Documentation
◆ jobId
| int64_t gpudb::GetJobRequest::jobId |
◆ options
| std::map<std::string, std::string> gpudb::GetJobRequest::options |
Optional parameters.
- get_job_job_tag: Job tag returned in call to create the job.
The default value is an empty map.
The documentation for this struct was generated from the following file:
- gpudb/protocol/get_job.h