II.
Term JSON
Structured · liveterm:provider
Provider json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:provider",
"_kind": "Term",
"_file": "terminology/terms/provider.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:provider.canonical",
"displayName": "Provider",
"kind": "concept",
"references": [
"NodeKind:Provider"
],
"description": "Entity serving inference for one or more model versions\n"
},
"outgoingEdges": [
{
"from": "term:provider",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:provider",
"to": "domain:cloud-infra",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:provider.canonical",
"to": "term:provider",
"kind": "defines"
}
]
}