Skip to main content

RuntimeJSON

Datalayer Core


Datalayer Core / RuntimeJSON

Interface: RuntimeJSON

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:22

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: tech/datalayer/core/src/client/models/Runtime.ts:36

Credits consumed per second


environmentName

environmentName: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:30

Name of the environment this runtime is based on


environmentTitle

environmentTitle: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:32

Title of the environment for display


expiredAt

expiredAt: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:44

When the runtime will expire


givenName

givenName: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:28

User-friendly name for the runtime


ingress

ingress: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:38

Credits allocated/available to this runtime


podName

podName: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:26

Kubernetes pod name for the runtime instance


startedAt

startedAt: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:42

When the runtime was started


token

token: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:40

Authentication token for accessing the runtime


type

type: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:34

Type of runtime - notebook, terminal, or job


uid

uid: string

Defined in: tech/datalayer/core/src/client/models/Runtime.ts:24

ulid for the runtime