verdict property
The resulting verdict of the canary evaluations: NONE, PASS, or FAIL.
Output only. Possible string values are:
- "VERDICT_UNSPECIFIED" : Verdict is not available yet.
- "NONE" : No verdict reached.
- "FAIL" : Evaluation is not good.
- "PASS" : Evaluation is good.
Implementation
core.String? verdict;