API schema
Schema
FTModelResultsList
Array of FTModel results
Type: object
Properties
| Name | Type | Description |
|---|---|---|
err | err | |
resultlist | array of FTModelResults |
Example shape
{
"err": {
"example": "err"
},
"resultlist": [
{
"example": "FTModelResults"
}
]
}