Class OutputFlowNodeConfiguration

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

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

Contains configurations for an output flow node in the flow. You specify the data type expected for the input into the node in the type field and how to return the final output in the expression field.

See Also: