IRuntimeModel
Datalayer Core / IRuntimeModel
Interface: IRuntimeModel
Defined in: src/models/Runtime.ts:32
Runtime model.
Extends
IRuntimePod.IModel
Properties
burning_rate
burning_rate:
number
Defined in: src/models/Runtime.ts:69
Credits burning rate per second
Inherited from
connections?
readonlyoptionalconnections:number
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:29
The number of active connections to the kernel.
Inherited from
Kernel.IModel.connections
environment_name
environment_name:
string
Defined in: src/models/Runtime.ts:45
Environment name
Inherited from
environment_title
environment_title:
string
Defined in: src/models/Runtime.ts:41
Environment display name
Inherited from
execution_state?
readonlyoptionalexecution_state:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:21
The kernel execution state.
Inherited from
Kernel.IModel.execution_state
expired_at?
optionalexpired_at:string
Defined in: src/models/Runtime.ts:81
Runtime credits reservation expiration timestamp
Inherited from
given_name
given_name:
string
Defined in: src/models/Runtime.ts:57
Runtime user given name
Inherited from
id
readonlyid:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:13
Unique identifier of the kernel on the server.
Inherited from
Kernel.IModel.id
ingress
ingress:
string
Defined in: src/models/Runtime.ts:53
Runtime ingress URL
Inherited from
last_activity?
readonlyoptionallast_activity:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:25
The timestamp of the last activity on the kernel.
Inherited from
Kernel.IModel.last_activity
name
readonlyname:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:17
The name of the kernel.
Inherited from
Kernel.IModel.name
pod_name
pod_name:
string
Defined in: src/models/Runtime.ts:49
Runtime name
Inherited from
reason?
readonlyoptionalreason:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:33
The reason the kernel died, if applicable.
Inherited from
Kernel.IModel.reason
reservation_id?
optionalreservation_id:string
Defined in: src/models/Runtime.ts:73
Kernel reservation ID
Inherited from
started_at
started_at:
string
Defined in: src/models/Runtime.ts:77
Runtime usage starting timestamp
Inherited from
token
token:
string
Defined in: src/models/Runtime.ts:65
Server authentication token
Inherited from
traceback?
readonlyoptionaltraceback:string
Defined in: node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts:37
The traceback for a dead kernel, if applicable.
Inherited from
Kernel.IModel.traceback
type
type:
IRuntimeType
Defined in: src/models/Runtime.ts:61
Runtime type