We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5cac5 commit 5b0e2a5Copy full SHA for 5b0e2a5
1 file changed
vetiver/server.py
@@ -43,6 +43,13 @@ class VetiverAPI:
43
44
Notes
45
-----
46
+ This generates an API with either 2 or 3 GET endpoints and 1 POST endpoint.
47
+
48
+ ├──/ping (GET)
49
+ ├──/metadata (GET)
50
+ ├──/pin-url (GET, if model is pinned on Posit Connect)
51
+ └──/predict (POST)
52
53
Parameter `check_ptype` was changed to `check_prototype`. Handling of `check_ptype`
54
will be removed in a future version.
55
"""
0 commit comments