[DOCS] Clarify model snapshots (elastic/x-pack-elasticsearch#1447)
Original commit: elastic/x-pack-elasticsearch@55f307cf89
This commit is contained in:
parent
ea2214e5ce
commit
cf5f8e4bad
|
@ -49,6 +49,7 @@ so do not set the `background_persist_interval` value too low.
|
|||
`model_snapshot_id`::
|
||||
(string) A numerical character string that uniquely identifies the model
|
||||
snapshot. For example, `1491007364`.
|
||||
For more information about model snapshots, see <<ml-snapshot-resource>>.
|
||||
|
||||
`model_snapshot_retention_days`::
|
||||
(long) The time in days that model snapshots are retained for the job.
|
||||
|
|
|
@ -35,6 +35,7 @@ The create job API enables you to instantiate a job.
|
|||
`model_snapshot_retention_days`::
|
||||
(long) The time in days that model snapshots are retained for the job.
|
||||
Older snapshots are deleted. The default value is 1 day.
|
||||
For more information about model snapshots, see <<ml-snapshot-resource>>.
|
||||
|
||||
`results_index_name`::
|
||||
(string) The name of the index in which to store the {ml} results.
|
||||
|
|
Loading…
Reference in New Issue