14 lines
329 B
Plaintext
14 lines
329 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.upgradeJobSnapshot({
|
|
job_id: "low_request_rate",
|
|
snapshot_id: 1828371,
|
|
timeout: "45m",
|
|
wait_for_completion: "true",
|
|
});
|
|
console.log(response);
|
|
----
|