From 456725ee1f13eb430265ba667edf9146232a57c5 Mon Sep 17 00:00:00 2001 From: bojiang Date: Tue, 22 Dec 2020 11:51:38 +0800 Subject: [PATCH] fix doc --- bentoml/service/inference_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bentoml/service/inference_api.py b/bentoml/service/inference_api.py index fa6f244ca0d..84e72735430 100644 --- a/bentoml/service/inference_api.py +++ b/bentoml/service/inference_api.py @@ -55,6 +55,7 @@ def __init__( """ :param service: ref to service containing this API :param name: API name + :param route: API path (by default the same as `name`) :param doc: the user facing document of this inference API, default to the docstring of the inference API function :param input_adapter: A InputAdapter that transforms HTTP Request and/or