CreateRuntimeRequest
Datalayer Core / CreateRuntimeRequest
Interface: CreateRuntimeRequest
Defined in: src/models/RuntimeDTO.ts:80
Request payload for creating a new runtime CreateRuntimeRequest
Properties
capabilities?
optionalcapabilities:string[]
Defined in: src/models/RuntimeDTO.ts:90
Optional capabilities for the runtime
credits_limit?
optionalcredits_limit:number
Defined in: src/models/RuntimeDTO.ts:88
Maximum credits this runtime can consume
environment_name
environment_name:
string
Defined in: src/models/RuntimeDTO.ts:82
Name of the environment to use
from?
optionalfrom:string
Defined in: src/models/RuntimeDTO.ts:92
Optional source to create runtime from (e.g., snapshot ID)
given_name?
optionalgiven_name:string
Defined in: src/models/RuntimeDTO.ts:86
Optional given name for the runtime
type?
optionaltype:"notebook"|"terminal"|"job"
Defined in: src/models/RuntimeDTO.ts:84
Type of runtime (e.g., 'notebook', 'terminal', 'job')