This message was deleted.
# ask-for-help
s
This message was deleted.
b
BentoML context should be able to handle the work: https://docs.bentoml.org/en/latest/concepts/service.html#inference-context
What situation you encountered that pushes you to look at this type of solution?
s
If all you want to do is send an error code or message, you can simply subclass
BentoMLException
and set
error_code
or
message
; see https://github.com/bentoml/BentoML/blob/main/src/bentoml/exceptions.py for a few examples.
n
Thanks for the update will check these options and get back