QueryContextDataData Property

Gets or sets the data that the machine learning engine uses as the query context state.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "data", EmitDefaultValue = false)]
public string Data { get; }

Property Value

Type: String
The data to be used by the machine learning engine in JSON format.
See Also