你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectorResponseProperties Class

DetectorResponse resource specific properties.

Constructor

DetectorResponseProperties(*args: Any, **kwargs: Any)

Variables

Name Description
metadata

metadata for the detector.

dataset

Data Set.

status

Indicates status of the most severe insight.

data_providers_metadata

Additional configuration for different data providers to be used by the UI.

suggested_utterances

Suggested utterances where the detector can be applicable.

Attributes

data_providers_metadata

Additional configuration for different data providers to be used by the UI.

data_providers_metadata: list['_models.DataProviderMetadata'] | None

dataset

Data Set.

dataset: list['_models.DiagnosticData'] | None

metadata

metadata for the detector.

metadata: _models.DetectorInfo | None

status

Indicates status of the most severe insight.

status: _models.Status | None

suggested_utterances

Suggested utterances where the detector can be applicable.

suggested_utterances: _models.QueryUtterancesResults | None