ST_MllPredictionParameters
Syntax
Definition:
TYPE ST_MllPredictionParameters :
STRUCT
    MlModelFilepath : STRING(255);
    MaxConcurrency  : UINT;
END_STRUCT
END_TYPEParameters
| 
                   Name  | 
                   Type  | 
                   Default  | 
                   Description  | 
|---|---|---|---|
| 
                   MlModelFilepath  | 
                   STRING(255)  | 
                   
  | 
                   File path of the loaded model. Either *.xml or *.bml file  | 
| 
                   MaxConcurrency  | 
                   UINT  | 
                   1  | 
                   Maxium number of threads calling predict on the FB in the same time.  |