getJob
Get the status and result of asynchronously running job. See thecreateJobfor starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.getJob
Get the status and result of asynchronously running job. See thecreateJobfor starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.Parameters:jobId- A unique identifier for the job whose status and result is to be fetched.options- Optional parameters.JOB_TAG: Job tag returned in call to create the job.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.