TreatmentEffectType Struct
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.
Treatment Effect Type.
public readonly struct TreatmentEffectType : IEquatable<Azure.AI.Projects.TreatmentEffectType>
type TreatmentEffectType = struct
Public Structure TreatmentEffectType
Implements IEquatable(Of TreatmentEffectType)
- Inheritance
-
TreatmentEffectType
- Implements
Constructors
| Name | Description |
|---|---|
| TreatmentEffectType(String) |
Initializes a new instance of TreatmentEffectType. |
Properties
| Name | Description |
|---|---|
| Changed |
Indicates the metric changed with statistical significance, but the direction is neutral. |
| Degraded |
Indicates the treatment significantly degraded the metric compared to baseline. |
| Improved |
Indicates the treatment significantly improved the metric compared to baseline. |
| Inconclusive |
No significant difference between treatment and baseline. |
| TooFewSamples |
Not enough samples to determine treatment effect. |
Methods
| Name | Description |
|---|---|
| Equals(TreatmentEffectType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TreatmentEffectType, TreatmentEffectType) |
Determines if two TreatmentEffectType values are the same. |
| Implicit(String to Nullable<TreatmentEffectType>) | |
| Implicit(String to TreatmentEffectType) |
Converts a string to a TreatmentEffectType. |
| Inequality(TreatmentEffectType, TreatmentEffectType) |
Determines if two TreatmentEffectType values are not the same. |