Slackbot
03/21/2023, 11:28 PMEric Riddoch
03/22/2023, 9:00 AMenable_data_capture
flag that tracks all of the inferences made and can be used to trigger alerts if incoming data is different from the training set. I have no idea how that works, but if BentoML could be integrated with that, you'd get "free" data monitoring!Sean
03/24/2023, 11:16 AMbentoml.monitor
API can input and output data of various types and ship to a destination of your choice, e.g. AWS Redshift, Google Big Query.Sean
03/24/2023, 11:40 AMGhawady Ehmaid
04/06/2023, 10:13 PMbentoml containerize
and create a Vertex AI endpoint and specify the required hardware.
1. Are there any pitfalls you foresee that we need to watch out for when deploying in this way?
2. I would also like to have more information about the monitoring capabilities with bentoml.monitor
that you highlighted. The documentation doesn't explain much in details about shipping the collected data to different providers or maybe I don't have the sufficient knowledge to if it is a known standard 😅. We want to use Evidently AI for drift detection as the vertex AI monitoring is not comprehensive for our need to capture additional features that are not coming in the API request. I liked the fact that with bentoml monitor we have the flexibility to log the features we need, but don't have enough clarity on how to integrate this logging for drift detection.larme (shenyang)
04/10/2023, 10:42 AMGhawady Ehmaid
04/12/2023, 10:57 AM