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