@Srinivasan G Thanks, Please check this document: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-model-designer? Basically you can register a trained model in Designer bring it out with SDK/CLI to deploy it.
We are developing a custom module experience which you can bring your own algo/logic (including drift) as designer modules for reuse.
Hello @Ramr-msft : I am planning to use python script in designer and i wanted to download and install some libraries (in case if it not available) eg. pip install pytest. Is it possible to do it in designer?