Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SearchResultLocation
Packages that use SearchResultLocation
-
Uses of SearchResultLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SearchResultLocationModifier and TypeMethodDescriptionfinal SearchResultLocationCitationLocation.searchResultLocation()The search result location where the cited content is found, including the search result index and block positions within the content array.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SearchResultLocationModifier and TypeMethodDescriptionstatic CitationLocationCitationLocation.fromSearchResultLocation(SearchResultLocation searchResultLocation) Create an instance of this class withCitationLocation.searchResultLocation()initialized to the given value.CitationLocation.Builder.searchResultLocation(SearchResultLocation searchResultLocation) The search result location where the cited content is found, including the search result index and block positions within the content array.