GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/get_job.h>
Public Member Functions | |
GetJobRequest () | |
Constructs a GetJobRequest object with default parameter values. More... | |
GetJobRequest (const int64_t jobId_, const std::map< std::string, std::string > &options_) | |
Constructs a GetJobRequest object with the specified parameters. More... | |
Public Attributes | |
int64_t | jobId |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Get the status and result of asynchronously running job. See the const for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
|
inline |
Constructs a GetJobRequest object with default parameter values.
|
inline |
Constructs a GetJobRequest object with the specified parameters.
[in] | jobId_ | A unique identifier for the job whose status and result is to be fetched. |
[in] | options_ | Optional parameters. |
std::map<std::string, std::string> gpudb::GetJobRequest::options |