isOverBudget property
True when end_to_end_ms exceeded the PipelineOptions.latency_budget_ms
configured for this run. Frontends can surface this to the UI for SLO
dashboards without re-computing the threshold themselves.
Implementation
@$pb.TagNumber(7)
$core.bool get isOverBudget => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set isOverBudget($core.bool value) => $_setBool(6, value);