DetectorInfo interface
Definition of Detector
Properties
analysis |
Analysis Types for which this detector should apply to. NOTE: This property will not be serialized. It can only be populated by the server. |
author | Author of the detector. NOTE: This property will not be serialized. It can only be populated by the server. |
category | Problem category. This serves for organizing group for detectors. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Short description of the detector and its purpose. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Id of detector NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of detector NOTE: This property will not be serialized. It can only be populated by the server. |
score | Defines score of a detector to power ML based matching. NOTE: This property will not be serialized. It can only be populated by the server. |
support |
List of Support Topics for which this detector is enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Whether this detector is an Analysis Detector or not. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
analysisType
Analysis Types for which this detector should apply to. NOTE: This property will not be serialized. It can only be populated by the server.
analysisType?: string[]
Property Value
string[]
author
Author of the detector. NOTE: This property will not be serialized. It can only be populated by the server.
author?: string
Property Value
string
category
Problem category. This serves for organizing group for detectors. NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
description
Short description of the detector and its purpose. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
id
Id of detector NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Name of detector NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
score
Defines score of a detector to power ML based matching. NOTE: This property will not be serialized. It can only be populated by the server.
score?: number
Property Value
number
supportTopicList
List of Support Topics for which this detector is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
supportTopicList?: SupportTopic[]
Property Value
type
Whether this detector is an Analysis Detector or not. NOTE: This property will not be serialized. It can only be populated by the server.
type?: DetectorType