Docs
SDK reference
interfaces
ExperimentSummary

Interface: ExperimentSummary

Summary of an experiment's scores and metadata.

Properties

comparisonExperimentName

comparisonExperimentName: undefined | string

The experiment scores are baselined against.


experimentName

experimentName: string

Name of the experiment.


experimentUrl

experimentUrl: string

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


projectName

projectName: string

Name of the project that the experiment belongs to.


projectUrl

projectUrl: string

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


scores

scores: undefined | Record<string, ScoreSummary>

Summary of the experiment's scores.