ExperimentRunResult

ExperimentRunResult(
    spec,
    experiment_directory,
    model_id,
    label,
    annotation,
    metrics,
    run_id=None,
)

Combined result returned by run_experiment.

Attributes

Name Type Description
spec ExperimentSpec The experiment specification that was executed.
experiment_directory Path Directory containing this run’s outputs.
model_id str Stable model/config identifier used in the metrics log.
label str Task label written to the metrics CSV.
run_id str | None Identifier linking this run’s output directory and aggregate metrics.
annotation AnnotationRunResult Result object returned by run_annotation.
metrics MetricsRunResult Result object returned by run_metrics.