Newer Version Available

This content describes an older version of this product. View Latest

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