GRBBatch.retry()

void retry ( )

This method instructs the Cluster Manager to retry optimization of a failed or aborted batch request, changing its status to SUBMITTED. Please refer to the Batch Status Codes section for further details.

Example usage:

          // Retry the batch job
          batch.retry();