Class: Aws::BedrockAgent::Types::RetrievalFlowNodeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RetrievalFlowNodeConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_configuration ⇒ Types::RetrievalFlowNodeServiceConfiguration
Contains configurations for the service to use for retrieving data to return as the output from the node.
Instance Attribute Details
#service_configuration ⇒ Types::RetrievalFlowNodeServiceConfiguration
Contains configurations for the service to use for retrieving data to return as the output from the node.
6476 6477 6478 6479 6480 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6476 class RetrievalFlowNodeConfiguration < Struct.new( :service_configuration) SENSITIVE = [] include Aws::Structure end |