I have a sagemaker endpoint with two production variants (for A/B testing). After testing, one of the variant gets zero traffic and other gets 100% of the traffic. This results in zero data capturing for the first variant. When model explainability job runs, it searches for captured for the variant with zero traffic as well which causes it to fail.
Is there a way to run model explainability monitoring job with an endpoint having two production variants?