Show / Hide Table of Contents

Class EvaluationMetricsThresholds

Threshold settings for metrics in an Evaluation.

Inheritance
object
EvaluationMetricsThresholds
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX