DetectorInfo Class
Definition of Detector.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelDetectorInfo
Constructor
DetectorInfo(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
Id of detector. |
name
|
Name of detector. |
description
|
Short description of the detector and its purpose. |
author
|
Author of the detector. |
category
|
Problem category. This serves for organizing group for detectors. |
support_topic_list
|
List of Support Topics for which this detector is enabled. |
analysis_type
|
Analysis Types for which this detector should apply to. |
type
|
str or
DetectorType
Whether this detector is an Analysis Detector or not. Known values are: "Detector", "Analysis", and "CategoryOverview". |
score
|
Defines score of a detector to power ML based matching. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python