Uses of Class
org.elasticsearch.client.ml.GetFiltersRequest
-
Packages that use GetFiltersRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetFiltersRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetFiltersRequest Modifier and Type Method Description GetFiltersResponseMachineLearningClient. getFilter(GetFiltersRequest request, RequestOptions options)Gets Machine Learning FiltersCancellableMachineLearningClient. getFilterAsync(GetFiltersRequest request, RequestOptions options, ActionListener<GetFiltersResponse> listener)Gets Machine Learning Filters asynchronously and notifies listener on completion -
Uses of GetFiltersRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetFiltersRequest Modifier and Type Field Description static ObjectParser<GetFiltersRequest,Void>GetFiltersRequest. PARSER
-