Class IteratorFlowNodeConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.IteratorFlowNodeConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<IteratorFlowNodeConfiguration.Builder,IteratorFlowNodeConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class IteratorFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IteratorFlowNodeConfiguration.Builder,IteratorFlowNodeConfiguration>

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.

See Also: