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

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

#include <gpudb/protocol/get_job.h>

Public Member Functions

 GetJobRequest ()
 Constructs a GetJobRequest object with default parameter values. More...
 
 GetJobRequest (const int32_t jobId_, const std::map< std::string, std::string > &options_)
 Constructs a GetJobRequest object with the specified parameters. More...
 

Public Attributes

int32_t jobId
 
std::map< std::string, std::string > options
 

Detailed Description

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

Definition at line 17 of file get_job.h.

Constructor & Destructor Documentation

◆ GetJobRequest() [1/2]

gpudb::GetJobRequest::GetJobRequest ( )
inline

Constructs a GetJobRequest object with default parameter values.

Definition at line 23 of file get_job.h.

◆ GetJobRequest() [2/2]

gpudb::GetJobRequest::GetJobRequest ( const int32_t  jobId_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a GetJobRequest object with the specified parameters.

Parameters
[in]jobId_A unique identifier for the job whose status and result is to be fetched.
[in]options_Optional parameters.

Definition at line 37 of file get_job.h.

Member Data Documentation

◆ jobId

int32_t gpudb::GetJobRequest::jobId

Definition at line 43 of file get_job.h.

◆ options

std::map<std::string, std::string> gpudb::GetJobRequest::options

Definition at line 44 of file get_job.h.


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