Class JobStatus


  • public final class JobStatus
    extends java.lang.Object
    • Method Detail

      • errorResults

        public java.util.List<JobStatusErrorResult> errorResults()
        Returns:
        (Output) Final error result of the job. If present, indicates that the job has completed and was unsuccessful. Structure is documented below.
      • errors

        public java.util.List<JobStatusError> errors()
        Returns:
        (Output) The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has not completed or was unsuccessful. Structure is documented below.
      • state

        public java.util.Optional<java.lang.String> state()
        Returns:
        (Output) Running state of the job. Valid states include 'PENDING', 'RUNNING', and 'DONE'.