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

A set of output parameters for createJob(const CreateJobRequest&) const. More...

#include <gpudb/protocol/create_job.h>

Public Member Functions

 CreateJobResponse ()
 Constructs a CreateJobResponse object with default parameter values. More...
 

Public Attributes

int32_t jobId
 

Detailed Description

A set of output parameters for createJob(const CreateJobRequest&) const.

Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by getJob(const GetJobRequest&) const.

Definition at line 158 of file create_job.h.

Constructor & Destructor Documentation

◆ CreateJobResponse()

gpudb::CreateJobResponse::CreateJobResponse ( )
inline

Constructs a CreateJobResponse object with default parameter values.

Definition at line 164 of file create_job.h.

Member Data Documentation

◆ jobId

int32_t gpudb::CreateJobResponse::jobId

Definition at line 169 of file create_job.h.


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