II.
Responsibility JSON
Structured · liveresponsibility:model-drift-monitoring
Model drift monitoring json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:model-drift-monitoring",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded-2.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Model drift monitoring",
"cadence": "continuous",
"description": "Detect and respond to model performance degradation — data drift,\nconcept drift, and prediction drift monitoring with automated alerts\nand retraining triggers.\n"
},
"outgoingEdges": [
{
"from": "responsibility:model-drift-monitoring",
"to": "role:ml-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:model-drift-monitoring",
"to": "role:machine-learning-ops-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:model-drift-monitoring",
"to": "role:data-scientist",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:model-drift-monitoring",
"to": "skill-area:model-monitoring-drift-detection",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "responsibility:model-drift-monitoring",
"to": "skill-area:model-evaluation",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:machine-learning-ops-engineer",
"to": "responsibility:model-drift-monitoring",
"kind": "holds_responsibility"
}
]
}