EvalRunResultSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary statistics of a metric in an evaluation run.
public class EvalRunResultSummary : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.EvalRunResultSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.EvalRunResultSummary>
type EvalRunResultSummary = class
interface IJsonModel<EvalRunResultSummary>
interface IPersistableModel<EvalRunResultSummary>
Public Class EvalRunResultSummary
Implements IJsonModel(Of EvalRunResultSummary), IPersistableModel(Of EvalRunResultSummary)
- Inheritance
-
EvalRunResultSummary
- Implements
Properties
| Name | Description |
|---|---|
| Average |
Average value of the metric in the evaluation run. |
| RunId |
The evaluation run ID. |
| SampleCount |
Number of samples in the evaluation run. |
| StandardDeviation |
Standard deviation of the metric in the evaluation run. |