ModelEvalResult
Attributes
attributerowslist[dict[str, Any]]= field(default_factory=list)Per-row results: {tool_slug, toolkit, queries: [{query, completion, predicted, error}]}.
attributeretry_reportRetryReport= field(default_factory=RetryReport)Functions
func__init__(self, rows=list(), retry_report=RetryReport()) -> Noneparamselfparamrowslist[dict[str, Any]]= list()paramretry_reportRetryReport= RetryReport()Returns
None