Uses of Class
org.elasticsearch.client.ml.RevertModelSnapshotResponse
-
Packages that use RevertModelSnapshotResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of RevertModelSnapshotResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return RevertModelSnapshotResponse Modifier and Type Method Description RevertModelSnapshotResponseMachineLearningClient. revertModelSnapshot(RevertModelSnapshotRequest request, RequestOptions options)Reverts to a particular Machine Learning Model SnapshotMethod parameters in org.elasticsearch.client with type arguments of type RevertModelSnapshotResponse Modifier and Type Method Description CancellableMachineLearningClient. 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 RevertModelSnapshotResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type RevertModelSnapshotResponse Modifier and Type Field Description static ConstructingObjectParser<RevertModelSnapshotResponse,Void>RevertModelSnapshotResponse. PARSERMethods in org.elasticsearch.client.ml that return RevertModelSnapshotResponse Modifier and Type Method Description static RevertModelSnapshotResponseRevertModelSnapshotResponse. fromXContent(XContentParser parser)
-