II.
MetaEnum JSON
Structured · livemeta-enum:execution-kind
Execution kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:execution-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Execution kind",
"name": "kind",
"values": [
{
"value": "local",
"description": "Runs as a local process on the host."
},
{
"value": "docker",
"description": "Runs in a docker / OCI container on the host."
},
{
"value": "ssh",
"description": "Runs over an SSH connection on a remote host."
},
{
"value": "kubernetes",
"description": "Runs as a pod in a Kubernetes cluster."
},
{
"value": "cloud",
"description": "Runs in a managed cloud execution service."
},
{
"value": "direct",
"description": "Direct in-process invocation, no separate execution boundary."
}
],
"usedOnAttributes": [
"meta-attribute:execution--kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:execution-kind",
"to": "meta-attribute:execution--kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}