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