Skip to content

Commit

Permalink
formatting docstring for VetiverAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Oct 27, 2023
1 parent 225788b commit 5c94351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vetiver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ class VetiverAPI:
This generates an API with either 2 or 3 GET endpoints and 1 POST endpoint.
├──/ping (GET)
├──/metadata (GET)
├──/pin-url (GET, if VetiverModel metadata `url` field is not None)
└──/predict (POST)
Parameter `check_ptype` was changed to `check_prototype`. Handling of `check_ptype`
Expand Down

0 comments on commit 5c94351

Please sign in to comment.