Uses of Class
org.elasticsearch.client.ml.GetModelSnapshotsRequest
-
Packages that use GetModelSnapshotsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetModelSnapshotsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetModelSnapshotsRequest Modifier and Type Method Description GetModelSnapshotsResponseMachineLearningClient. getModelSnapshots(GetModelSnapshotsRequest request, RequestOptions options)Gets the snapshots for a Machine Learning Job.CancellableMachineLearningClient. getModelSnapshotsAsync(GetModelSnapshotsRequest request, RequestOptions options, ActionListener<GetModelSnapshotsResponse> listener)Gets the snapshots for a Machine Learning Job, notifies listener once the requested snapshots are retrieved. -
Uses of GetModelSnapshotsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetModelSnapshotsRequest Modifier and Type Field Description static ConstructingObjectParser<GetModelSnapshotsRequest,Void>GetModelSnapshotsRequest. PARSER
-