Add Dataset Eval
Add an evaluation to a dataset by selecting a template and configuring the key mapping.
https://api.futureagi.com/model-hub/develops/{dataset_id}/add_user_eval/ Authentication
Path parameters
UUID of the dataset to add the evaluation to.
Request body
Configuration object controlling how the evaluation executes against dataset rows.
Template-specific configuration parameters.
Runtime parameters for the evaluation engine.
Mapping of eval template variable keys to dataset column names.
Whether to create a reason column alongside the eval result column.
UUID of a knowledge base to associate with this evaluation.
Whether to enable error localization for this evaluation.
Whether to immediately run the evaluation after adding it.
Whether to save this configuration as a new reusable eval template.