Skip to main content

◆ getJob() [1/4]

GetJobResponse gpudb::GPUdb::getJob (const GetJobRequest &request_) const

Get the status and result of asynchronously running job.

See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ getJob() [2/4]

GetJobResponse & gpudb::GPUdb::getJob (const GetJobRequest &request_,
GetJobResponse &response_ ) const

Get the status and result of asynchronously running job.

See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ getJob() [3/4]

GetJobResponse gpudb::GPUdb::getJob (const int64_tjobId,
const std::map< std::string, std::string > &options ) const

Get the status and result of asynchronously running job.

See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.

Parameters
[in]jobIdA unique identifier for the job whose status and result is to be fetched.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ getJob() [4/4]

GetJobResponse & gpudb::GPUdb::getJob (const int64_tjobId,
const std::map< std::string, std::string > &options,
GetJobResponse &response_ ) const

Get the status and result of asynchronously running job.

See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.

Parameters
[in]jobIdA unique identifier for the job whose status and result is to be fetched.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).