ksb.csle.component.operator.analysis
Object that contains message ksb.csle.common.proto.StreamOperatorProto.AggregateInfo AggregateInfo contains attributes as follows:
message DLTrainOperatorInfo { required string modelPath = 3; repeated ParamPair additionalParams = 5; }
Dummy operator.
Dummy operator.
Input dataframe
DataFrame Output dataframe
:: ApplicationDeveloperApi ::
Operator that specifies path information for DL model and additional parameters to be used in the python code. modelPath will be passed as '--input' parameter to python code and additional parameters will be passed to key-value pairs with '--'.