WEB Service

<< Click to Display Table of Contents >>

Current:  Advanced Analytics 

WEB Service

Previous pageReturn to chapter overviewNext page

WEB service includes REST request and REST response, which are used to convert experiments into web services. Generally, they are used at the same time, and each experiment only allows one set of nodes. Users can run experiments by calling the built experiment interface, and use json data The format uses the post method to call the interface of the data that needs to be processed, and the result of the calculation is returned to the user. It is used to realize the user's requirement that the user does not need to build the environment locally, and the external interface is called to return the prediction result, which is convenient for third-party business system integration.

You can learn more about it in the following chapters.

REST Interface configuration

REST Experimental Design

REST Service start

REST API Method Description