AnalysisData Class
Class Representing Detector Evidence used for analysis.
Constructor
AnalysisData(*, source: str | None = None, detector_definition: _models.DetectorDefinition | None = None, metrics: List[_models.DiagnosticMetricSet] | None = None, data: List[List[_models.NameValuePair]] | None = None, detector_meta_data: _models.ResponseMetaData | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source
|
Name of the Detector. |
detector_definition
|
Detector Definition. |
metrics
|
Source Metrics. |
data
|
Additional Source Data. |
detector_meta_data
|
Detector Meta Data. |
Variables
Name | Description |
---|---|
source
|
Name of the Detector. |
detector_definition
|
Detector Definition. |
metrics
|
Source Metrics. |
data
|
Additional Source Data. |
detector_meta_data
|
Detector Meta Data. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python