Evaluators

Create New Evaluator Config

Endpoint to fetch evaluator configurations for a specific app.

Args: app_id (str): The ID of the app.

Returns: EvaluatorConfigDB: Evaluator configuration api model.

post/evaluators/configs

Request body

app_idstring required
namestring required
evaluator_keystring required
settings_valuesobject required

Response

Successful Response

idstring required
namestring required
project_idstring required
evaluator_keystring required
settings_valuesobject nullable
created_atstring required
updated_atstring required

Changes