ResponseType Enumeration

Machine learning response types.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[JsonConverterAttribute(typeof(StringEnumConverter))]
public enum ResponseType
Members
  Member nameValueDescription
Ok0 Machine learning engine is able to understand the query.
Error1 Some internal error occurred.
Unrecognized2 The machine learning engine was not able to understand the query.
Question3 The machine learning engine was able to partially understand the query.
See Also