Codeunit 2003 ML Prediction Management in 24
- App
- Base Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Source29
Procedures, 26
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| DefaultInitialize | () | public | - | ||||
| Initialize | (Text[250], Text[200], Integer) | public | Pending 24.0 | ||||
| Use "Initialize(Uri: Text[250]; "Key": SecretText; TimeOutSeconds: Integer)" instead. | |||||||
| InitializeWithKeyVaultCredentials | (Integer) | public | - | ||||
| SetMessageHandler | (DotNet HttpMessageHandler) | public | - | ||||
| SetRecord | (Variant) | public | - | ||||
| GetRecord | (var Variant) | public | - | ||||
| AddFeature | (Integer) | public | - | ||||
| SetLabel | (Integer) | public | - | ||||
| SetConfidence | (Integer) | public | - | ||||
| SetTrainingPercent | (Decimal) | public | - | ||||
| GetTrainingPercent | () | Decimal | public | - | |||
| Train | (var Text, var Decimal) | public | - | ||||
| Predict | (Text) | public | - | ||||
| Evaluate | (Text, var Decimal) | public | - | ||||
| PlotModel | (Text, Text, Text) | Text | public | - | |||
| DownloadPlot | (Text, Text) | public | - | ||||
| IsDataSufficientForClassification | () | Boolean | public | - | |||
| IsDataSufficientForRegression | () | Boolean | public | - | |||
| IsDataSufficientBase | (var RecordRef) | Boolean | public | - | |||
| GetParameter | (Text) | Text | public | - | |||
| GetInput | (Integer, Integer) | Text | public | - | |||
| GetInputLength | () | Integer | public | - | |||
| MaxNoFeatures | () | Integer | public | - | |||
| GetMachineLearningCredentials | (var Text[250], var Text[200], var Option, var Decimal) | Boolean | public | Pending 24.0 | |||
| Use "GetMachineLearningCredentials(var MLApiUri: SecretText; var MLApiKey: SecretText; var LimitType: Option; var Limit: Decimal)" instead. | |||||||
| GetMachineLearningCredentials | (var Text[250], var SecretText, var Option, var Decimal) | Boolean | public | - | |||
| Initialize | (Text[250], SecretText, Integer) | public | - | ||||
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeTrain | (var Text, var Decimal, var Boolean) | - |
| Integration event | OnBeforePredict | (var Variant, var Boolean) | - |
| Integration event | OnBeforeEvaluate | (Text, var Decimal, var Variant, var Boolean) | - |