Web Service IN and OUT

Description

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 .

Web Service IN

This module represents the input Web service.

Web Service OUT

‌This module represents the output Web Service.‌

Example

Last updated