Uses of Class
org.elasticsearch.client.ml.GetCategoriesRequest
-
Packages that use GetCategoriesRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCategoriesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetCategoriesRequest Modifier and Type Method Description GetCategoriesResponseMachineLearningClient. getCategories(GetCategoriesRequest request, RequestOptions options)Gets the categories for a Machine Learning Job.CancellableMachineLearningClient. getCategoriesAsync(GetCategoriesRequest request, RequestOptions options, ActionListener<GetCategoriesResponse> listener)Gets the categories for a Machine Learning Job, notifies listener once the requested buckets are retrieved. -
Uses of GetCategoriesRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCategoriesRequest Modifier and Type Field Description static ConstructingObjectParser<GetCategoriesRequest,Void>GetCategoriesRequest. PARSER
-