Values.RejectRuleSourceSpecifies the rule and the threshold under which a prediction can be rejected.
type nonrec t = {rule : RejectRuleBehavior.t option;Specifies whether you want to reject the top prediction for all targets or none.
*)threshold : Float_.t option;The confidence score that specifies the condition at which a prediction can be rejected.
*)}