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