Codeunit 2001 Azure ML Connector in 25
- App
- Base Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Source29
Procedures, 20
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| Initialize | (Text, Text, Integer) | Boolean | public | Pending 24.0 | |||
| Use "Initialize(ApiKey: SecretText; ApiUri: SecretText; TimeOutSeconds: Integer)" instead. | |||||||
| 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 | - | |||
| Initialize | (SecretText, Text, Integer) | Boolean | public | - | |||