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

A set of input parameters for const. More...

#include <gpudb/protocol/get_job.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input 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 21 of file get_job.h.

Constructor & Destructor Documentation

gpudb::GetJobRequest::GetJobRequest ( )
inline

Constructs a GetJobRequest object with default parameter values.

Definition at line 27 of file get_job.h.

gpudb::GetJobRequest::GetJobRequest ( const int64_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 41 of file get_job.h.

Member Data Documentation

int64_t gpudb::GetJobRequest::jobId

Definition at line 47 of file get_job.h.

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

Definition at line 48 of file get_job.h.


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