Class EvaluationMetricsThresholds
Threshold settings for metrics in an Evaluation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class EvaluationMetricsThresholds : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoldenEvaluationMetricsThresholds
Optional. The golden evaluation metrics thresholds.
Declaration
[JsonProperty("goldenEvaluationMetricsThresholds")]
public virtual EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds GoldenEvaluationMetricsThresholds { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds |
GoldenHallucinationMetricBehavior
Optional. The hallucination metric behavior for golden evaluations.
Declaration
[JsonProperty("goldenHallucinationMetricBehavior")]
public virtual string GoldenHallucinationMetricBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HallucinationMetricBehavior
Optional. Deprecated: Use golden_hallucination_metric_behavior instead. The hallucination metric behavior
is currently used for golden evaluations.
Declaration
[JsonProperty("hallucinationMetricBehavior")]
public virtual string HallucinationMetricBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScenarioHallucinationMetricBehavior
Optional. The hallucination metric behavior for scenario evaluations.
Declaration
[JsonProperty("scenarioHallucinationMetricBehavior")]
public virtual string ScenarioHallucinationMetricBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| string |