Skip to main content
  • getJob

    public GetJobResponse getJob(GetJobRequest request) throws GPUdbException
    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:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • getJob

    public GetJobResponse getJob(long jobId, Map<String,String> options) throws GPUdbException
    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:
    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.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.