java.lang.Object
org.elasticsearch.xpack.core.ml.dataframe.stats.outlierdetection.OutlierDetectionStats
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, AnalysisStats

public class OutlierDetectionStats extends Object implements AnalysisStats
  • Field Details

    • TYPE_VALUE

      public static final String TYPE_VALUE
      See Also:
    • PARAMETERS

      public static final org.elasticsearch.xcontent.ParseField PARAMETERS
    • TIMING_STATS

      public static final org.elasticsearch.xcontent.ParseField TIMING_STATS
    • STRICT_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<OutlierDetectionStats,Void> STRICT_PARSER
    • LENIENT_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<OutlierDetectionStats,Void> LENIENT_PARSER
  • Constructor Details

  • Method Details

    • getWriteableName

      public String getWriteableName()
      Specified by:
      getWriteableName in interface NamedWriteable
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String documentId(String _jobId)
    • documentIdPrefix

      public static String documentIdPrefix(String jobId)