Object that contains message ksb.csle.common.proto.StreamOperatorProto.SparkMLStreamPredictOperatorInfo SparkMLStreamPredictOperatorInfo contains attributes as follows:
message SparkMLStreamPredictOperatorInfo { required string clsNameForModel = 1; required string modelPath = 2; }
Execute prediction with ML model.
Execute prediction with ML model.
Input function pipe
output data pipe
:: ApplicationDeveloperApi ::
Operator that performs predition with ML model in the given dataframe.