Share via


EvalRunResultSummary Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EvalRunResultSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<EvalRunResultSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<EvalRunResultSummary>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<EvalRunResultSummary>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<EvalRunResultSummary>.Write(ModelReaderWriterOptions)

Applies to