EvalRunResultSummary interface
Summary statistics of a metric in an evaluation run.
Properties
| average | Average value of the metric in the evaluation run. |
| run |
The evaluation run ID. |
| sample |
Number of samples in the evaluation run. |
| standard |
Standard deviation of the metric in the evaluation run. |
Property Details
average
Average value of the metric in the evaluation run.
average: number
Property Value
number
runId
The evaluation run ID.
runId: string
Property Value
string
sampleCount
Number of samples in the evaluation run.
sampleCount: number
Property Value
number
standardDeviation
Standard deviation of the metric in the evaluation run.
standardDeviation: number
Property Value
number