EvaluationLevel 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 level at which evaluation is performed.
public readonly struct EvaluationLevel : IEquatable<Azure.AI.Projects.Agents.EvaluationLevel>
type EvaluationLevel = struct
Public Structure EvaluationLevel
Implements IEquatable(Of EvaluationLevel)
- Inheritance
-
EvaluationLevel
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluationLevel(String) |
Initializes a new instance of EvaluationLevel. |
Properties
| Name | Description |
|---|---|
| Conversation |
Evaluation is performed at the conversation level. |
| Turn |
Evaluation is performed at the turn level. |
Methods
| Name | Description |
|---|---|
| Equals(EvaluationLevel) |
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(EvaluationLevel, EvaluationLevel) |
Determines if two EvaluationLevel values are the same. |
| Implicit(String to EvaluationLevel) |
Converts a string to a EvaluationLevel. |
| Implicit(String to Nullable<EvaluationLevel>) | |
| Inequality(EvaluationLevel, EvaluationLevel) |
Determines if two EvaluationLevel values are not the same. |