RunTreeCost
Total cost of a run tree (the root plus every child run).
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
inputCost |
no | number (double) |
Gets the total input cost across the tree. | pattern `^-?(?:0\ |
outputCost |
no | number (double) |
Gets the total output cost across the tree. | pattern `^-?(?:0\ |
cachedInputCost |
no | number (double) |
Gets the total cached-input cost across the tree. | pattern `^-?(?:0\ |
currency |
no | string |
Gets the currency. | — |
runsWithUnknownPricing |
no | integer (int64) |
Gets how many runs in the tree have an unknown price. | pattern `^-?(?:0\ |