Hello Team,
Is it possible to use ML model in UiPath without enabling AI center… in orchestrators?
Is it possible to use ML model in UiPath without using AI center…in orchestrators??
Hello Team,
Is it possible to use ML model in UiPath without enabling AI center… in orchestrators?
Is it possible to use ML model in UiPath without using AI center…in orchestrators??
Yes, We can.There are Predefined ML models. We can able to use Pre Defined ML model by inserting EndPoint in the ML Extractor.Check the below docs for ML models.
If you want to add more fields rather than the fields available in the endpoint.You need to use AI center.
Hope it helps!!
without enabling AI center in the orchestrator?
Do you have any sample workflows or any reference videos ?
Find the video below
If your ML model is deployed as a service (for example, a REST API), you can use UiPath HTTP Request activities to make calls to the API and receive predictions or results. This approach allows you to interact with the model without directly integrating with AI Center.
Cheers!!