File size: 127 Bytes
6f3b14e
 
 
 
 
 
1
2
3
4
5
6
7
from pydantic import BaseModel

class PredictionResponse(BaseModel):
    attack: str
    severity: float
    action: str