AzureAIProjectsModelFactory.EvalRunResultSummary Method
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 static Azure.AI.Projects.Evaluation.EvalRunResultSummary EvalRunResultSummary(string runId = default, int sampleCount = 0, float average = 0, float standardDeviation = 0);
static member EvalRunResultSummary : string * int * single * single -> Azure.AI.Projects.Evaluation.EvalRunResultSummary
Public Shared Function EvalRunResultSummary (Optional runId As String = Nothing, Optional sampleCount As Integer = 0, Optional average As Single = 0, Optional standardDeviation As Single = 0) As EvalRunResultSummary
Parameters
- runId
- String
The evaluation run ID.
- sampleCount
- Int32
Number of samples in the evaluation run.
- average
- Single
Average value of the metric in the evaluation run.
- standardDeviation
- Single
Standard deviation of the metric in the evaluation run.
Returns
A new EvalRunResultSummary instance for mocking.