Files
elasticsearch-js/docs/doc_examples/c873f9cd093e26515148f052e28c7805.asciidoc
2024-07-29 17:10:05 -05:00

12 lines
283 B
Plaintext

// 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.getModelSnapshots({
job_id: "high_sum_total_sales",
start: 1575402236000,
});
console.log(response);
----