EvalCasePromotionRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to promote a run to a case.
public sealed record EvalCasePromotionRequest : IEquatable<EvalCasePromotionRequest>Inheritance
Section titled “Inheritance”object ← EvalCasePromotionRequest
Implements
Section titled “Implements”IEquatable<EvalCasePromotionRequest>
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”EvalCasePromotionRequest()
Section titled “ EvalCasePromotionRequest()”public EvalCasePromotionRequest()Properties
Section titled “Properties”SourceKind
Section titled “ SourceKind”Overrides the promotion reason. If not given, it is derived automatically from the run’s status and score.
public EvalCaseSource? SourceKind { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(EvalCasePromotionRequest?)
Section titled “ Equals(EvalCasePromotionRequest?)”public bool Equals(EvalCasePromotionRequest? other)Parameters
Section titled “Parameters”other EvalCasePromotionRequest?
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 ==(EvalCasePromotionRequest?, EvalCasePromotionRequest?)
Section titled “ operator ==(EvalCasePromotionRequest?, EvalCasePromotionRequest?)”public static bool operator ==(EvalCasePromotionRequest? left, EvalCasePromotionRequest? right)Parameters
Section titled “Parameters”left EvalCasePromotionRequest?
right EvalCasePromotionRequest?
Returns
Section titled “Returns”operator !=(EvalCasePromotionRequest?, EvalCasePromotionRequest?)
Section titled “ operator !=(EvalCasePromotionRequest?, EvalCasePromotionRequest?)”public static bool operator !=(EvalCasePromotionRequest? left, EvalCasePromotionRequest? right)Parameters
Section titled “Parameters”left EvalCasePromotionRequest?
right EvalCasePromotionRequest?