AgentRuntimeData
Agent Runtimes / types/agents / AgentRuntimeData
Type Alias: AgentRuntimeData
AgentRuntimeData =
object
Defined in: src/types/agents.ts:82
Agent Runtime data type (mapped from runtimes service).
Backend RuntimePod fields: pod_name, environment_name, environment_title, uid, type, given_name, token, ingress, reservation_id, started_at, expired_at, burning_rate.
We map ingress to url for consistency with the UI.
Properties
agent_spec_id?
optionalagent_spec_id?:string
Defined in: src/types/agents.ts:102
agentSpec?
optionalagentSpec?:Agentspec
Defined in: src/types/agents.ts:100
billing_entity_handle?
optionalbilling_entity_handle?:string
Defined in: src/types/agents.ts:106