createEngine

Creates an engine with the given configuration.

Return

A result containing the object ID of the created engine if successful, or an error if failed.

Parameters

config

The configuration map representing the engine configuration.


Creates an engine with the given JSON configuration.

Return

A result containing the object ID of the created engine if successful, or an error if failed.

Parameters

configJson

The JSON string representing the engine configuration.