We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a5cac5 + 9bd6969 commit d610f25Copy full SHA for d610f25
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 VetiverModel metadata `url` field is not None)
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