Recommendation Engine

APIs for invoking the offline recommendation engine services

Resource

Method

Description

POST

This API is used to stop a running computation process. The Request_Id provided as part of the “Compute/Run” response is POST as the following JSON to this API to stop […]

GET

This API is used to get the current status of a recommendation computation request. The Request_Id provided as part of the “Compute/Run” response is used as parameter to get the […]

GET

This API is used to get the current status of an encoding request. The Request_Id provided as part of the “Encode/Run” response is used as parameter to get the current […]

POST

This API is called to invoke the recommendation rating computation process in the recommendation engine. The goal is to input a CSV file containing the known ratings for various items […]

POST

This API is called to invoke the encoding process in the recommendation engine. The goal is to input a CSV file containing the asset viewing information of the users and […]