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