evaluations
Dataset Evaluation Tasks Partial Update
Update dataset evaluation task metadata.
patch/evaluations/dataset-evaluation-tasks/{id}/
Path parameters
idinteger required
Headers
Authorizationstring required
JWT access token or Respan API key
Request body
task_idstring
namestring
dataset_idstring
type'add_logs' | 'remove_logs' | 'run_logs' | 'run_evals' | 'run_experiment'
- add_logs - Add Logs
- remove_logs - Remove Logs
- run_logs - Run Logs
- run_evals - Run Evals
- run_experiment - Run Experiment
status'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled'
- pending - Pending
- processing - Processing
- paused - Paused
- completed - Completed
- failed - Failed
- cancelled - Cancelled
started_atstring date-time nullable
completed_atstring date-time nullable
error_messagestring
{"stackTrail":"components:schemas:PatchedDatasetTaskTrackerRunEvaluationDetailRequest:properties:metadata","oasType":"schema","type":"unknown","description":"Any type"}
Response
task_idstring required
namestring required
dataset_idstring required
dataset_namestring required
dataset_descriptionstring required
type'add_logs' | 'remove_logs' | 'run_logs' | 'run_evals' | 'run_experiment'
- add_logs - Add Logs
- remove_logs - Remove Logs
- run_logs - Run Logs
- run_evals - Run Evals
- run_experiment - Run Experiment
status'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled'
- pending - Pending
- processing - Processing
- paused - Paused
- completed - Completed
- failed - Failed
- cancelled - Cancelled
progress_percentagestring required
processed_countstring required
total_countstring required
evaluator_namestring required
evaluator_slugstring required
evaluator_descriptionstring required
created_atstring date-time required
started_atstring date-time nullable
completed_atstring date-time nullable
error_messagestring
{"stackTrail":"components:schemas:DatasetTaskTrackerRunEvaluationDetail:properties:metadata","oasType":"schema","type":"unknown","description":"Any type"}