![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Serious incident report per Art. 62. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | report_id |
| Unique report identifier. | |
| std::string | system_id |
| AI system identifier. | |
| int64_t | occurred_ns = 0 |
| When the incident occurred. | |
| int64_t | reported_ns = 0 |
| When the report was filed. | |
| std::string | description |
| Incident description. | |
| std::string | harm_caused |
| Harm to health, safety, or rights. | |
| std::string | corrective_action |
| Actions taken. | |
| bool | reported_to_authority = false |
| Submitted to market surveillance. | |
Serious incident report per Art. 62.
Definition at line 1188 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::SeriousIncidentReport::corrective_action |
Actions taken.
Definition at line 1195 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::SeriousIncidentReport::description |
Incident description.
Definition at line 1193 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::SeriousIncidentReport::harm_caused |
Harm to health, safety, or rights.
Definition at line 1194 of file compliance_types.hpp.
| int64_t signet::forge::eu_ai_act::SeriousIncidentReport::occurred_ns = 0 |
When the incident occurred.
Definition at line 1191 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::SeriousIncidentReport::report_id |
Unique report identifier.
Definition at line 1189 of file compliance_types.hpp.
| int64_t signet::forge::eu_ai_act::SeriousIncidentReport::reported_ns = 0 |
When the report was filed.
Definition at line 1192 of file compliance_types.hpp.
| bool signet::forge::eu_ai_act::SeriousIncidentReport::reported_to_authority = false |
Submitted to market surveillance.
Definition at line 1196 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::SeriousIncidentReport::system_id |
AI system identifier.
Definition at line 1190 of file compliance_types.hpp.