cancel
Showing results for 
Search instead for 
Did you mean: 

Using Data attribute Recommendation in S4HANA

achowdhury
Explorer
0 Kudos

Tutorials: https://developers.sap.com/tutorials/cp-aibus-dar-upload-data.html
--------------------------

Once the model is trained and tested, is it possible to wrap this model into a webservice? Lets say I want to consume the output of the model to predict the level 1, level 2 and level 3 categories. I would like to call the model from an on-premise object, how would that be possible ?

Accepted Solutions (0)

Answers (3)

Answers (3)

juliana_morais
Advisor
Advisor

Hi Abhishek,

The Data Attribute Recommendation service itself is a web service. If you need a client to consume the service within an application then perhaps the Data Attribute Recommendation Python SDK (https://github.com/SAP/data-attribute-recommendation-python-sdk) is what you're looking for.

Best regards,

Juliana

juliana_morais
Advisor
Advisor
0 Kudos

Hi Abhishek,

We also have a tutorial group that use the Data Attribute Recommendation SDK: Classify Data Records with the SDK for Data Attribute Recommendation | Tutorials for SAP Developers. I hope this is useful for you.

Best regards,

Juliana

achowdhury
Explorer
0 Kudos

Thanks ! I am following your tutorial on the data attribute recommendation, not yet trained/deployed the model. Will refer to this sdk link in future.

Secondly, I would like to call this service from an on-premise S4HANA system, so would need some ABAP samples of calling the AI API's, do we have such samples in the SDK?