EvaluatorCategory 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 category of the evaluator.
public readonly struct EvaluatorCategory : IEquatable<Azure.AI.Projects.EvaluatorCategory>
type EvaluatorCategory = struct
Public Structure EvaluatorCategory
Implements IEquatable(Of EvaluatorCategory)
- Inheritance
-
EvaluatorCategory
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluatorCategory(String) |
Initializes a new instance of EvaluatorCategory. |
Properties
| Name | Description |
|---|---|
| Agents |
Agents. |
| Quality |
Quality. |
| Safety |
Risk & Safety. |
Methods
| Name | Description |
|---|---|
| Equals(EvaluatorCategory) |
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(EvaluatorCategory, EvaluatorCategory) |
Determines if two EvaluatorCategory values are the same. |
| Implicit(String to EvaluatorCategory) |
Converts a string to a EvaluatorCategory. |
| Implicit(String to Nullable<EvaluatorCategory>) | |
| Inequality(EvaluatorCategory, EvaluatorCategory) |
Determines if two EvaluatorCategory values are not the same. |