chore: Remove duplicated model_config attribute in EvalMetric class

PiperOrigin-RevId: 768214087
This commit is contained in:
Jason Dai
2025-06-06 14:12:19 -07:00
committed by Copybara-Service
parent 8488ff052f
commit 4942f19f3f
@@ -32,11 +32,6 @@ class EvalMetric(BaseModel):
populate_by_name=True,
)
model_config = ConfigDict(
alias_generator=alias_generators.to_camel,
populate_by_name=True,
)
metric_name: str
"""The name of the metric."""