Class Influencer

java.lang.Object
org.elasticsearch.client.ml.job.results.Influencer
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class Influencer extends Object implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • RESULT_TYPE_VALUE

      public static final String RESULT_TYPE_VALUE
      Result type
      See Also:
    • RESULT_TYPE_FIELD

      public static final org.elasticsearch.xcontent.ParseField RESULT_TYPE_FIELD
    • PROBABILITY

      public static final org.elasticsearch.xcontent.ParseField PROBABILITY
    • BUCKET_SPAN

      public static final org.elasticsearch.xcontent.ParseField BUCKET_SPAN
    • INFLUENCER_FIELD_NAME

      public static final org.elasticsearch.xcontent.ParseField INFLUENCER_FIELD_NAME
    • INFLUENCER_FIELD_VALUE

      public static final org.elasticsearch.xcontent.ParseField INFLUENCER_FIELD_VALUE
    • INITIAL_INFLUENCER_SCORE

      public static final org.elasticsearch.xcontent.ParseField INITIAL_INFLUENCER_SCORE
    • INFLUENCER_SCORE

      public static final org.elasticsearch.xcontent.ParseField INFLUENCER_SCORE
    • RESULTS_FIELD

      public static final org.elasticsearch.xcontent.ParseField RESULTS_FIELD
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<Influencer,Void> PARSER
  • Method Details

    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      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()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object