Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
public TensorFlowInput[] getInputClasses();
Return the additional input option.
public TensorFlowPostProcessing[] getPostProcessingClasses();
Return the additional post-processing option.
public String getName();
Return the short name of the option
public String getLabel();
Return the label of the option
public String getDescription();
Return the description of the option
public String getUI();
Return the HTML UI to correct Input
public String getInitScript();
Return the javascript to initialize the UI
public Tensor getInputs(Map params, String processId, Map<String, String> variables, Map<String, Object> tempDataHolder) throws IOException;
Return the Tensorflow Tensor object
Parameters
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