II.
Workflow JSON
Structured · liveworkflow:model-card-maintenance
Model Card Maintenance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:model-card-maintenance",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-ml-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Model Card Maintenance",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-model",
"complexity": "single-team",
"description": "Creates and updates model cards documenting model purpose, training data,\nevaluation metrics, known limitations, fairness assessments, and intended\nuse. Ensures cards are reviewed before model deployment and kept current\nthrough the model lifecycle. Excludes model training.\n"
},
"outgoingEdges": [
{
"from": "workflow:model-card-maintenance",
"to": "role:ml-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "skill-area:ml-fine-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "skill-area:eval-driven-development",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "domain:ml-ops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "domain:data-science",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "responsibility:write-user-docs",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "responsibility:ai-safety-guardrails",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "org-unit:ml-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:model-card-maintenance",
"to": "org-unit:ai-enablement",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}