44158-Docker / schemas /output_44158.py
Muhammad Naufal Rizqullah
first commit
d022305
raw
history blame contribute delete
142 Bytes
from pydantic import BaseModel
class OutputBase(BaseModel):
message: str
class_predicted: str
prob: float
inference_time: str