AgentPrismEvalCheckRegistration
AgentPrism.Core.dllA custom check registration added through IAgentPrismBuilder.AddEvalCheck(...).
public sealed record AgentPrismEvalCheckRegistration : IEquatable<AgentPrismEvalCheckRegistration>Inheritance
Section titled “Inheritance”object ← AgentPrismEvalCheckRegistration
Implements
Section titled “Implements”IEquatable<AgentPrismEvalCheckRegistration>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentPrismEvalCheckRegistration(string, EvalCheck)
Section titled “ AgentPrismEvalCheckRegistration(string, EvalCheck)”A custom check registration added through IAgentPrismBuilder.AddEvalCheck(...).
public AgentPrismEvalCheckRegistration(string Kind, EvalCheck Check)Parameters
Section titled “Parameters”Kind string
The check type name in EvalSuite.Checks.
Check EvalCheck
A code-defined check that does not call a model.
Properties
Section titled “Properties”A code-defined check that does not call a model.
public EvalCheck Check { get; init; }Property Value
Section titled “Property Value”EvalCheck
The check type name in EvalSuite.Checks.
public string Kind { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Deconstruct(out string, out EvalCheck)
Section titled “ Deconstruct(out string, out EvalCheck)”public void Deconstruct(out string Kind, out EvalCheck Check)Parameters
Section titled “Parameters”Kind string
Check EvalCheck
Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AgentPrismEvalCheckRegistration?)
Section titled “ Equals(AgentPrismEvalCheckRegistration?)”public bool Equals(AgentPrismEvalCheckRegistration? other)Parameters
Section titled “Parameters”other AgentPrismEvalCheckRegistration?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentPrismEvalCheckRegistration?, AgentPrismEvalCheckRegistration?)
Section titled “ operator ==(AgentPrismEvalCheckRegistration?, AgentPrismEvalCheckRegistration?)”public static bool operator ==(AgentPrismEvalCheckRegistration? left, AgentPrismEvalCheckRegistration? right)Parameters
Section titled “Parameters”left AgentPrismEvalCheckRegistration?
right AgentPrismEvalCheckRegistration?
Returns
Section titled “Returns”operator !=(AgentPrismEvalCheckRegistration?, AgentPrismEvalCheckRegistration?)
Section titled “ operator !=(AgentPrismEvalCheckRegistration?, AgentPrismEvalCheckRegistration?)”public static bool operator !=(AgentPrismEvalCheckRegistration? left, AgentPrismEvalCheckRegistration? right)Parameters
Section titled “Parameters”left AgentPrismEvalCheckRegistration?
right AgentPrismEvalCheckRegistration?