You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom_service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The custom service file should define a method that acts as an entry point for e
17
17
The function can have any name, not necessarily handle, however this function should accept, the following parameters
18
18
19
19
***data** - The input data from the incoming request
20
-
***context** - Is the MMS [context](https://github.com/awslabs/mxnet-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
20
+
***context** - Is the MMS [context](https://github.com/awslabs/multi-model-server/blob/master/mms/context.py) information passed for use with the custom service if required.
0 commit comments