GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for createJob(const CreateJobRequest&) const. More...
#include <gpudb/protocol/create_job.h>
Public Member Functions | |
CreateJobResponse () | |
Constructs a CreateJobResponse object with default parameter values. More... | |
Public Attributes | |
int32_t | jobId |
A set of output parameters for createJob(const CreateJobRequest&) 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 getJob(const GetJobRequest&) 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.
int32_t gpudb::CreateJobResponse::jobId |
Definition at line 169 of file create_job.h.