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 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("StartEngine")]
public HttpResponseMessage StartEngine(
	Nullable<Guid> sessionId = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The session ID.

Return Value

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