build
Constructs a Model
instance based on the provided configuration strings.
Return
A Model
object constructed using the provided configuration information.
Parameters
A map of strings representing the model configuration. The key string should contain the necessary information for being able to use the paired string value. The stored string values could be anything. For example, the value could be a JSON string and the key provides information about how to process the JSON. The intent is that the map should be sufficient to build an appropriate Model
instance. The map is optional. The function should return a model that is usable.
the run parameters to apply to the model during the building process
indicates if a default KSL database should be created and attached to the model. The default is false.