Class Influencer

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

public class Influencer
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.elasticsearch.common.ParseField BUCKET_SPAN  
    static org.elasticsearch.common.ParseField INFLUENCER_FIELD_NAME  
    static org.elasticsearch.common.ParseField INFLUENCER_FIELD_VALUE  
    static org.elasticsearch.common.ParseField INFLUENCER_SCORE  
    static org.elasticsearch.common.ParseField INITIAL_INFLUENCER_SCORE  
    static org.elasticsearch.common.xcontent.ConstructingObjectParser<Influencer,​java.lang.Void> PARSER  
    static org.elasticsearch.common.ParseField PROBABILITY  
    static org.elasticsearch.common.ParseField RESULT_TYPE_FIELD  
    static java.lang.String RESULT_TYPE_VALUE
    Result type
    static org.elasticsearch.common.ParseField RESULTS_FIELD  

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    java.lang.String getInfluencerFieldName()  
    java.lang.String getInfluencerFieldValue()  
    double getInfluencerScore()  
    double getInitialInfluencerScore()  
    java.lang.String getJobId()  
    double getProbability()  
    java.util.Date getTimestamp()  
    int hashCode()  
    boolean isInterim()  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.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 Details

    • 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 org.elasticsearch.common.ParseField RESULT_TYPE_FIELD
    • PROBABILITY

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

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

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

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

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

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

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

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

    • 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:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      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:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object