Uses of Class
org.elasticsearch.client.ml.dataframe.QueryConfig
-
Packages that use QueryConfig Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.dataframe -
-
Uses of QueryConfig in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return QueryConfig Modifier and Type Method Description QueryConfigEvaluateDataFrameRequest. getQueryConfig()Methods in org.elasticsearch.client.ml with parameters of type QueryConfig Modifier and Type Method Description voidEvaluateDataFrameRequest. setQueryConfig(QueryConfig queryConfig)Constructors in org.elasticsearch.client.ml with parameters of type QueryConfig Constructor Description EvaluateDataFrameRequest(String index, QueryConfig queryConfig, Evaluation evaluation)EvaluateDataFrameRequest(List<String> indices, QueryConfig queryConfig, Evaluation evaluation) -
Uses of QueryConfig in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return QueryConfig Modifier and Type Method Description static QueryConfigQueryConfig. fromXContent(XContentParser parser)QueryConfigDataFrameAnalyticsSource. getQueryConfig()Methods in org.elasticsearch.client.ml.dataframe with parameters of type QueryConfig Modifier and Type Method Description DataFrameAnalyticsSource.BuilderDataFrameAnalyticsSource.Builder. setQueryConfig(QueryConfig queryConfig)Constructors in org.elasticsearch.client.ml.dataframe with parameters of type QueryConfig Constructor Description QueryConfig(QueryConfig queryConfig)
-