AnalysisData Class
Class Representing Detector Evidence used for analysis.
- Inheritance
-
azure.mgmt.web._serialization.ModelAnalysisData
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. |
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