Uses of Class
org.elasticsearch.client.ml.GetOverallBucketsResponse
-
Packages that use GetOverallBucketsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetOverallBucketsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetOverallBucketsResponse Modifier and Type Method Description GetOverallBucketsResponseMachineLearningClient. getOverallBuckets(GetOverallBucketsRequest request, RequestOptions options)Gets overall buckets for a set of Machine Learning Jobs.Method parameters in org.elasticsearch.client with type arguments of type GetOverallBucketsResponse Modifier and Type Method Description CancellableMachineLearningClient. getOverallBucketsAsync(GetOverallBucketsRequest request, RequestOptions options, ActionListener<GetOverallBucketsResponse> listener)Gets overall buckets for a set of Machine Learning Jobs, notifies listener once the requested buckets are retrieved. -
Uses of GetOverallBucketsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetOverallBucketsResponse Modifier and Type Field Description static ConstructingObjectParser<GetOverallBucketsResponse,Void>GetOverallBucketsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetOverallBucketsResponse Modifier and Type Method Description static GetOverallBucketsResponseGetOverallBucketsResponse. fromXContent(XContentParser parser)
-