Update the eval_definition on a custom processor’s active version.
Python
import requests url = "https://www.datalab.to/api/v1/custom_processors/{processor_id}/eval_definition" payload = {} headers = { "X-API-Key": "<api-key>", "Content-Type": "application/json" } response = requests.put(url, json=payload, headers=headers) print(response.text)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://documentation.datalab.to/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://documentation.datalab.to/llms.txt
Use this file to discover all available pages before exploring further.
The body is of type Eval Definition · object.
Eval Definition · object
Successful Response
Was this page helpful?