Define actions to be performed when the operator GUI node is placed in the workflow.
Define actions to be performed when the operator GUI node is placed in the workflow. This involves defining the property dialog content and/or refining what the output schema is supposed to be like. E.g., if the output is a tabular dataset, provide some outline about the output schema (partial or complete).
The operator dialog where the operator could add input text boxes, etc. to define UI for parameter inputs.
Before executing the runtime of the operator the developer should determine the underlying platform that the runtime will execute against. E.g., it is possible for an operator to have accesses to two different Hadoop clusters or multiple databases. A runtime can run on only one platform. A default platform will be used if nothing is done.
This can be used to provide information about the nature of the output/input schemas. E.g., provide the output schema.
If there's a change in the inputs/connections or parameters then this function will get called so that the operator can redefine the input/output schema.
If there's a change in the inputs/connections or parameters then this function will get called so that the operator can redefine the input/output schema.
If the connected inputs contain tabular schemas, this is where they can be accessed, each with unique Ids.
The current parameter values to the operator.
This should be used to change the input/output schema, etc.
A status object about whether the inputs and/or parameters are valid. The default implementation assumes that the connected inputs and/or parameters are valid.
This is invoked for GUI to customize the operator output visualization after the operator finishes running.
This is invoked for GUI to customize the operator output visualization after the operator finishes running. Each output should have associated default visualization, but the developer can customize it here.
The parameter values to the operator.
This is the output from running the operator.
For creating visual models.
The visual model to be sent to the GUI for visualization.
:: AlpineSdkApi :: Control the behavior of the operator GUI node within the editor.