Class RetrievalFlowNodeConfiguration

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

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

Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.

See Also: