Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EvaluationRuleEventType Struct

Definition

Namespace:
Azure.AI.Projects.Evaluation
Assembly:
Azure.AI.Projects.dll
Package:
Azure.AI.Projects v2.0.1
Package:
Azure.AI.Projects v2.1.0-beta.3
Source:
EvaluationRuleEventType.cs
Source:
EvaluationRuleEventType.cs

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.

Type of the evaluation rule event.

public readonly struct EvaluationRuleEventType : IEquatable<Azure.AI.Projects.Evaluation.EvaluationRuleEventType>
type EvaluationRuleEventType = struct
Public Structure EvaluationRuleEventType
Implements IEquatable(Of EvaluationRuleEventType)
Inheritance
EvaluationRuleEventType
Implements

Constructors

Name Description
EvaluationRuleEventType(String)

Initializes a new instance of EvaluationRuleEventType.

Properties

Name Description
Manual

Manual trigger.

ResponseCompleted

Response completed.

Methods

Name Description
Equals(EvaluationRuleEventType)

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(EvaluationRuleEventType, EvaluationRuleEventType)

Determines if two EvaluationRuleEventType values are the same.

Implicit(String to EvaluationRuleEventType)

Converts a string to a EvaluationRuleEventType.

Implicit(String to Nullable<EvaluationRuleEventType>)
Inequality(EvaluationRuleEventType, EvaluationRuleEventType)

Determines if two EvaluationRuleEventType values are not the same.

Applies to


Feedback

Was this page helpful?