Codeunit 2001 Azure ML Connector in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 19
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | (Text, Text, Integer) | Boolean | public | - |
| IsInitialized | () | Boolean | public | - |
| SendToAzureMLInternal | (Boolean) | Boolean | public | - |
| SendToAzureML | () | Boolean | public | - |
| ValidateApiUrl | (Text) | Boolean | public | - |
| SendRequestToAzureML | () | Boolean | public | - |
| SetMessageHandler | (DotNet HttpMessageHandler) | public | - | |
| SetInputName | (Text) | Boolean | public | - |
| AddInputColumnName | (Text) | Boolean | public | - |
| AddInputRow | () | Boolean | public | - |
| AddInputValue | (Text) | Boolean | public | - |
| AddParameter | (Text, Text) | Boolean | public | - |
| SetParameterName | (Text) | Boolean | public | - |
| SetOutputName | (Text) | Boolean | public | - |
| GetOutput | (Integer, Integer, var Text) | Boolean | public | - |
| GetOutputLength | (var Integer) | Boolean | public | - |
| GetInput | (Integer, Integer, var Text) | Boolean | public | - |
| GetInputLength | (var Integer) | Boolean | public | - |
| GetParameter | (Text, var Text) | Boolean | public | - |