Get model snapshots info | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Query parameters
- If true, the results are sorted in descending order.
- Returns snapshots with timestamps earlier than this time.
- Skips the specified number of snapshots.
- Specifies the maximum number of snapshots to obtain.
- Specifies the sort field for the requested snapshots. By default, the snapshots are sorted by their timestamp.
- Returns snapshots with timestamps after this time.
application/json
Body
- Refer to the description for the
desc
query parameter. end string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
- Hide page attributes Show page attributes object
- Skips the specified number of items.
- Specifies the maximum number of items to obtain.
- Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.
start string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
Responses
- 200 application/json
Hide response attributes Show response attributes object- Hide model_snapshots attributes Show model_snapshots attributes object
* An optional description of the job.
* The timestamp of the latest processed record.
* The timestamp of the latest bucket result.
* Hide model_size_stats attributes Show model_size_stats attributes object
* #### log_time string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
* Values areok
,soft_limit
, orhard_limit
.
* If true, this snapshot will not be deleted during automatic cleanup of snapshots older than model_snapshot_retention_days. However, this snapshot will be deleted when the job is deleted. The default value is false.
* For internal use only.
* The creation timestamp for the snapshot.
- Hide model_snapshots attributes Show model_snapshots attributes object