Domain Class
Schema-driven detector documentation.
DOMAIN_CLASSplannedP25 params2 examples
Detector Metadata
Capability catalog entry from
all_detectors.json.Categories
CLASSIFICATION
Supported Asset Types
TXTTABLEURL
Recommended Model
typeform/distilbert-base-uncased-mnliNotes
Classifies business domain labels (for example finance, health, legal) for routing and ownership.
Parameters
Configuration parameters for the Domain Class detector. Shared from `ClassificationDetectorConfig`.
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| enabled_patterns | array | No | Optional subset of labels/tags to include for this classifier | — | — |
| enabled_patterns[] | string | No | — | — | — |
| severity_threshold | enum | null | No | Minimum severity to report | null | — |
| confidence_threshold | number | No | Minimum confidence to report (0-1) | 0.7 | min 0, max 1 |
| max_findings | integer | null | No | Maximum number of findings to return | null | — |