LaunchAgentOptions
Agent Runtimes / stores/agentRuntimeStore / LaunchAgentOptions
Interface: LaunchAgentOptions
Defined in: src/stores/agentRuntimeStore.ts:262
Runtime creation options
Extends
Properties
capabilities?
optionalcapabilities?:"user_storage"[]
Defined in: src/runtimes/apis.ts:54
Kernel capabilities
Inherited from
creditsLimit
creditsLimit:
number
Defined in: src/runtimes/apis.ts:42
Credits limit to be consumed by the kernel
Inherited from
environmentName
environmentName:
string
Defined in: src/runtimes/apis.ts:38
Environment name
Inherited from
IRuntimeOptions.environmentName
givenName?
optionalgivenName?:string
Defined in: src/runtimes/apis.ts:50
Runtime given name
Inherited from
runtimesUrl?
optionalruntimesUrl?:string
Defined in: src/stores/agentRuntimeStore.ts:264
Optional runtimes API base URL override for runtime creation.
snapshot?
optionalsnapshot?:string
Defined in: src/runtimes/apis.ts:58
Kernel snapshot to restore
Inherited from
type?
optionaltype?:IRuntimeType
Defined in: src/runtimes/apis.ts:46
Runtime type