InputEdge(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing one edge pointing into a node.
Attributes |
|
|---|---|
| Name | Description |
parent_node |
str
The name of the parent node. |
parent_output_channel |
str
The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact. |
connected_input_channel |
str
The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel. |