Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultLocation
Packages that use RetrievalResultLocation
-
Uses of RetrievalResultLocation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultLocationModifier and TypeMethodDescriptionfinal RetrievalResultLocationKnowledgeBaseRetrievalResult.location()Contains information about the location of the data source.final RetrievalResultLocationRetrievedReference.location()Contains information about the location of the data source.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultLocationModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResult.Builder.location(RetrievalResultLocation location) Contains information about the location of the data source.RetrievedReference.Builder.location(RetrievalResultLocation location) Contains information about the location of the data source.