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.CdpMlPredictResult

Represents a CDP machine-learning prediction result.
Property Name Type Description Available Version
aggregatePredictions List<ConnectApi.CdpMlAggregatePrediction> List of aggregate results. 59.0
model ConnectApi.CdpAssetReference Model asset reference used as part of the prediction request. 59.0
predictionType CdpMlModelPredictionTypeEnum Type of the model prediction.
  • BinaryClassification-Binary classification.
  • Generic-Generic/unknown.
  • MulticlassClassification-Multiclass classification.
  • Regression-Regression.
59.0
predictions List<ConnectApi.CdpMlPredictionBase> A list of prediction results. 59.0
settings ConnectApi.CdpMlPredictSettings Settings used for the prediction. 59.0