A set of input parameters for getJob(const GetJobRequest&) const.  
 More...
#include <gpudb/protocol/get_job.h>
A set of input parameters for getJob(const GetJobRequest&) const. 
Definition at line 17 of file get_job.h.
 
◆ GetJobRequest() [1/2]
  
  
      
        
          | gpudb::GetJobRequest::GetJobRequest  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ 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.
 
 
◆ jobId
      
        
          | int32_t gpudb::GetJobRequest::jobId | 
        
      
 
 
◆ options
      
        
          | std::map<std::string, std::string> gpudb::GetJobRequest::options | 
        
      
 
 
The documentation for this struct was generated from the following file: