15 lines
400 B
Plaintext
15 lines
400 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.putTrainedModelDefinitionPart({
|
|
model_id: "elastic__distilbert-base-uncased-finetuned-conll03-english",
|
|
part: 0,
|
|
definition: "...",
|
|
total_definition_length: 265632637,
|
|
total_parts: 64,
|
|
});
|
|
console.log(response);
|
|
----
|