Set Input and Output Names¶
Sets the name of the inputs and outputs columns of this model.
Definition¶
Input ports¶
- in-model
Type: modelDescription: Input model
Output ports¶
- out-model
Type: modelDescription: Output model
Configuration¶
- Input names (input_names)
List of names for features separated by the | character.All whitespace is included in the final name. If empty then no names are set.
- Output names (output_names)
List of names for target separated by the | character. All whitespace is included in the final name. If empty then no names are set.
Implementation¶
- class node_parameters.SetNames[source]