Gemini Enterprise for Customer Experience v1beta API - Class EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig (1.0.0-beta06)

public sealed class EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig : IMessage<EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig>, IEquatable<EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig>, IDeepCloneable<EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig.

Configuration for the expectation level metrics for the evaluation. To disable the metric, set the message but do not set the enable_expectations_met_metrics field to true (or explicitly set it to false). To unset the configuration and fallback to the default behavior, omit the message entirely.

Inheritance

object > EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ExpectationsMetMetricsConfig()

public ExpectationsMetMetricsConfig()

ExpectationsMetMetricsConfig(ExpectationsMetMetricsConfig)

public ExpectationsMetMetricsConfig(EvaluationMetricsConfig.Types.ExpectationsMetMetricsConfig other)
Parameter
Name Description
other EvaluationMetricsConfigTypesExpectationsMetMetricsConfig

Properties

EnableExpectationsMetMetrics

public bool EnableExpectationsMetMetrics { get; set; }

Optional. Whether to calculate the expectation level metrics for the evaluation.

Property Value
Type Description
bool