epsilonBudgetRemaining property

double? epsilonBudgetRemaining
getter/setter pair

The epsilon budget remaining.

If budget is exhausted, no more queries are allowed. Note that the budget for queries that are in progress is deducted before the query executes. If the query fails or is cancelled then the budget is refunded. In this case the amount of budget remaining can increase.

Output only.

Implementation

core.double? epsilonBudgetRemaining;