II.
StackPart JSON
Structured · livestack-part:model-serving
Model Serving / Inference Endpoint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}