QueryContext Class

The context of a query.
Inheritance Hierarchy
SystemObject
  Dundas.BI.MachineLearningQueryContext

Namespace: Dundas.BI.MachineLearning
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class QueryContext

The QueryContext type exposes the following members.

Constructors
 NameDescription
Public methodQueryContext Initializes a new instance of the QueryContext class.
Top
Properties
 NameDescription
Public propertyData Gets or sets the data that the machine learning engine uses as the query context state.
Public propertyId Gets or sets the ID.
Public propertySessionId Gets or sets the session ID that the machine learning engine is required to perform web API calls.
Public propertyTargetProjectIds Gets the target project IDs at which the context is referring to.
Public propertyUserId Gets or sets the current userID.
Public propertyViewId Gets or sets the associated view ID.
Public propertyViewType Gets or sets the view type.
Top
See Also