Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.CdpMlPredictSettingsInput

Input representation for the model settings used to generate a prediction.
Property Type Description Required or Optional Available Version
aggregateFunctions List<String> List of aggregate functions for the prediction. Optional 59.0
maxPrescriptions Integer Maximum number of recommendations. The default value is -1 (unlimited) and the allowed range is -1 through 200. Optional 59.0
maxTopFactors Integer Maximum number of top factors. The default value is 0 and the allowed range is 0 through 3. Optional 59.0
prescriptionImpactPercentage Integer The minimum impact percentage of the prescriptions to return. Only prescriptions whose impact percentage is greater than or equal to the specified percentage are returned. The default value is 0 and the allowed range is 0 through 100. Optional 59.0