[]
Analyzes the data.
[HttpPost]
[Route("{dataSourceKey}/analyses")]
public virtual IActionResult AnalyzeData(string dataSourceKey, EngineRequest er)
| Type | Name | Description |
|---|---|---|
| string | dataSourceKey | The data source key specifies the data. |
| EngineRequest | er | The engine request. |
| Type | Description |
|---|---|
| IActionResult | The analysis result information. |