Class JobStats
java.lang.Object
org.elasticsearch.client.ml.job.stats.JobStats
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class JobStats
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
Class containing the statistics for a Machine Learning job.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAssignmentExplanation()For open jobs only, contains messages relating to the selection of a node to run the job.DataCountsgetDataCounts()An object that describes the number of records processed and any related error counts SeeDataCountsForecastStatsgetForecastStats()An object that provides statistical information about forecasts of this job.java.lang.StringgetJobId()The jobId referencing the job for these statisticsModelSizeStatsgetModelSizeStats()An object that provides information about the size and contents of the model.NodeAttributesgetNode()For open jobs only, contains information about the node where the job runs SeeNodeAttributesorg.elasticsearch.common.unit.TimeValuegetOpenTime()For open jobs only, the elapsed time for which the job has been openJobStategetState()The status of the job SeeJobStateTimingStatsgetTimingStats()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Field Details
-
Method Details
-
getJobId
public java.lang.String getJobId()The jobId referencing the job for these statistics -
getDataCounts
An object that describes the number of records processed and any related error counts SeeDataCounts -
getModelSizeStats
An object that provides information about the size and contents of the model. SeeModelSizeStats -
getTimingStats
-
getForecastStats
An object that provides statistical information about forecasts of this job. SeeForecastStats -
getState
The status of the job SeeJobState -
getNode
For open jobs only, contains information about the node where the job runs SeeNodeAttributes -
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 org.elasticsearch.common.unit.TimeValue getOpenTime()For open jobs only, the elapsed time for which the job has been open -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-