EntityModelInfo Class
An Entity Extractor model info.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.cognitiveservices.language.luis.authoring.models._models_py3.ModelInfoEntityModelInfo
Constructor
EntityModelInfo(*, id: str, readable_type, name: Optional[str] = None, type_id: Optional[int] = None, roles=None, **kwargs)
Parameters
- readable_type
- str or <xref:azure.cognitiveservices.language.luis.authoring.models.enum>
Required
Required. Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor'
- roles
- list[EntityRole]
Required
Feedback
Submit and view feedback for