Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 24, 2020
1 parent 4055586 commit 456725e
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 456725e

Please sign in to comment.