Interface: EvalRunSummary
Interface: EvalRunSummary
Properties
mlflow?
optional mlflow: {
finish: FinishOutcome;
report: ReportOutcome;
runId: string;
};Present when an MLflow evaluation run was created.
finish
finish: FinishOutcome;report
report: ReportOutcome;runId
runId: string;results
results: EvalResult[];