GPUdb C++ API  Version 7.2.2.4
gpudb::CreateJobResponse Struct Reference

A set of results returned by GPUdb::createJob. More...

#include <gpudb/protocol/create_job.h>

Public Member Functions

 CreateJobResponse ()
 Constructs a CreateJobResponse object with default parameters. More...
 

Public Attributes

int64_t jobId
 An identifier for the job created by this call. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createJob.

Definition at line 227 of file create_job.h.

Constructor & Destructor Documentation

◆ CreateJobResponse()

gpudb::CreateJobResponse::CreateJobResponse ( )
inline

Constructs a CreateJobResponse object with default parameters.

Definition at line 232 of file create_job.h.

Member Data Documentation

◆ info

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

Additional information.

  • create_job_job_tag: The job tag specified by the user or if unspecified by user, a unique identifier generated internally for the job across clusters.

The default value is an empty map.

Definition at line 253 of file create_job.h.

◆ jobId

int64_t gpudb::CreateJobResponse::jobId

An identifier for the job created by this call.

Definition at line 241 of file create_job.h.


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