RuntimeJSON
Datalayer Core / RuntimeJSON
Interface: RuntimeJSON
Defined in: src/models/RuntimeDTO.ts:51
Stable public interface for Runtime data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.
Properties
burningRate
burningRate:
number
Defined in: src/models/RuntimeDTO.ts:65
Credits consumed per second
environmentName
environmentName:
string
Defined in: src/models/RuntimeDTO.ts:59
Name of the environment this runtime is based on
environmentTitle
environmentTitle:
string
Defined in: src/models/RuntimeDTO.ts:61
Title of the environment for display
expiredAt
expiredAt:
string
Defined in: src/models/RuntimeDTO.ts:73
When the runtime will expire
givenName
givenName:
string
Defined in: src/models/RuntimeDTO.ts:57
User-friendly name for the runtime
ingress
ingress:
string
Defined in: src/models/RuntimeDTO.ts:67
Credits allocated/available to this runtime
podName
podName:
string
Defined in: src/models/RuntimeDTO.ts:55
Kubernetes pod name for the runtime instance
startedAt
startedAt:
string
Defined in: src/models/RuntimeDTO.ts:71
When the runtime was started
token
token:
string
Defined in: src/models/RuntimeDTO.ts:69
Authentication token for accessing the runtime
type
type:
string
Defined in: src/models/RuntimeDTO.ts:63
Type of runtime - notebook, terminal, or job
uid
uid:
string
Defined in: src/models/RuntimeDTO.ts:53
ulid for the runtime