Vision AI V1 API - Class Google::Cloud::VisionAI::V1::Node::InputEdge (v0.2.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Node::InputEdge.

Message describing one edge pointing into a node.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connected_input_channel

def connected_input_channel() -> ::String
Returns
  • (::String) — The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

#connected_input_channel=

def connected_input_channel=(value) -> ::String
Parameter
  • value (::String) — The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.
Returns
  • (::String) — The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

#parent_node

def parent_node() -> ::String
Returns
  • (::String) — The name of the parent node.

#parent_node=

def parent_node=(value) -> ::String
Parameter
  • value (::String) — The name of the parent node.
Returns
  • (::String) — The name of the parent node.

#parent_output_channel

def parent_output_channel() -> ::String
Returns
  • (::String) — The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.

#parent_output_channel=

def parent_output_channel=(value) -> ::String
Parameter
  • value (::String) — The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.
Returns
  • (::String) — The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.