GenerationSafetyQualityMonitoringMetricThreshold Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Generation safety quality metric threshold

Constructor

GenerationSafetyQualityMonitoringMetricThreshold(*, groundedness: Dict[str, float] | None = None, relevance: Dict[str, float] | None = None, coherence: Dict[str, float] | None = None, fluency: Dict[str, float] | None = None, similarity: Dict[str, float] | None = None)

Keyword-Only Parameters

Name Description
groundedness

The groundedness metric threshold

Default value: None
relevance

The relevance metric threshold

Default value: None
coherence

The coherence metric threshold

Default value: None
fluency

The fluency metric threshold

Default value: None
similarity

The similarity metric threshold

Default value: None