Class DataFrameAnalyticsSource

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  DataFrameAnalyticsSource.Builder  

    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 _SOURCE  

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

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    static DataFrameAnalyticsSource.Builder builder()  
    boolean equals​(java.lang.Object o)  
    static DataFrameAnalyticsSource fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.lang.String[] getIndex()  
    QueryConfig getQueryConfig()  
    org.elasticsearch.search.fetch.subphase.FetchSourceContext getSourceFiltering()  
    int hashCode()  
    java.lang.String toString()  
    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, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Field Details

    • _SOURCE

      public static final org.elasticsearch.common.ParseField _SOURCE
  • Method Details

    • fromXContent

      public static DataFrameAnalyticsSource fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • builder

      public static DataFrameAnalyticsSource.Builder builder()
    • getIndex

      public java.lang.String[] getIndex()
    • getQueryConfig

      public QueryConfig getQueryConfig()
    • getSourceFiltering

      public org.elasticsearch.search.fetch.subphase.FetchSourceContext getSourceFiltering()
    • 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
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object