Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SearchResultLocation.Builder
Packages that use SearchResultLocation.Builder
-
Uses of SearchResultLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SearchResultLocation.BuilderModifier and TypeMethodDescriptionstatic SearchResultLocation.BuilderSearchResultLocation.builder()The ending position in the content array where the cited content ends.SearchResultLocation.Builder.searchResultIndex(Integer searchResultIndex) The index of the search result content block where the cited content is found.The starting position in the content array where the cited content begins.SearchResultLocation.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SearchResultLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SearchResultLocation.Builder>SearchResultLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SearchResultLocation.BuilderModifier and TypeMethodDescriptionstatic 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.