Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
  • Loading branch information
B-Step62 committed Dec 20, 2023
1 parent c9a8219 commit 85599a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deployment/deploy-model-locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ JSON input must be a dictionary with exactly one of the following fields, furthe
- ``{"instances": [1.0, 2.0, 5.0]}``
* - ``inputs``
- Same as ``instances`` but with a different key.
- ``{"inputs": [1.0, 2.0, 5.0]}``
- ``{"inputs": [["I", "have", "a", "pen"], ["I" "have", "an", "apple"]]}``

The JSON input can also include an optional ``params`` field for passing additional parameters.
Valid parameter types are ``Union[DataType, List[DataType], None]``, where DataType is
Expand Down

0 comments on commit 85599a7

Please sign in to comment.