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. | |
Public Attributes | |
| int64_t | jobId |
| An identifier for the job created by this call. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createJob.
Definition at line 210 of file create_job.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/create_job.h