Class EvaluationMetricsConfigSemanticSimilarityMetricsConfig
Configuration for similarity metrics for the evaluation. To disable the metric, set the message but do not set
the enable_semantic_similarity_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
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationMetricsConfigSemanticSimilarityMetricsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableSemanticSimilarityMetrics
Optional. Whether to calculate semantic similarity metrics for the evaluation.
Declaration
[JsonProperty("enableSemanticSimilarityMetrics")]
public virtual bool? EnableSemanticSimilarityMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |