Values.PredictInputSourceGenerates a prediction for the observation using the specified ML Model. Note: Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.
type nonrec t = {mLModelId : EntityId.t;A unique identifier of the MLModel.
*)record : Record.t;predictEndpoint : VipURL.t;}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of VariableName.t ]
* [> `String of VariableValue.t ])
list
| `String of EntityId.t ])
list ]