II.
Term JSON
Structured · liveterm:eval-result
EvalResult json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:eval-result",
"_kind": "Term",
"_file": "terminology/terms/eval-result.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:eval-result.canonical",
"displayName": "EvalResult",
"kind": "concept",
"references": [
"NodeKind:EvalResult"
],
"description": "Scored result of an EvalRun\n"
},
"outgoingEdges": [
{
"from": "term:eval-result",
"to": "domain:ml-ai",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:eval-result",
"to": "domain:data-science",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:eval-result.canonical",
"to": "term:eval-result",
"kind": "defines"
}
]
}