(::Boolean) — By default, the output of the node will only be available to downstream
nodes. To consume the direct output from the application node, the output
must be sent to Vision AI Streams at first.
By setting output_all_output_channels_to_stream to true, App Platform
will automatically send all the outputs of the current node to Vision AI
Stream resources (one stream per output channel). The output stream
resource will be created by App Platform automatically during deployment
and deleted after application un-deployment.
Note that this config applies to all the Application Instances.
The output stream can be override at instance level by
configuring the output_resources section of Instance resource.
producer_node should be current node, output_resource_binding should
be the output channel name (or leave it blank if there is only 1 output
channel of the processor) and output_resource should be the target
output stream.
value (::Boolean) — By default, the output of the node will only be available to downstream
nodes. To consume the direct output from the application node, the output
must be sent to Vision AI Streams at first.
By setting output_all_output_channels_to_stream to true, App Platform
will automatically send all the outputs of the current node to Vision AI
Stream resources (one stream per output channel). The output stream
resource will be created by App Platform automatically during deployment
and deleted after application un-deployment.
Note that this config applies to all the Application Instances.
The output stream can be override at instance level by
configuring the output_resources section of Instance resource.
producer_node should be current node, output_resource_binding should
be the output channel name (or leave it blank if there is only 1 output
channel of the processor) and output_resource should be the target
output stream.
Returns
(::Boolean) — By default, the output of the node will only be available to downstream
nodes. To consume the direct output from the application node, the output
must be sent to Vision AI Streams at first.
By setting output_all_output_channels_to_stream to true, App Platform
will automatically send all the outputs of the current node to Vision AI
Stream resources (one stream per output channel). The output stream
resource will be created by App Platform automatically during deployment
and deleted after application un-deployment.
Note that this config applies to all the Application Instances.
The output stream can be override at instance level by
configuring the output_resources section of Instance resource.
producer_node should be current node, output_resource_binding should
be the output channel name (or leave it blank if there is only 1 output
channel of the processor) and output_resource should be the target
output stream.
(::Array<::Google::Cloud::VisionAI::V1::Node::InputEdge>) — Parent node. Input node should not have parent node. For V1 Alpha1/Beta
only media warehouse node can have multiple parents, other types of nodes
will only have one parent.
value (::Array<::Google::Cloud::VisionAI::V1::Node::InputEdge>) — Parent node. Input node should not have parent node. For V1 Alpha1/Beta
only media warehouse node can have multiple parents, other types of nodes
will only have one parent.
Returns
(::Array<::Google::Cloud::VisionAI::V1::Node::InputEdge>) — Parent node. Input node should not have parent node. For V1 Alpha1/Beta
only media warehouse node can have multiple parents, other types of nodes
will only have one parent.
#processor
defprocessor()->::String
Returns
(::String) — Processor name refer to the chosen processor resource.
#processor=
defprocessor=(value)->::String
Parameter
value (::String) — Processor name refer to the chosen processor resource.
Returns
(::String) — Processor name refer to the chosen processor resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Vision AI V1 API - Class Google::Cloud::VisionAI::V1::Node (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-Node)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-Node)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-Node)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-Node)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-Node)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-Node)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-Node) \nReference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Node.\n\nMessage describing node object. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #display_name\n\n def display_name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- A user friendly display name for the node.\n\n### #display_name=\n\n def display_name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- A user friendly display name for the node. \n**Returns**\n\n- (::String) --- A user friendly display name for the node.\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. A unique name for the node.\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. A unique name for the node. \n**Returns**\n\n- (::String) --- Required. A unique name for the node.\n\n### #node_config\n\n def node_config() -\u003e ::Google::Cloud::VisionAI::V1::ProcessorConfig\n\n**Returns**\n\n- ([::Google::Cloud::VisionAI::V1::ProcessorConfig](./Google-Cloud-VisionAI-V1-ProcessorConfig)) --- Node config.\n\n### #node_config=\n\n def node_config=(value) -\u003e ::Google::Cloud::VisionAI::V1::ProcessorConfig\n\n**Parameter**\n\n- **value** ([::Google::Cloud::VisionAI::V1::ProcessorConfig](./Google-Cloud-VisionAI-V1-ProcessorConfig)) --- Node config. \n**Returns**\n\n- ([::Google::Cloud::VisionAI::V1::ProcessorConfig](./Google-Cloud-VisionAI-V1-ProcessorConfig)) --- Node config.\n\n### #output_all_output_channels_to_stream\n\n def output_all_output_channels_to_stream() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- By default, the output of the node will only be available to downstream nodes. To consume the direct output from the application node, the output must be sent to Vision AI Streams at first.\n\n By setting output_all_output_channels_to_stream to true, App Platform\n will automatically send all the outputs of the current node to Vision AI\n Stream resources (one stream per output channel). The output stream\n resource will be created by App Platform automatically during deployment\n and deleted after application un-deployment.\n Note that this config applies to all the Application Instances.\n\n The output stream can be override at instance level by\n configuring the `output_resources` section of Instance resource.\n `producer_node` should be current node, `output_resource_binding` should\n be the output channel name (or leave it blank if there is only 1 output\n channel of the processor) and `output_resource` should be the target\n output stream.\n\n### #output_all_output_channels_to_stream=\n\n def output_all_output_channels_to_stream=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- By default, the output of the node will only be available to downstream nodes. To consume the direct output from the application node, the output must be sent to Vision AI Streams at first.\n\n\n By setting output_all_output_channels_to_stream to true, App Platform\n will automatically send all the outputs of the current node to Vision AI\n Stream resources (one stream per output channel). The output stream\n resource will be created by App Platform automatically during deployment\n and deleted after application un-deployment.\n Note that this config applies to all the Application Instances.\n\n The output stream can be override at instance level by\n configuring the `output_resources` section of Instance resource.\n `producer_node` should be current node, `output_resource_binding` should\n be the output channel name (or leave it blank if there is only 1 output\n channel of the processor) and `output_resource` should be the target\noutput stream. \n**Returns**\n\n- (::Boolean) --- By default, the output of the node will only be available to downstream nodes. To consume the direct output from the application node, the output must be sent to Vision AI Streams at first.\n\n By setting output_all_output_channels_to_stream to true, App Platform\n will automatically send all the outputs of the current node to Vision AI\n Stream resources (one stream per output channel). The output stream\n resource will be created by App Platform automatically during deployment\n and deleted after application un-deployment.\n Note that this config applies to all the Application Instances.\n\n The output stream can be override at instance level by\n configuring the `output_resources` section of Instance resource.\n `producer_node` should be current node, `output_resource_binding` should\n be the output channel name (or leave it blank if there is only 1 output\n channel of the processor) and `output_resource` should be the target\n output stream.\n\n### #parents\n\n def parents() -\u003e ::Array\u003c::Google::Cloud::VisionAI::V1::Node::InputEdge\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::VisionAI::V1::Node::InputEdge](./Google-Cloud-VisionAI-V1-Node-InputEdge)\\\u003e) --- Parent node. Input node should not have parent node. For V1 Alpha1/Beta only media warehouse node can have multiple parents, other types of nodes will only have one parent.\n\n### #parents=\n\n def parents=(value) -\u003e ::Array\u003c::Google::Cloud::VisionAI::V1::Node::InputEdge\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::VisionAI::V1::Node::InputEdge](./Google-Cloud-VisionAI-V1-Node-InputEdge)\\\u003e) --- Parent node. Input node should not have parent node. For V1 Alpha1/Beta only media warehouse node can have multiple parents, other types of nodes will only have one parent. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::VisionAI::V1::Node::InputEdge](./Google-Cloud-VisionAI-V1-Node-InputEdge)\\\u003e) --- Parent node. Input node should not have parent node. For V1 Alpha1/Beta only media warehouse node can have multiple parents, other types of nodes will only have one parent.\n\n### #processor\n\n def processor() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Processor name refer to the chosen processor resource.\n\n### #processor=\n\n def processor=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Processor name refer to the chosen processor resource. \n**Returns**\n\n- (::String) --- Processor name refer to the chosen processor resource."]]