class PredictAuthenticationRequest(BaseModel): data: List[List[float]] class PredictAuthenticationResponse(BaseModel): data: List[float] ...
確定! 回上一頁