MachineLearningControllerStartEngine Method

POST /MachineLearning/StartEngine Ensures that the machine learning engine is started and retrieve the set of JS handlers.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("StartEngine")]
public IActionResult StartEngine(
	Guid? sessionId = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The session ID.

Return Value

Type: IActionResult
A dictionary of machine learning plugin names and corresponding JS handlers.
See Also