rest-api-spec.api.ml.update_model_snapshot.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"ml.update_model_snapshot":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-snapshot.html",
"description":"Updates certain properties of a snapshot."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_update",
"methods":[
"POST"
],
"parts":{
"job_id":{
"type":"string",
"description":"The ID of the job to fetch"
},
"snapshot_id":{
"type":"string",
"description":"The ID of the snapshot to update"
}
}
}
]
},
"params":{},
"body":{
"description":"The model snapshot properties to update",
"required":true
}
}
}