Usages

Interface Class

org.joget.ai.TensorFlowPlugin

Method Detail

Interface Methods
getInputClasses
public TensorFlowInput[] getInputClasses();

Return the additional input option.

getPostProcessingClasses
public TensorFlowPostProcessing[] getPostProcessingClasses();

Return the additional post-processing option.

org.joget.ai.TensorFlowElement

Method Detail

Interface Methods
getName
public String getName();

Return the short name of the option

getLabel
public String getLabel();

Return the label of the option

getDescription
public String getDescription();

Return the description of the option

getUI
public String getUI();

Return the HTML UI to correct Input

getInitScript
public String getInitScript();

Return the javascript to initialize the UI

org.joget.ai.TensorFlowInput

Method Detail

Interface Methods
getInputs
public Tensor getInputs(Map params, String processId, Map<String, String> variables, Map<String, Object> tempDataHolder) throws IOException;

Return the Tensorflow Tensor object

Parameters

org.joget.ai.TensorFlowPostProcessing

Method Detail

Interface Methods
runPostProcessing
public void runPostProcessing(Map params, Map<String, Object> tfVariables, Map<String, String> variables, Map<String, Object> tempDataHolder) throws IOException;

Run post-processing to process the Tensorflow output.

Parameters