Class ExplainDataFrameAnalyticsResponse

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

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

    • TYPE

      public static final org.elasticsearch.xcontent.ParseField TYPE
    • FIELD_SELECTION

      public static final org.elasticsearch.xcontent.ParseField FIELD_SELECTION
    • MEMORY_ESTIMATION

      public static final org.elasticsearch.xcontent.ParseField MEMORY_ESTIMATION
  • Constructor Details

  • Method Details

    • fromXContent

      public static ExplainDataFrameAnalyticsResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      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 other)
      Overrides:
      equals in class Object
    • hashCode

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

      public MemoryEstimation getMemoryEstimation()
    • getFieldSelection

      public List<FieldSelection> getFieldSelection()