GPUdb C++ API  Version 7.2.3.0
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 210 of file create_job.h.

Constructor & Destructor Documentation

◆ CreateJobResponse()

gpudb::CreateJobResponse::CreateJobResponse ( )
inline

Constructs a CreateJobResponse object with default parameters.

Definition at line 215 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.
  • create_job_query_id: A unique identifier for this job generated for use in tracing telemetry data

The default value is an empty map.

Definition at line 238 of file create_job.h.

◆ jobId

int64_t gpudb::CreateJobResponse::jobId

An identifier for the job created by this call.

Definition at line 224 of file create_job.h.


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