Class Influencer
- java.lang.Object
-
- org.elasticsearch.client.ml.job.results.Influencer
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class Influencer extends 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,Void>PARSERstatic ParseFieldPROBABILITYstatic ParseFieldRESULT_TYPE_FIELDstatic StringRESULT_TYPE_VALUEResult typestatic ParseFieldRESULTS_FIELD-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetInfluencerFieldName()StringgetInfluencerFieldValue()doublegetInfluencerScore()doublegetInitialInfluencerScore()StringgetJobId()doublegetProbability()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 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,Void> PARSER
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
getJobId
public String getJobId()
-
getProbability
public double getProbability()
-
getTimestamp
public Date getTimestamp()
-
getInfluencerFieldName
public String getInfluencerFieldName()
-
getInfluencerFieldValue
public String getInfluencerFieldValue()
-
getInitialInfluencerScore
public double getInitialInfluencerScore()
-
getInfluencerScore
public double getInfluencerScore()
-
isInterim
public boolean isInterim()
-
-