Docs
Reference
SDK
interfaces
ExperimentSummary

Interface: ExperimentSummary

Summary of an experiment's scores and metadata.

Properties

comparisonExperimentName

Optional comparisonExperimentName: string

The experiment scores are baselined against.


experimentName

experimentName: string

Name of the experiment.


experimentUrl

Optional experimentUrl: string

URL to the experiment's page in the Braintrust app.


metrics

Optional metrics: Record<string, MetricSummary>


projectName

projectName: string

Name of the project that the experiment belongs to.


projectUrl

Optional projectUrl: string

URL to the project's page in the Braintrust app.


scores

scores: Record<string, ScoreSummary>

Summary of the experiment's scores.