External Classifiers

The External Classifiers screen allows the user to setup classification models that are hosted in domains outside of Alfred's main procesing pipeline.

Setting Up and External Classifier

To setup a new external classification model, the user must click on the Add New + button. This will open the setup screen. The user will then need to complete all of the fields presented in the form.

Field
Description

Name

This field is used to specify the given name of the external model. This field is informative and has no impact on the actual use of the classifier.

Description

This field is used to specify the user description of the external model. This field is informative and has no impact on the actual use of the classifier.

HTTP Method

This field is a dropdown list used to indicate which HTTP method is the recieving classifier is expecting.

URL

This field is used to specify the URL of the target external classifier.

Authentication

This field is a dropdown list used to indicate which authentication method is required to use the classification model. When selected, additional fields will show up to specify the authentication credentials.

Add New Header

Button used to add a new Key-Value pair to the request.

Key-Value

This pair of fields allow the user to map the Key sent by the external model to a Tag that exists within the Alfred Platform.

To train a new custom classification model, the user must click on the New Training + button. This will open the training pop up screen.

Last updated