Values.AcceptRuleSourceSpecifies the rule and the threshold under which a prediction can be accepted.
type nonrec t = {rule : AcceptRuleBehavior.t option;Specifies whether you want to accept 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 accepted.
*)}