Passing data frame to MS R Server model operationalisation
问题 I am running ML server and I have a service deployed that expects one of its inputs to be a data.frame. When I connect with R to that API endpoint using mrsdeploy, I am able to pass a data.frame. I would like to do the same in prostman using json. How can I format my json for lets say an input (data.frame) of characteristics about someone? I would assume its something like { ... "bio": { "age" : 23, "height" : 12, "eyeC" : "red" } } I have tried a variety of combinations all getting back an