Class CollectorFlowNodeConfiguration

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

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

Defines a collector node in your flow. This node takes an iteration of inputs and consolidates them into an array in the output. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

See Also: