Module org.elasticsearch.xcore
Class CategorizerStats
java.lang.Object
org.elasticsearch.xpack.core.ml.job.process.autodetect.state.CategorizerStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ConstructingObjectParser<CategorizerStats.Builder, Void> static final ParseFieldstatic final ParseFieldField Namesstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final StringResult typestatic final ConstructingObjectParser<CategorizerStats.Builder, Void> static final ParseFieldstatic final ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdocumentIdPrefix(String jobId) booleanCompare all the fields.longlonglonglonggetId()getJobId()The wall clock time at the point when this instance was created.longThe model timestamp when these stats were created.longinthashCode()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
RESULT_TYPE_VALUE
Result type- See Also:
-
RESULT_TYPE_FIELD
-
PARTITION_FIELD_NAME
Field Names -
PARTITION_FIELD_VALUE
-
CATEGORIZED_DOC_COUNT_FIELD
-
TOTAL_CATEGORY_COUNT_FIELD
-
FREQUENT_CATEGORY_COUNT_FIELD
-
RARE_CATEGORY_COUNT_FIELD
-
DEAD_CATEGORY_COUNT_FIELD
-
FAILED_CATEGORY_COUNT_FIELD
-
CATEGORIZATION_STATUS_FIELD
-
LOG_TIME_FIELD
-
TIMESTAMP_FIELD
-
STRICT_PARSER
-
LENIENT_PARSER
-
-
Constructor Details
-
CategorizerStats
- Throws:
IOException
-
-
Method Details
-
getId
-
documentIdPrefix
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
getJobId
-
getPartitionFieldName
-
getPartitionFieldValue
-
getCategorizedDocCount
public long getCategorizedDocCount() -
getTotalCategoryCount
public long getTotalCategoryCount() -
getFrequentCategoryCount
public long getFrequentCategoryCount() -
getRareCategoryCount
public long getRareCategoryCount() -
getDeadCategoryCount
public long getDeadCategoryCount() -
getFailedCategoryCount
public long getFailedCategoryCount() -
getCategorizationStatus
-
getTimestamp
The model timestamp when these stats were created.- Returns:
- The model time
-
getLogTime
The wall clock time at the point when this instance was created.- Returns:
- The wall clock time
-
hashCode
public int hashCode() -
equals
Compare all the fields.
-