faastjs.costanalyzer.estimate.md
April 5, 2024 ยท View on GitHub
faastjs > CostAnalyzer > Estimate
CostAnalyzer.Estimate interface
A cost estimate result for a specific cost analyzer configuration.
Signature:
interface Estimate<A extends string>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
The worload configuration that was analyzed. See CostAnalyzer.Configuration. | |||
|
The cost snapshot for the cost analysis of the specific (workload, configuration) combination. See CostSnapshot. | |||
|
Additional workload metrics returned from the work function. See CostAnalyzer.WorkloadAttribute. |