Uses of Class
org.elasticsearch.client.ml.UpdateModelSnapshotResponse
-
Packages that use UpdateModelSnapshotResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of UpdateModelSnapshotResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return UpdateModelSnapshotResponse Modifier and Type Method Description UpdateModelSnapshotResponseMachineLearningClient. updateModelSnapshot(UpdateModelSnapshotRequest request, RequestOptions options)Updates a snapshot for a Machine Learning Job.Method parameters in org.elasticsearch.client with type arguments of type UpdateModelSnapshotResponse Modifier and Type Method Description CancellableMachineLearningClient. updateModelSnapshotAsync(UpdateModelSnapshotRequest request, RequestOptions options, ActionListener<UpdateModelSnapshotResponse> listener)Updates a snapshot for a Machine Learning Job, notifies listener once the requested snapshots are retrieved. -
Uses of UpdateModelSnapshotResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type UpdateModelSnapshotResponse Modifier and Type Field Description static ConstructingObjectParser<UpdateModelSnapshotResponse,Void>UpdateModelSnapshotResponse. PARSERMethods in org.elasticsearch.client.ml that return UpdateModelSnapshotResponse Modifier and Type Method Description static UpdateModelSnapshotResponseUpdateModelSnapshotResponse. fromXContent(XContentParser parser)
-