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

Post-market monitoring data point. More...

#include <compliance_types.hpp>

Public Attributes

std::string metric_name
 Metric being monitored.
 
double value = 0.0
 Observed value.
 
int64_t timestamp_ns = 0
 Observation timestamp.
 
std::string deployment_id
 Deployment identifier.
 
std::string environment
 Production/staging/etc.
 

Detailed Description

Post-market monitoring data point.

Definition at line 1175 of file compliance_types.hpp.

Member Data Documentation

◆ deployment_id

std::string signet::forge::eu_ai_act::PostMarketDataPoint::deployment_id

Deployment identifier.

Definition at line 1179 of file compliance_types.hpp.

◆ environment

std::string signet::forge::eu_ai_act::PostMarketDataPoint::environment

Production/staging/etc.

Definition at line 1180 of file compliance_types.hpp.

◆ metric_name

std::string signet::forge::eu_ai_act::PostMarketDataPoint::metric_name

Metric being monitored.

Definition at line 1176 of file compliance_types.hpp.

◆ timestamp_ns

int64_t signet::forge::eu_ai_act::PostMarketDataPoint::timestamp_ns = 0

Observation timestamp.

Definition at line 1178 of file compliance_types.hpp.

◆ value

double signet::forge::eu_ai_act::PostMarketDataPoint::value = 0.0

Observed value.

Definition at line 1177 of file compliance_types.hpp.


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