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; }
<DataMemberAttribute(Name := "data", EmitDefaultValue := false)>
Public ReadOnly Property Data As String
Get
public:
[DataMemberAttribute(Name = L"data", EmitDefaultValue = false)]
property String^ Data {
String^ get ();
}
[<DataMemberAttribute(Name = "data", EmitDefaultValue = false)>]
member Data : string with get
Property Value
Type:
StringThe data to be used by the machine learning engine in JSON format.
See Also