ConnectApi.StrategyTraceNode

A trace node for a recommendation strategy execution.
Property Name Type Description Available Version
inputCount Integer Number of items put into the node. 45.0
messages List<String> Messages that occurred during node execution. 45.0
nodeName String Name of the node. 45.0
nodeTime Long Time spent processing inside the node. 45.0
nodeType String Type of node. 45.0
outputCount Integer Number of items returned from the node. 45.0
outputs List<String> Recommendations that are returned from the node. 45.0
totalTime Long Total time spent processing. 45.0