Class JobPropertiesExecutionInfo

java.lang.Object
com.microsoft.azure.management.batchai.JobPropertiesExecutionInfo

public class JobPropertiesExecutionInfo extends Object
Information about the execution of a job.
  • Constructor Details

    • JobPropertiesExecutionInfo

      public JobPropertiesExecutionInfo()
  • Method Details

    • startTime

      public org.joda.time.DateTime startTime()
      Get the time at which the job started running. 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
      Returns:
      the startTime value
    • endTime

      public org.joda.time.DateTime endTime()
      Get the time at which the job completed. This property is only returned if the job is in completed state.
      Returns:
      the endTime value
    • exitCode

      public Integer exitCode()
      Get the exit code of the job. This property is only returned if the job is in completed state.
      Returns:
      the exitCode value
    • errors

      public List<BatchAIError> errors()
      Get a collection of errors encountered by the service during job execution.
      Returns:
      the errors value