EvaluationMetricsConfig.SemanticSimilarityMetricsConfig

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

JSON representation
{
  "enableSemanticSimilarityMetrics": boolean
}
Fields
enableSemanticSimilarityMetrics

boolean

Optional. Whether to calculate semantic similarity metrics for the evaluation.