Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::eu_ai_act::SeriousIncidentReport Struct Reference

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.
 

Detailed Description

Serious incident report per Art. 62.

Definition at line 1188 of file compliance_types.hpp.

Member Data Documentation

◆ corrective_action

std::string signet::forge::eu_ai_act::SeriousIncidentReport::corrective_action

Actions taken.

Definition at line 1195 of file compliance_types.hpp.

◆ description

std::string signet::forge::eu_ai_act::SeriousIncidentReport::description

Incident description.

Definition at line 1193 of file compliance_types.hpp.

◆ harm_caused

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.

◆ occurred_ns

int64_t signet::forge::eu_ai_act::SeriousIncidentReport::occurred_ns = 0

When the incident occurred.

Definition at line 1191 of file compliance_types.hpp.

◆ report_id

std::string signet::forge::eu_ai_act::SeriousIncidentReport::report_id

Unique report identifier.

Definition at line 1189 of file compliance_types.hpp.

◆ reported_ns

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.

◆ reported_to_authority

bool signet::forge::eu_ai_act::SeriousIncidentReport::reported_to_authority = false

Submitted to market surveillance.

Definition at line 1196 of file compliance_types.hpp.

◆ system_id

std::string signet::forge::eu_ai_act::SeriousIncidentReport::system_id

AI system identifier.

Definition at line 1190 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: