Uses of Class
org.elasticsearch.client.ml.GetInfluencersResponse
-
Packages that use GetInfluencersResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetInfluencersResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetInfluencersResponse Modifier and Type Method Description GetInfluencersResponseMachineLearningClient. getInfluencers(GetInfluencersRequest request, RequestOptions options)Gets the influencers for a Machine Learning Job.Method parameters in org.elasticsearch.client with type arguments of type GetInfluencersResponse Modifier and Type Method Description CancellableMachineLearningClient. getInfluencersAsync(GetInfluencersRequest request, RequestOptions options, ActionListener<GetInfluencersResponse> listener)Gets the influencers for a Machine Learning Job, notifies listener once the requested influencers are retrieved. -
Uses of GetInfluencersResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetInfluencersResponse Modifier and Type Field Description static ConstructingObjectParser<GetInfluencersResponse,Void>GetInfluencersResponse. PARSERMethods in org.elasticsearch.client.ml that return GetInfluencersResponse Modifier and Type Method Description static GetInfluencersResponseGetInfluencersResponse. fromXContent(XContentParser parser)
-