public sealed class AggregatedMetrics.Types.HallucinationMetrics : IMessage<AggregatedMetrics.Types.HallucinationMetrics>, IEquatable<AggregatedMetrics.Types.HallucinationMetrics>, IDeepCloneable<AggregatedMetrics.Types.HallucinationMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.HallucinationMetrics.
Metrics for hallucination results.
Implements
IMessageAggregatedMetricsTypesHallucinationMetrics, IEquatableAggregatedMetricsTypesHallucinationMetrics, IDeepCloneableAggregatedMetricsTypesHallucinationMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
HallucinationMetrics()
public HallucinationMetrics()HallucinationMetrics(HallucinationMetrics)
public HallucinationMetrics(AggregatedMetrics.Types.HallucinationMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesHallucinationMetrics |
Properties
Score
public float Score { get; set; }Output only. The average hallucination score (0 to 1).
| Property Value | |
|---|---|
| Type | Description |
float |
|