GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createJob. More...
#include <gpudb/protocol/create_job.h>
Public Member Functions | |
CreateJobResponse () | |
Constructs a CreateJobResponse object with default parameters. More... | |
Public Attributes | |
int64_t | jobId |
An identifier for the job created by this call. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createJob.
Definition at line 227 of file create_job.h.
|
inline |
Constructs a CreateJobResponse object with default parameters.
Definition at line 232 of file create_job.h.
std::map<std::string, std::string> gpudb::CreateJobResponse::info |
Additional information.
The default value is an empty map.
Definition at line 253 of file create_job.h.
int64_t gpudb::CreateJobResponse::jobId |
An identifier for the job created by this call.
Definition at line 241 of file create_job.h.