ksb.csle.component.operator.analysis
Object that contains message ksb.csle.common.proto.StreamOperatorProto.TensorflowPredictorInfo TensorflowPredictorInfo contains attributes as follows:
message TensorflowPredictorInfo { required string modelServerUri = 1 [default = "http://ip:port"]; required string modelName = 2 [default = "target_model_name"]; required string signatureName = 3 [default = "target_signature_name"]; repeated PredictOption options = 4; }
Operate the tensorflow model prediction.
Operate the tensorflow model prediction.
Input dataframe
DataFrame Output dataframe has prediction output columns.
Close the client connection with model server.
Close the client connection with model server.
:: ApplicationDeveloperApi ::
Operator that performs the prediction according to a given tensorflow model.