Guardian
Log Inference
Log a model inference for monitoring
POST
Request
The monitor ID to log to.
Input features for the inference. Used for data drift detection.
The model’s prediction output.
Ground truth label (if available). Used for accuracy monitoring.
Inference latency in milliseconds.
Error details if the inference failed.
Additional metadata for segmentation and analysis.
ISO 8601 timestamp. Defaults to current time.
Batch Logging
For high-throughput scenarios, use the batch endpoint:Batch endpoint accepts up to 1,000 inferences per request. For very high throughput, consider using async logging with a queue.

