Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultLocation
-
Packages that use RetrievalResultLocation Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrievalResultLocation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultLocation Modifier and Type Method Description RetrievalResultLocationKnowledgeBaseRetrievalResult. location()Contains information about the location of the data source.RetrievalResultLocationRetrievedReference. location()Contains information about the location of the data source.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultLocation Modifier and Type Method Description KnowledgeBaseRetrievalResult.BuilderKnowledgeBaseRetrievalResult.Builder. location(RetrievalResultLocation location)Contains information about the location of the data source.RetrievedReference.BuilderRetrievedReference.Builder. location(RetrievalResultLocation location)Contains information about the location of the data source.
-