Web Service IN and OUT
Last updated
Last updated
Web services allow to consume the Machine Learning pipeline models after their deployment. These generated web services get the form of a REST API . They are deployed for inference between client and server.
To make them communicate between one another, Web services use a set of defined protocols. The URL issued by our instance becomes our REST API endpoint . From this , we will be able to send our request into our Business Intelligence tools or Applications .
This module represents the input Web service.
This module represents the output Web Service.