Uses of Class
org.elasticsearch.client.ml.GetModelSnapshotsResponse
-
Packages that use GetModelSnapshotsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetModelSnapshotsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetModelSnapshotsResponse Modifier and Type Method Description GetModelSnapshotsResponseMachineLearningClient. getModelSnapshots(GetModelSnapshotsRequest request, RequestOptions options)Gets the snapshots for a Machine Learning Job.Method parameters in org.elasticsearch.client with type arguments of type GetModelSnapshotsResponse Modifier and Type Method Description 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 GetModelSnapshotsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetModelSnapshotsResponse Modifier and Type Field Description static ConstructingObjectParser<GetModelSnapshotsResponse,Void>GetModelSnapshotsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetModelSnapshotsResponse Modifier and Type Method Description static GetModelSnapshotsResponseGetModelSnapshotsResponse. fromXContent(XContentParser parser)
-