Part Number Detection use case
Part Number Detection use case
The Part Number Detection use case of the LWAI Prediction API detects part numbers in order to help with query routing and classification, and uses the embedding model to ingest text and return a JSON response of true if the input is a part number, or false if the input is not a part number.
POST
Part Number Detection use case
Headers
Bearer token used for authentication with machinelearning.predict scope.
Path Parameters
Unique deployment ID for the model. This use case is only supported with a custom-trained embedding model trained with the Part Number Classification data schema option.
Body
application/json
Response
200 - application/json
OK