java.lang.Object
org.elasticsearch.xpack.core.ml.job.results.BucketInfluencer
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class BucketInfluencer extends Object implements ToXContentObject, Writeable
  • Field Details

  • Constructor Details

  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • toXContent

      public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface ToXContent
      Throws:
      IOException
    • getId

      public String getId()
      Data store ID of this bucket influencer.
    • getJobId

      public String getJobId()
    • getProbability

      public double getProbability()
    • setProbability

      public void setProbability(double probability)
    • getInfluencerFieldName

      public String getInfluencerFieldName()
    • setInfluencerFieldName

      public void setInfluencerFieldName(String fieldName)
    • getInitialAnomalyScore

      public double getInitialAnomalyScore()
    • setInitialAnomalyScore

      public void setInitialAnomalyScore(double influenceScore)
    • getAnomalyScore

      public double getAnomalyScore()
    • setAnomalyScore

      public void setAnomalyScore(double score)
    • getRawAnomalyScore

      public double getRawAnomalyScore()
    • setRawAnomalyScore

      public void setRawAnomalyScore(double score)
    • setIsInterim

      public void setIsInterim(boolean isInterim)
    • isInterim

      public boolean isInterim()
    • getTimestamp

      public Date getTimestamp()
    • getEventIngested

      public Instant getEventIngested()
    • setEventIngested

      public void setEventIngested(Instant eventIngested)
    • hashCode

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

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