Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SearchResultLocation
-
Packages that use SearchResultLocation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SearchResultLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SearchResultLocation Modifier and Type Method Description 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 SearchResultLocation Modifier and Type Method Description static CitationLocationCitationLocation. fromSearchResultLocation(SearchResultLocation searchResultLocation)Create an instance of this class withCitationLocation.searchResultLocation()initialized to the given value.CitationLocation.BuilderCitationLocation.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.
-