II.
MetaEnum JSON
Structured · livemeta-enum:eval-kind
EvalRun kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:eval-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-evaluation.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "EvalRun kind",
"name": "evalKind",
"values": [
{
"value": "capability",
"description": "Pure capability evaluation (does the model do X correctly)."
},
{
"value": "safety",
"description": "Safety evaluation (refusals, harmful-content, jailbreak resistance)."
},
{
"value": "robustness",
"description": "Robustness eval (perturbed inputs, distribution shift)."
},
{
"value": "alignment",
"description": "Alignment eval (instruction-following, honesty, helpfulness)."
},
{
"value": "regression",
"description": "Regression eval (catch performance regressions across versions)."
}
],
"usedOnAttributes": [
"meta-attribute:eval-run--eval-kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:eval-kind",
"to": "meta-attribute:eval-run--eval-kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}