EvaluatorMetricType 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.
The type of the evaluator.
public readonly struct EvaluatorMetricType : IEquatable<Azure.AI.Projects.Evaluation.EvaluatorMetricType>
type EvaluatorMetricType = struct
Public Structure EvaluatorMetricType
Implements IEquatable(Of EvaluatorMetricType)
- Inheritance
-
EvaluatorMetricType
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluatorMetricType(String) |
Initializes a new instance of EvaluatorMetricType. |
Properties
| Name | Description |
|---|---|
| Boolean |
Boolean metric representing true/false values. |
| Continuous |
Continuous metric representing values in a continuous range. |
| Ordinal |
Ordinal metric representing categories that can be ordered or ranked. |
Methods
| Name | Description |
|---|---|
| Equals(EvaluatorMetricType) |
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(EvaluatorMetricType, EvaluatorMetricType) |
Determines if two EvaluatorMetricType values are the same. |
| Implicit(String to EvaluatorMetricType) |
Converts a string to a EvaluatorMetricType. |
| Implicit(String to Nullable<EvaluatorMetricType>) | |
| Inequality(EvaluatorMetricType, EvaluatorMetricType) |
Determines if two EvaluatorMetricType values are not the same. |