Skip to main content

IRuntimeModel

Datalayer Core


Datalayer Core / IRuntimeModel

Interface: IRuntimeModel

Defined in: src/models/Runtime.ts:32

Runtime model.

Extends

Properties

burning_rate

burning_rate: number

Defined in: src/models/Runtime.ts:69

Credits burning rate per second

Inherited from

IRuntimePod.burning_rate


connections?

readonly optional connections: 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

IRuntimePod.environment_name


environment_title

environment_title: string

Defined in: src/models/Runtime.ts:41

Environment display name

Inherited from

IRuntimePod.environment_title


execution_state?

readonly optional execution_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?

optional expired_at: string

Defined in: src/models/Runtime.ts:81

Runtime credits reservation expiration timestamp

Inherited from

IRuntimePod.expired_at


given_name

given_name: string

Defined in: src/models/Runtime.ts:57

Runtime user given name

Inherited from

IRuntimePod.given_name


id

readonly id: 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

IRuntimePod.ingress


last_activity?

readonly optional last_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

readonly name: 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

IRuntimePod.pod_name


reason?

readonly optional reason: 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?

optional reservation_id: string

Defined in: src/models/Runtime.ts:73

Kernel reservation ID

Inherited from

IRuntimePod.reservation_id


started_at

started_at: string

Defined in: src/models/Runtime.ts:77

Runtime usage starting timestamp

Inherited from

IRuntimePod.started_at


token

token: string

Defined in: src/models/Runtime.ts:65

Server authentication token

Inherited from

IRuntimePod.token


traceback?

readonly optional traceback: 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

Inherited from

IRuntimePod.type