Uses of Class
org.elasticsearch.client.ml.job.process.ModelSnapshot
-
Packages that use ModelSnapshot Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.job.process -
-
Uses of ModelSnapshot in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return ModelSnapshot Modifier and Type Method Description ModelSnapshotRevertModelSnapshotResponse. getModel()Get full information about the reverted model snapshotModelSnapshotUpdateModelSnapshotResponse. getModel()Get the updated snapshot of the modelMethods in org.elasticsearch.client.ml that return types with arguments of type ModelSnapshot Modifier and Type Method Description List<ModelSnapshot>GetModelSnapshotsResponse. snapshots()The retrieved snapshots -
Uses of ModelSnapshot in org.elasticsearch.client.ml.job.process
Methods in org.elasticsearch.client.ml.job.process that return ModelSnapshot Modifier and Type Method Description ModelSnapshotModelSnapshot.Builder. build()Constructors in org.elasticsearch.client.ml.job.process with parameters of type ModelSnapshot Constructor Description Builder(ModelSnapshot modelSnapshot)
-