Files
elasticsearch-js/docs/doc_examples/ddaadd91b7743a1c7e946ce1b593cd1b.asciidoc
2024-10-21 10:59:54 -05:00

15 lines
342 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.inference.inference({
task_type: "my-inference-endpoint",
inference_id: "_update",
service_settings: {
api_key: "<API_KEY>",
},
});
console.log(response);
----