Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 949 Bytes

File metadata and controls

19 lines (16 loc) · 949 Bytes

# HealthPredictionResult

Properties

Name Type Description Notes
beehiveId int Identifiant unique de la ruche
healthScore float Score de santé (0-1)
healthStatus string Statut de santé (textuel)
confidence float Confiance dans la prédiction (0-1)
confidenceLevel string Niveau de confiance (textuel)
issues string[] Problèmes de santé détectés [optional]
alerts string[] Alertes urgentes [optional]
recommendations string[] Recommandations d'actions [optional]
analysisDetails array<string,float> [optional]
debugInfo object [optional]
vectorIntegrationInfo object [optional]

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