Uses of Class
org.elasticsearch.client.ml.GetOverallBucketsRequest
-
Packages that use GetOverallBucketsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetOverallBucketsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetOverallBucketsRequest Modifier and Type Method Description GetOverallBucketsResponseMachineLearningClient. getOverallBuckets(GetOverallBucketsRequest request, RequestOptions options)Gets overall buckets for a set of Machine Learning Jobs.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 GetOverallBucketsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetOverallBucketsRequest Modifier and Type Field Description static ConstructingObjectParser<GetOverallBucketsRequest,Void>GetOverallBucketsRequest. PARSER
-