Class JobStats

    • Method Detail

      • getJobId

        public java.lang.String getJobId()
        The jobId referencing the job for these statistics
      • getDataCounts

        public DataCounts getDataCounts()
        An object that describes the number of records processed and any related error counts See DataCounts
      • getModelSizeStats

        public ModelSizeStats getModelSizeStats()
        An object that provides information about the size and contents of the model. See ModelSizeStats
      • getForecastStats

        public ForecastStats getForecastStats()
        An object that provides statistical information about forecasts of this job. See ForecastStats
      • getAssignmentExplanation

        public java.lang.String getAssignmentExplanation()
        For open jobs only, contains messages relating to the selection of a node to run the job.
      • getOpenTime

        public TimeValue getOpenTime()
        For open jobs only, the elapsed time for which the job has been open
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object