iiRecord
Agentic AI Atlas · Model Serving / Inference Endpoint
stack-part:model-servinga5c.ai
II.
StackPart JSON

stack-part:model-serving

Structured · live

Model Serving / Inference Endpoint 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-serving",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-ml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Model Serving / Inference Endpoint",
    "category": "runtime",
    "description": "Managed inference endpoint (SageMaker Endpoints, Vertex AI Endpoints,\nBedrock, Azure ML Online Endpoints).\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:model-serving",
      "to": "tool:bentoml",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:model-serving-operations",
      "to": "stack-part:model-serving",
      "kind": "uses_stack_part"
    },
    {
      "from": "tool:bentoml",
      "to": "stack-part:model-serving",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-replicate",
      "to": "stack-part:model-serving",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}