RuntimeJSON
Agent Runtimes / models/RuntimeDTO / RuntimeJSON
Interface: RuntimeJSON
Defined in: src/models/RuntimeDTO.ts:32
Stable public interface for Runtime data. This is the contract that Client consumers can rely on. The raw API may change, but this interface remains stable.
Properties
burningRate
burningRate:
number
Defined in: src/models/RuntimeDTO.ts:46
Credits consumed per second
environmentName
environmentName:
string
Defined in: src/models/RuntimeDTO.ts:40
Name of the environment this runtime is based on
environmentTitle
environmentTitle:
string
Defined in: src/models/RuntimeDTO.ts:42
Title of the environment for display
expiredAt
expiredAt:
string
Defined in: src/models/RuntimeDTO.ts:54
When the runtime will expire
givenName
givenName:
string
Defined in: src/models/RuntimeDTO.ts:38
User-friendly name for the runtime
ingress
ingress:
string
Defined in: src/models/RuntimeDTO.ts:48
Credits allocated/available to this runtime
podName
podName:
string
Defined in: src/models/RuntimeDTO.ts:36
Kubernetes pod name for the runtime instance
startedAt
startedAt:
string
Defined in: src/models/RuntimeDTO.ts:52
When the runtime was started
token
token:
string
Defined in: src/models/RuntimeDTO.ts:50
Authentication token for accessing the runtime
type
type:
string
Defined in: src/models/RuntimeDTO.ts:44
Type of runtime - notebook, terminal, or job
uid
uid:
string
Defined in: src/models/RuntimeDTO.ts:34
ulid for the runtime