JSON_SearchedAlgorithmModel

JSON message about searched algorithm model packages which are stored locally

{
  "AlgorithmModels": [{
    "MPID": "",
/*required, string, model package ID*/
    "MPName": "",
/*required, string, model package name*/
    "status": 1,
/*required, int, model package status: 0 (not loaded), 1 (loaded), 2 (decryption failed)*/
    "engine": [1,2],
/*optional, int, ID of engine which loads the model package; one model package can be loaded by multiple engines, multiple engines are separated by commas; if this node is not returned, it indicates the model package of current MPID is not loaded*/
    "description": 
/*when the model is downloaded, the packed model URL and a description file in JSON format will be returned, this node is a whole interception of file*/
  }]
}