II.
MetaAttribute JSON
Structured · livemeta-attribute:eval-run--eval-kind
EvalRun.evalKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:eval-run--eval-kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-evaluation.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "EvalRun.evalKind",
"name": "evalKind",
"parentNodeKindId": "meta-node-kind:eval-run",
"type": "enum<capability,safety,robustness,alignment,regression>",
"required": false,
"description": "evalKind on EvalRun."
},
"outgoingEdges": [
{
"from": "meta-attribute:eval-run--eval-kind",
"to": "meta-node-kind:eval-run",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:eval-run",
"to": "meta-attribute:eval-run--eval-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:eval-kind",
"to": "meta-attribute:eval-run--eval-kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}