IRuntimeOptions
Datalayer Core / IRuntimeOptions
Interface: IRuntimeOptions
Defined in: src/stateful/runtimes/apis.ts:34
Runtime creation options
Properties
capabilities?
optionalcapabilities:"user_storage"[]
Defined in: src/stateful/runtimes/apis.ts:54
Kernel capabilities
creditsLimit
creditsLimit:
number
Defined in: src/stateful/runtimes/apis.ts:42
Credits limit to be consumed by the kernel
environmentName
environmentName:
string
Defined in: src/stateful/runtimes/apis.ts:38
Environment name
givenName?
optionalgivenName:string
Defined in: src/stateful/runtimes/apis.ts:50
Runtime given name
snapshot?
optionalsnapshot:string
Defined in: src/stateful/runtimes/apis.ts:58
Kernel snapshot to restore
type?
optionaltype:IRuntimeType
Defined in: src/stateful/runtimes/apis.ts:46
Runtime type