Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 698 Bytes

AggregateStatus.md

File metadata and controls

12 lines (9 loc) · 698 Bytes

AggregateStatus

Properties

Name Type Description Notes
Error_ int64 Count of evaluations that have a status of 'error' [default to null]
Pass int64 Count of evaluations that have a status of 'pass' [default to null]
Time int64 The Unix time of this particular aggregation [default to null]
Warning int64 Count of evaluations that have a status of 'warning' [default to null]

[Back to Model list] [Back to API list] [Back to README]