iiRecord
Agentic AI Atlas · Model Registry
stack-part:model-registrya5c.ai
II.
StackPart JSON

stack-part:model-registry

Structured · live

Model Registry json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/stack-parts-ml.yamlCluster · domain
Record JSON
{
  "id": "stack-part:model-registry",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-ml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Model Registry",
    "category": "infrastructure",
    "description": "Versioned ML model artifact registry (SageMaker Model Registry, Vertex\nAI Model Registry, MLflow).\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:model-registry",
      "to": "tool:mlflow",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:mlflow",
      "to": "stack-part:model-registry",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-wandb",
      "to": "stack-part:model-registry",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mlflow",
      "to": "stack-part:model-registry",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}