EvalRunResultCompareItem 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.
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. |