Start fixing forecast service API 14

This commit is contained in:
Urtzi Alfaro
2025-07-29 21:08:33 +02:00
parent c1dda203b6
commit f3e8a6dda8
5 changed files with 95 additions and 12 deletions

View File

@@ -169,6 +169,7 @@ class TrainedModel(Base):
def to_dict(self):
return {
"id": self.id,
"model_id": self.id,
"tenant_id": self.tenant_id,
"product_name": self.product_name,
"model_type": self.model_type,