Module Values.RejectChoiceSource

The details of the automatically generated business metadata that is rejected.

Sourcetype nonrec t = {
  1. predictionTarget : String_.t;
    (*

    Specifies the target (for example, a column name) where a prediction can be rejected.

    *)
  2. predictionChoices : PredictionChoices.t option;
    (*

    Specifies the the automatically generated business metadata that can be rejected.

    *)
}
Sourceval context_ : string
Sourceval make : ?predictionChoices:??? -> predictionTarget:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Integer of Integer.t ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t