Uses of Class
org.elasticsearch.client.ml.PostDataResponse
-
Packages that use PostDataResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PostDataResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PostDataResponse Modifier and Type Method Description PostDataResponseMachineLearningClient. postData(PostDataRequest request, RequestOptions options)Sends data to an anomaly detection job for analysis.Method parameters in org.elasticsearch.client with type arguments of type PostDataResponse Modifier and Type Method Description CancellableMachineLearningClient. postDataAsync(PostDataRequest request, RequestOptions options, ActionListener<PostDataResponse> listener)Sends data to an anomaly detection job for analysis, asynchronously -
Uses of PostDataResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return PostDataResponse Modifier and Type Method Description static PostDataResponsePostDataResponse. fromXContent(XContentParser parser)
-