Thank you for your answer, for the moment I am doing request_processor.add_endpoint(...)
to create an endpoint to be used with triton engine. I do not need to do add_model_monitoring
? what is the advantage of adding a model monitoring instead of an endpoint?
Hi @<1683648242530652160:profile|ApprehensiveSeaturtle9> , monitoring is already built into it. However you don't have to actively use it and simply work with the endpoint.