CreateRuntimeRequest
Datalayer Core / CreateRuntimeRequest
Interface: CreateRuntimeRequest
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:81
Request payload for creating a new runtime CreateRuntimeRequest
Properties
capabilities?
optionalcapabilities:string[]
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:91
Optional capabilities for the runtime
credits_limit?
optionalcredits_limit:number
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:89
Maximum credits this runtime can consume
environment_name
environment_name:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:83
Name of the environment to use
from?
optionalfrom:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:93
Optional source to create runtime from (e.g., snapshot ID)
given_name?
optionalgiven_name:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:87
Optional given name for the runtime
type?
optionaltype:"notebook"|"terminal"|"job"
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:85
Type of runtime (e.g., 'notebook', 'terminal', 'job')