CyberSecure / models /response_models.py
cloud450's picture
Upload 20 files
6f3b14e verified
raw
history blame contribute delete
127 Bytes
from pydantic import BaseModel
class PredictionResponse(BaseModel):
attack: str
severity: float
action: str