Share via


DetectorInfoOutput interface

Definition of Detector

Properties

analysisType

Analysis Types for which this detector should apply to.

author

Author of the detector.

category

Problem category. This serves for organizing group for detectors.

description

Short description of the detector and its purpose.

id

Id of detector

name

Name of detector

score

Defines score of a detector to power ML based matching.

supportTopicList

List of Support Topics for which this detector is enabled.

type

Whether this detector is an Analysis Detector or not.

Property Details

analysisType

Analysis Types for which this detector should apply to.

analysisType?: string[]

Property Value

string[]

author

Author of the detector.

author?: string

Property Value

string

category

Problem category. This serves for organizing group for detectors.

category?: string

Property Value

string

description

Short description of the detector and its purpose.

description?: string

Property Value

string

id

Id of detector

id?: string

Property Value

string

name

Name of detector

name?: string

Property Value

string

score

Defines score of a detector to power ML based matching.

score?: number

Property Value

number

supportTopicList

List of Support Topics for which this detector is enabled.

supportTopicList?: SupportTopicOutput[]

Property Value

type

Whether this detector is an Analysis Detector or not.

type?: "Detector" | "Analysis" | "CategoryOverview"

Property Value

"Detector" | "Analysis" | "CategoryOverview"