Class: Google::Cloud::VisionAI::V1::Node::InputEdge
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Node::InputEdge
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message describing one edge pointing into a node.
Instance Attribute Summary collapse
-
#connected_input_channel ⇒ ::String
The connected input channel of the current node's processor.
-
#parent_node ⇒ ::String
The name of the parent node.
-
#parent_output_channel ⇒ ::String
The connected output artifact of the parent node.
Instance Attribute Details
#connected_input_channel ⇒ ::String
Returns The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.
1038 1039 1040 1041 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1038 class InputEdge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_node ⇒ ::String
Returns The name of the parent node.
1038 1039 1040 1041 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1038 class InputEdge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_output_channel ⇒ ::String
Returns The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.
1038 1039 1040 1041 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1038 class InputEdge include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |