Class EvalResult (1.153.1)
Stay organized with collections
Save and categorize content based on your preferences.
EvalResult(
summary_metrics: typing.Dict[str, float],
metrics_table: typing.Optional[pd.DataFrame] = None,
metadata: typing.Optional[typing.Dict[str, str]] = None,
)
Attributes |
| Name |
Description |
summary_metrics |
Dict[str, float]
A dictionary of summary evaluation metrics for an evaluation run.
|
metrics_table |
Optional[pd.DataFrame]
A pandas.DataFrame table containing evaluation dataset inputs,
predictions, explanations, and metric results per row.
|
metadata |
Optional[Dict[str, str]]
The metadata for the evaluation run.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-30 UTC.
[null,null,["Last updated 2026-05-30 UTC."],[],[]]