GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/get_job.h>
Public Member Functions | |
GetJobResponse () | |
Constructs a GetJobResponse object with default parameter values. More... | |
Public Attributes | |
std::string | endpoint |
std::string | jobStatus |
bool | running |
int32_t | progress |
bool | successful |
std::string | responseEncoding |
std::vector< uint8_t > | jobResponse |
std::string | jobResponseStr |
std::map< std::string, std::string > | statusMap |
std::map< std::string, std::string > | info |
A set of output 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 GetJobResponse object with default parameter values.
std::map<std::string, std::string> gpudb::GetJobResponse::info |
std::map<std::string, std::string> gpudb::GetJobResponse::statusMap |