... response_model=PredictAuthenticationResponse, tags= ['prediction']) async def predict(input: PredictAuthenticationRequest): X = np.array(input.data) ...
確定! 回上一頁