GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_job.h>
Public Member Functions | |
CreateJobResponse () | |
Constructs a CreateJobResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | jobId |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by const.
Definition at line 158 of file create_job.h.
|
inline |
Constructs a CreateJobResponse object with default parameter values.
Definition at line 164 of file create_job.h.
std::map<std::string, std::string> gpudb::CreateJobResponse::info |
Definition at line 171 of file create_job.h.
int64_t gpudb::CreateJobResponse::jobId |
Definition at line 170 of file create_job.h.