JS API Reference
Module: market/market.module
Table of contents
Classes
Interfaces
Type Aliases
Type Aliases
DemandEngine
Ƭ DemandEngine: "vm"
| "vm-nvidia"
| "wasmtime"
Defined in
src/market/market.module.ts:45
PricingOptions
Ƭ PricingOptions: { model
: "linear"
; maxStartPrice
: number
; maxCpuPerHourPrice
: number
; maxEnvPerHourPrice
: number
} | { model
: "burn-rate"
; avgGlmPerHour
: number
}