MIF_E31220954/backend/schemas/riwayatPengujian.py

10 lines
201 B
Python

from pydantic import BaseModel
from datetime import date
class RiwayatPengujian(BaseModel):
id_kernel:int
tanggal:date
infoHyperparameter:str
MAE:str
RMSE:str
MAPE:str