-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Description
Hi,
I have been exploring the mleap-spring-boot project. The swagger documentation seems to be off for the transform endpoint.
In the swagger for the endpoint --> /models/{modelName}/transform
It mentions that the body is supposed to be the following:
{
"schema": {
"fields": [
{
"name": "string",
"dataType": {
"base": "BOOLEAN",
"shape": {
"base": "SCALAR",
"isNullable": true,
"tensorShape": [
{
"size": 0,
"name": "string"
}
]
}
}
}
]
},
"rows": [
[
{}
]
]
}
However, when you use that body there is an error --> "error": "NoSuchElementException: key not found: type",
Seems like a type field is required. Am i missing something? Also what are valid values for type.
Thank you for help, much appreciated.
Metadata
Metadata
Assignees
Labels
No labels