* `llm_judge` - LLM as a judge * `hog` - Hog
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EvaluationTypeEnum", "title": "EvaluationTypeEnum", "enum": [ "llm_judge", "hog" ], "type": "string", "description": "* `llm_judge` - LLM as a judge\n* `hog` - Hog" }