Skip to content

Commit 28c5d6b

Browse files
m-adamsdroberts195
authored andcommitted
Clarify storage location of ML Snapshots (#43437)
The existing language was misleading about the model snapshots and where they are located. Saying "to disk" sounds like files external to Elasticsearch IMO. It raises the obvious question, where on disk? which node? Is it in the Elasticsearch snapshot repo? The model snapshots are held in an internal index.
1 parent 8dc9d3d commit 28c5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ml/apis/snapshotresource.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[ml-snapshot-resource]]
44
=== Model snapshot resources
55

6-
Model snapshots are saved to disk periodically.
6+
Model snapshots are saved to an internal index within the Elasticsearch cluster.
77
By default, this is occurs approximately every 3 hours to 4 hours and is
88
configurable with the `background_persist_interval` property.
99

0 commit comments

Comments
 (0)