Object evalModelwithParams(String modelName, Object... parameters)
Object evalModelwithParams(String modelName, Object... parameters)
Name | Type | Description |
---|---|---|
modelName | String | Name of the model |
parameters | Object... | Parameters of the model.For example, if a model has an input field Age, then the parameters to this function would be Age,20. |
Type | Description |
---|---|
Object |