GPUdb C++ API  Version 6.2.0.3
gpudb::GetJobResponse Struct Reference

A set of output parameters for getJob(const GetJobRequest&) 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
 

Detailed Description

A set of output parameters for getJob(const GetJobRequest&) const.

Definition at line 98 of file get_job.h.

Constructor & Destructor Documentation

◆ GetJobResponse()

gpudb::GetJobResponse::GetJobResponse ( )
inline

Constructs a GetJobResponse object with default parameter values.

Definition at line 104 of file get_job.h.

Member Data Documentation

◆ endpoint

std::string gpudb::GetJobResponse::endpoint

Definition at line 117 of file get_job.h.

◆ jobResponse

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

Definition at line 123 of file get_job.h.

◆ jobResponseStr

std::string gpudb::GetJobResponse::jobResponseStr

Definition at line 124 of file get_job.h.

◆ jobStatus

std::string gpudb::GetJobResponse::jobStatus

Definition at line 118 of file get_job.h.

◆ progress

int32_t gpudb::GetJobResponse::progress

Definition at line 120 of file get_job.h.

◆ responseEncoding

std::string gpudb::GetJobResponse::responseEncoding

Definition at line 122 of file get_job.h.

◆ running

bool gpudb::GetJobResponse::running

Definition at line 119 of file get_job.h.

◆ statusMap

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

Definition at line 125 of file get_job.h.

◆ successful

bool gpudb::GetJobResponse::successful

Definition at line 121 of file get_job.h.


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