Share via


EvalRunResultCompareItem Class

Definition

Metric comparison for a treatment against the baseline.

public class EvalRunResultCompareItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.EvalRunResultCompareItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.EvalRunResultCompareItem>
type EvalRunResultCompareItem = class
    interface IJsonModel<EvalRunResultCompareItem>
    interface IPersistableModel<EvalRunResultCompareItem>
Public Class EvalRunResultCompareItem
Implements IJsonModel(Of EvalRunResultCompareItem), IPersistableModel(Of EvalRunResultCompareItem)
Inheritance
EvalRunResultCompareItem
Implements

Properties

Name Description
DeltaEstimate

Estimated difference between treatment and baseline.

PValue

P-value for the treatment effect.

TreatmentEffect

Type of treatment effect.

TreatmentRunId

The treatment run ID.

TreatmentRunSummary

Summary statistics of the treatment run.

Methods

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

Explicit Interface Implementations

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

Applies to