SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Deploy Model and Get Prediction Results

Perform the final steps to train your own Business Entity Recognition custom model to get machine learning entity predictions for the text you submit to the service.

Overview

🎓 beginner 20 min. Machine LearningBeginnerArtificial IntelligenceCloudSAP Business Technology PlatformSAP Ai ServicesBusiness Entity RecognitionFree Tier

You will learn

  • How to deploy your own Business Entity Recognition machine learning model
  • How to send an inference request to the service and get machine learning entity predictions for unstructured text
Juliana Morais J Juliana Morais December 11, 2023
Created by December 7, 2020
Contributors

Prerequisites

Steps

Intro

The core functionality of Business Entity Recognition is to automatically detect and highlight any given type of named entity in unstructured text and classify it in accordance with predefined categories. In this tutorial, you will learn how to use the service APIs to deploy your own machine learning model to get named entity predictions for the texts you submit to the service.


Step 1 List models

Use the GET /models endpoint to see all the available models (pre-trained and custom) including the one you’ve created.

  1. Click the endpoint name to expand it.

  2. Click Try it out.

  3. Click Execute.

You should receive a response like the following:

BER
BER

The response includes the Business Entity Recognition pre-trained machine learning models (sap_email_business_entity and sap_invoice_header), and the new custom model you have created, in this case, Tutorial_custom_model.

Step 2 List model versions
+
Step 3 Deploy model
+
Step 4 See deployment status
+
Step 5 Enter inference text
+
Step 6 Get extraction results
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. List models 2. List model versions 3. Deploy model 4. See deployment status 5. Enter inference text 6. Get extraction results

Learn more →