Uses of Class
org.elasticsearch.client.ml.RevertModelSnapshotRequest
-
Packages that use RevertModelSnapshotRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of RevertModelSnapshotRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type RevertModelSnapshotRequest Modifier and Type Method Description RevertModelSnapshotResponseMachineLearningClient. revertModelSnapshot(RevertModelSnapshotRequest request, RequestOptions options)Reverts to a particular Machine Learning Model SnapshotCancellableMachineLearningClient. revertModelSnapshotAsync(RevertModelSnapshotRequest request, RequestOptions options, ActionListener<RevertModelSnapshotResponse> listener)Reverts to a particular Machine Learning Model Snapshot asynchronously and notifies the listener on completion -
Uses of RevertModelSnapshotRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type RevertModelSnapshotRequest Modifier and Type Field Description static ConstructingObjectParser<RevertModelSnapshotRequest,Void>RevertModelSnapshotRequest. PARSER
-