Which validation checks are performed for ML packages uploaded with the Enable Training option inactive?
Select an option, then click Submit answer.
Reference / correct answer:
Existence of a non-empty root folder, requirements.txt file, and main.py file in the root folder which implements a class Main. The class is further validated to implement an __init__ and a predict function.
Most accepted answer: A. Existence of a non-empty root folder, requirements.txt file, and main.py file in the root folder which implements a class Main. The class is further validated to implement an __init__ and a predict function.
Community votes: A=1
Selected Answer: A https://docs.uipath.com/ai-center/automation-cloud/latest/user-guide/managing-ml-packages upvoted 1 times