QueryContextSessionId Property

Gets or sets the session ID that the machine learning engine is required to perform web API calls.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Guid SessionId { get; set; }

Property Value

Type: Guid
The session ID for the current web session.
See Also