RuntimeData
Agent Runtimes / models/RuntimeDTO / RuntimeData
Type Alias: RuntimeData
RuntimeData =
IRuntimePod
Defined in: src/models/RuntimeDTO.ts:25
Represents a running instance of a computing environment.
Alias of the canonical IRuntimePod (see Runtime.ts) so the raw
snake_case pod payload is defined in a single place. Kept as a named export
for the Datalayer Client's public API surface.