GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::GetJobResponse Struct Reference

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
 

Detailed Description

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.

Definition at line 106 of file get_job.h.

Constructor & Destructor Documentation

gpudb::GetJobResponse::GetJobResponse ( )
inline

Constructs a GetJobResponse object with default parameter values.

Definition at line 112 of file get_job.h.

Member Data Documentation

std::string gpudb::GetJobResponse::endpoint

Definition at line 126 of file get_job.h.

std::map<std::string, std::string> gpudb::GetJobResponse::info

Definition at line 135 of file get_job.h.

std::vector<uint8_t> gpudb::GetJobResponse::jobResponse

Definition at line 132 of file get_job.h.

std::string gpudb::GetJobResponse::jobResponseStr

Definition at line 133 of file get_job.h.

std::string gpudb::GetJobResponse::jobStatus

Definition at line 127 of file get_job.h.

int32_t gpudb::GetJobResponse::progress

Definition at line 129 of file get_job.h.

std::string gpudb::GetJobResponse::responseEncoding

Definition at line 131 of file get_job.h.

bool gpudb::GetJobResponse::running

Definition at line 128 of file get_job.h.

std::map<std::string, std::string> gpudb::GetJobResponse::statusMap

Definition at line 134 of file get_job.h.

bool gpudb::GetJobResponse::successful

Definition at line 130 of file get_job.h.


The documentation for this struct was generated from the following file: