public sealed class AggregatedMetrics.Types.SemanticSimilarityMetrics : IMessage<AggregatedMetrics.Types.SemanticSimilarityMetrics>, IEquatable<AggregatedMetrics.Types.SemanticSimilarityMetrics>, IDeepCloneable<AggregatedMetrics.Types.SemanticSimilarityMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.SemanticSimilarityMetrics.
Metrics for semantic similarity results.
Implements
IMessageAggregatedMetricsTypesSemanticSimilarityMetrics, IEquatableAggregatedMetricsTypesSemanticSimilarityMetrics, IDeepCloneableAggregatedMetricsTypesSemanticSimilarityMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
SemanticSimilarityMetrics()
public SemanticSimilarityMetrics()SemanticSimilarityMetrics(SemanticSimilarityMetrics)
public SemanticSimilarityMetrics(AggregatedMetrics.Types.SemanticSimilarityMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesSemanticSimilarityMetrics |
Properties
Score
public float Score { get; set; }Output only. The average semantic similarity score (0-4).
| Property Value | |
|---|---|
| Type | Description |
float |
|