Procedures, 21
| Name | Parameters | Returns | Access | Versions | Obsolete | ||
|---|---|---|---|---|---|---|---|
| Initialize | (Text, Text, Integer) | Boolean | public | 17-26, gone | Pending 24.0 | ||
| Use "Initialize(ApiKey: SecretText; ApiUri: SecretText; TimeOutSeconds: Integer)" instead. | |||||||
| IsInitialized | () | Boolean | public | 17-28 | - | ||
| SendToAzureMLInternal | (Boolean) | Boolean | public | 17-28 | - | ||
| SendToAzureML | () | Boolean | public | 17-28 | - | ||
| ValidateApiUrl | (Text) | Boolean | public | 17-28 | - | ||
| SendRequestToAzureML | () | Boolean | public | 17-28 | - | ||
| SetMessageHandler | (DotNet HttpMessageHandler) | public | 17-28 | - | |||
| SetInputName | (Text) | Boolean | public | 17-28 | - | ||
| AddInputColumnName | (Text) | Boolean | public | 17-28 | - | ||
| AddInputRow | () | Boolean | public | 17-28 | - | ||
| AddInputValue | (Text) | Boolean | public | 17-28 | - | ||
| AddParameter | (Text, Text) | Boolean | public | 17-28 | - | ||
| SetParameterName | (Text) | Boolean | public | 17-28 | - | ||
| SetOutputName | (Text) | Boolean | public | 17-28 | - | ||
| GetOutput | (Integer, Integer, var Text) | Boolean | public | 17-28 | - | ||
| GetOutputLength | (var Integer) | Boolean | public | 17-28 | - | ||
| GetInput | (Integer, Integer, var Text) | Boolean | public | 17-28 | - | ||
| GetInputLength | (var Integer) | Boolean | public | 17-28 | - | ||
| GetParameter | (Text, var Text) | Boolean | public | 17-28 | - | ||
| Initialize | (SecretText, Text, Integer) | Boolean | public | 24-28 | - | ||
| SetDefaultTimeoutSeconds | (Integer) | public | 28 | - | |||