public sealed class EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig : IMessage<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IEquatable<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IDeepCloneable<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig.
Configuration for the user goal met metrics for the evaluation.
To disable the metric, set the message but do not set the
enable_user_goal_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.
Implements
IMessageEvaluationMetricsConfigTypesUserGoalMetMetricsConfig, IEquatableEvaluationMetricsConfigTypesUserGoalMetMetricsConfig, IDeepCloneableEvaluationMetricsConfigTypesUserGoalMetMetricsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
UserGoalMetMetricsConfig()
public UserGoalMetMetricsConfig()UserGoalMetMetricsConfig(UserGoalMetMetricsConfig)
public UserGoalMetMetricsConfig(EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationMetricsConfigTypesUserGoalMetMetricsConfig |
Properties
EnableUserGoalMetMetrics
public bool EnableUserGoalMetMetrics { get; set; }Optional. Whether to calculate the user goal met metrics for the evaluation.
| Property Value | |
|---|---|
| Type | Description |
bool |
|