run Simulation To Response Map
Executes a simulation based on the provided request data and maps the results into a ResponseMap. If the simulation runs successfully, the request is associated with the ResponseMap in the returned map. In case of a failure during the simulation, an error is returned instead.
Return
a result wrapping a map where each key is the provided request, and the value is the corresponding ResponseMap. If the simulation fails, the result contains an error.
Parameters
request
the request data containing model identifiers, inputs, response names, and parameters necessary to execute and evaluate the simulation