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
<JsonConverterAttribute(GetType(StringEnumConverter))>
Public Enumeration ResponseType
[JsonConverterAttribute(typeof(StringEnumConverter))]
public enum class ResponseType
[<JsonConverterAttribute(typeof(StringEnumConverter))>]
type ResponseType
Members|
| Member name | Value | Description |
|---|
| Ok | 0 |
Machine learning engine is able to understand the query.
|
| Error | 1 |
Some internal error occurred.
|
| Unrecognized | 2 |
The machine learning engine was not able to understand the query.
|
| Question | 3 |
The machine learning engine was able to partially understand the query.
|
See Also