Which functionality of Amazon Comprehend should the team use to meet these requirements?
Custom classification with multi-class mode
Custom classification with multi-label mode
Custom entity recognition
Built-in models
Explanations:
Multi-class mode implies that each document can belong to only one category. Since products can be classified into multiple categories, this mode is not suitable.
Multi-label mode allows each document to belong to multiple categories, which fits the requirement that products can be classified into multiple related categories.
Custom entity recognition is for identifying specific entities (e.g., “Sample Yogurt”) in the text but does not directly handle the classification of products into multiple categories.
Built-in models are pre-trained models provided by Amazon Comprehend and may not support the custom classification requirements needed for multiple categories.