Class EvalResult (1.117.0)

EvalResult(
 summary_metrics: typing.Dict[str, float],
 metrics_table: typing.Optional[pd.DataFrame] = None,
 metadata: typing.Optional[typing.Dict[str, str]] = None,
)

Evaluation result.

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 2025年10月30日 UTC.