Uses of Class
org.elasticsearch.client.ml.PutDatafeedResponse
-
Packages that use PutDatafeedResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PutDatafeedResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutDatafeedResponse Modifier and Type Method Description PutDatafeedResponseMachineLearningClient. putDatafeed(PutDatafeedRequest request, RequestOptions options)Creates a new Machine Learning DatafeedPutDatafeedResponseMachineLearningClient. updateDatafeed(UpdateDatafeedRequest request, RequestOptions options)Updates a Machine Learning DatafeedMethod parameters in org.elasticsearch.client with type arguments of type PutDatafeedResponse Modifier and Type Method Description CancellableMachineLearningClient. putDatafeedAsync(PutDatafeedRequest request, RequestOptions options, ActionListener<PutDatafeedResponse> listener)Creates a new Machine Learning Datafeed asynchronously and notifies listener on completionCancellableMachineLearningClient. updateDatafeedAsync(UpdateDatafeedRequest request, RequestOptions options, ActionListener<PutDatafeedResponse> listener)Updates a Machine Learning Datafeed asynchronously and notifies listener on completion -
Uses of PutDatafeedResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return PutDatafeedResponse Modifier and Type Method Description static PutDatafeedResponsePutDatafeedResponse. fromXContent(XContentParser parser)
-