Deploy Model and Get Prediction Results
March 5, 2021
Beginner
20 min.
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.
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
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
Step 2: List model versions
Step 3: Deploy model
Step 4: See deployment status
Step 5: Enter inference text
Step 6: Get extraction results