You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-aibus-ber-custom-deploy/cp-aibus-ber-custom-deploy.md
+83-83Lines changed: 83 additions & 83 deletions
Original file line number
Diff line number
Diff line change
@@ -142,96 +142,96 @@ Use the **GET /inference/jobs/{`jobId`}** endpoint to see the text extraction re
142
142
143
143
3. Enter the `jobId` obtained in the previous step and click **Execute**.
144
144
145
-
!
145
+
!
146
146
147
-
You should receive a response like the following:
147
+
You should receive a response like the following:
148
148
149
-
!
149
+
!
150
150
151
-
In the response, you will find the prediction for the extracted entities. The prediction is made with a probability indicated by the **confidence** field which represents how certain the model is about the value provided. A confidence of 1 means that the model is 100% sure about its prediction. The model tries to provide a value for all its capabilities. Thus, you may see a different result depending on your model's capabilities. In case the model cannot identify an entity in the text, it returns an empty value.
151
+
In the response, you will find the prediction for the extracted entities. The prediction is made with a probability indicated by the **confidence** field which represents how certain the model is about the value provided. A confidence of 1 means that the model is 100% sure about its prediction. The model tries to provide a value for all its capabilities. Thus, you may see a different result depending on your model's capabilities. In case the model cannot identify an entity in the text, it returns an empty value.
You have now successfully used your own custom model to get text entity predictions for the unstructured text you submitted to Business Entity Recognition.
221
+
],
222
+
"freePlanUsage": {
223
+
"inferenceRequestsUsage": "Maximum limit of 30 , utilized 1 Inference count and remaining 29",
224
+
"inferenceCharactersUsage": "Maximum limit of 120000 , utilized 1157 Inference characters and remaining 118843"
225
+
},
226
+
"id": "2819e45f-302d-4737-a390-c00cb186cf51",
227
+
"status": "SUCCESS",
228
+
"createdAt": "2022-05-09T13:44:58Z",
229
+
"modifiedAt": "2022-05-09T13:45:03Z"
230
+
}
231
+
}
232
+
```
233
+
234
+
You have now successfully used your own custom model to get text entity predictions for the unstructured text you submitted to Business Entity Recognition.
0 commit comments