Uses of Class
org.elasticsearch.client.ml.GetCategoriesResponse
-
Packages that use GetCategoriesResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCategoriesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetCategoriesResponse Modifier and Type Method Description GetCategoriesResponseMachineLearningClient. getCategories(GetCategoriesRequest request, RequestOptions options)Gets the categories for a Machine Learning Job.Method parameters in org.elasticsearch.client with type arguments of type GetCategoriesResponse Modifier and Type Method Description 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 GetCategoriesResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCategoriesResponse Modifier and Type Field Description static ConstructingObjectParser<GetCategoriesResponse,Void>GetCategoriesResponse. PARSERMethods in org.elasticsearch.client.ml that return GetCategoriesResponse Modifier and Type Method Description static GetCategoriesResponseGetCategoriesResponse. fromXContent(XContentParser parser)
-