ksb.csle.component.operator.analysis
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 SparkML Model.
execute prediction with SparkML Model.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that performs predition with ML model in the given dataframe.