// This file is autogenerated, DO NOT EDIT // Use `node scripts/generate-docs-examples.js` to generate the docs examples [source, js] ---- const response = await client.ml.updateModelSnapshot({ job_id: "it_ops_new_logs", snapshot_id: 1491852978, description: "Snapshot 1", retain: true, }); console.log(response); ----