I'm working on model bias monitoring in sagemaker, Is it possible to run the monitoring job manually?

Viewed 31

I've done the baseline creation part where I'm getting analysis_config.json file. So next step is doing the monitoring job part, Is it possible to run monitoring job manually for Monitor Bias Drift and the next step Feature Attribution Drift ?

1 Answers

Yes you can run the model monitoring job manually by configuring the process job with appropriate parameters. Please find an example in the reference here

Related