Class Influencer
- java.lang.Object
-
- org.elasticsearch.client.ml.job.results.Influencer
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class Influencer extends java.lang.Object implements ToXContentObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldBUCKET_SPANstatic ParseFieldINFLUENCER_FIELD_NAMEstatic ParseFieldINFLUENCER_FIELD_VALUEstatic ParseFieldINFLUENCER_SCOREstatic ParseFieldINITIAL_INFLUENCER_SCOREstatic ConstructingObjectParser<Influencer,java.lang.Void>PARSERstatic ParseFieldPROBABILITYstatic ParseFieldRESULT_TYPE_FIELDstatic java.lang.StringRESULT_TYPE_VALUEResult typestatic ParseFieldRESULTS_FIELD-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetInfluencerFieldName()java.lang.StringgetInfluencerFieldValue()doublegetInfluencerScore()doublegetInitialInfluencerScore()java.lang.StringgetJobId()doublegetProbability()java.util.DategetTimestamp()inthashCode()booleanisInterim()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
RESULT_TYPE_VALUE
public static final java.lang.String RESULT_TYPE_VALUE
Result type- See Also:
- Constant Field Values
-
RESULT_TYPE_FIELD
public static final ParseField RESULT_TYPE_FIELD
-
PROBABILITY
public static final ParseField PROBABILITY
-
BUCKET_SPAN
public static final ParseField BUCKET_SPAN
-
INFLUENCER_FIELD_NAME
public static final ParseField INFLUENCER_FIELD_NAME
-
INFLUENCER_FIELD_VALUE
public static final ParseField INFLUENCER_FIELD_VALUE
-
INITIAL_INFLUENCER_SCORE
public static final ParseField INITIAL_INFLUENCER_SCORE
-
INFLUENCER_SCORE
public static final ParseField INFLUENCER_SCORE
-
RESULTS_FIELD
public static final ParseField RESULTS_FIELD
-
PARSER
public static final ConstructingObjectParser<Influencer,java.lang.Void> PARSER
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getJobId
public java.lang.String getJobId()
-
getProbability
public double getProbability()
-
getTimestamp
public java.util.Date getTimestamp()
-
getInfluencerFieldName
public java.lang.String getInfluencerFieldName()
-
getInfluencerFieldValue
public java.lang.String getInfluencerFieldValue()
-
getInitialInfluencerScore
public double getInitialInfluencerScore()
-
getInfluencerScore
public double getInfluencerScore()
-
isInterim
public boolean isInterim()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-