Values.AcceptChoiceSourceSpecifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
type nonrec t = {predictionTarget : String_.t;Specifies the target (for example, a column name) where a prediction can be accepted.
*)predictionChoice : Integer.t option;Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
*)editedValue : EditedValue.t option;The edit of the prediction.
*)}