Class: Aws::BedrockAgent::Types::IteratorFlowNodeConfiguration Private

Inherits:
EmptyStructure
  • Object
show all
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Contains configurations for an iterator node in a flow. Takes an input that is an array and iteratively sends each item of the array as an output to the following node. The size of the array is also returned in the output.

The output flow node at the end of the flow iteration will return a response for each member of the array. To return only one response, you can include a collector node downstream from the iterator node.