I have also developed a code to extract the data from invoices by using Document understanding packages.
My query related to this is : if we selected this option to undeployed the skill after 1 Day of inactivity, then if I run the code to extract data, will it work without manually enabling the ML Skill in UiPath cloud?
As per my knowledge,
if you have selected the option to undeploy the ML Skill after 1 day of inactivity, you will need to manually enable it in the UiPath Cloud if you want to run your code for extracting data from invoices after that period. It’s essential to manage the deployment settings to ensure seamless operation of your automation processes.
If you found helpful, mark as a solution
Happy Automation!
Hey @rnahasnahasuddin
If you select the option Undeploy Skill after 1 Day of inactivity, your ML Skill will automatically be disabled if it’s not used for 24 hours. When that happens, any process which use the skill won’t work and will throw an error because the skill is not active.
To make it work again, you’ll need to manually enable the skill in AI Center.
@rnahasnahasuddin
If you select the “Never” option for undeploying the ML Skill, the skill will remain deployed at all times, even when it’s not actively used. While this means the skill will be instantly available when needed, it also result in continuous hardware consumption
That could lead to unnecessary AI Units or hardware consumption over time. For optimized usage and cost control, it’s recommended to use auto-undeploy after inactivity when possible.
Hey,
As the Ai Unit consumption has been a big problem for us in the organization, i’ve created an API connection through an external application to deploy/stop the Skill when the process starts running. that might help you control the consumption.