Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SearchResultLocation.Builder
-
Packages that use SearchResultLocation.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SearchResultLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SearchResultLocation.Builder Modifier and Type Method Description static SearchResultLocation.BuilderSearchResultLocation. builder()SearchResultLocation.BuilderSearchResultLocation.Builder. end(Integer end)The ending position in the content array where the cited content ends.SearchResultLocation.BuilderSearchResultLocation.Builder. searchResultIndex(Integer searchResultIndex)The index of the search result content block where the cited content is found.SearchResultLocation.BuilderSearchResultLocation.Builder. start(Integer start)The starting position in the content array where the cited content begins.SearchResultLocation.BuilderSearchResultLocation. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SearchResultLocation.Builder Modifier and Type Method Description static Class<? extends SearchResultLocation.Builder>SearchResultLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SearchResultLocation.Builder Modifier and Type Method Description static CitationLocationCitationLocation. fromSearchResultLocation(Consumer<SearchResultLocation.Builder> searchResultLocation)Create an instance of this class withCitationLocation.searchResultLocation()initialized to the given value.default CitationLocation.BuilderCitationLocation.Builder. searchResultLocation(Consumer<SearchResultLocation.Builder> searchResultLocation)The search result location where the cited content is found, including the search result index and block positions within the content array.
-