public final class DetectorInfo extends Object
| Constructor and Description |
|---|
DetectorInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
analysisType()
Get the analysisType property: Analysis Types for which this detector should apply to.
|
String |
author()
Get the author property: Author of the detector.
|
String |
category()
Get the category property: Problem category.
|
String |
description()
Get the description property: Short description of the detector and its purpose.
|
String |
id()
Get the id property: Id of detector.
|
String |
name()
Get the name property: Name of detector.
|
Float |
score()
Get the score property: Defines score of a detector to power ML based matching.
|
List<SupportTopic> |
supportTopicList()
Get the supportTopicList property: List of Support Topics for which this detector is enabled.
|
DetectorType |
type()
Get the type property: Whether this detector is an Analysis Detector or not.
|
void |
validate()
Validates the instance.
|
public String id()
public String name()
public String description()
public String author()
public String category()
public List<SupportTopic> supportTopicList()
public List<String> analysisType()
public DetectorType type()
public Float score()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.