Start Evals Process — API
Trigger one or more evaluations to run across a dataset by submitting user eval IDs. Scores are computed for every row.
POST
https://api.futureagi.com/model-hub/develops/{dataset_id}/start_evals_process/ Authentication
Path parameters
dataset_id
UUID of the dataset to start evaluations on.
Request body
user_eval_ids
Array of user eval metric UUIDs to run. Must contain at least one ID.
Response
200 OK data
Confirmation message indicating how many evaluations were started.
success
Whether the request completed successfully.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
500
An unexpected error occurred on the server while starting the evaluation process.