Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 22, 2020
1 parent aa5b518 commit ec777e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bentoml/service/inference_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec777e7

Please sign in to comment.