Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationLocation.Builder
Packages that use CitationLocation.Builder
-
Uses of CitationLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationLocation.BuilderModifier and TypeMethodDescriptionstatic CitationLocation.BuilderCitationLocation.builder()default CitationLocation.BuilderCitationLocation.Builder.documentChar(Consumer<DocumentCharLocation.Builder> documentChar) The character-level location within the document where the cited content is found.CitationLocation.Builder.documentChar(DocumentCharLocation documentChar) The character-level location within the document where the cited content is found.default CitationLocation.BuilderCitationLocation.Builder.documentChunk(Consumer<DocumentChunkLocation.Builder> documentChunk) The chunk-level location within the document where the cited content is found, typically used for documents that have been segmented into logical chunks.CitationLocation.Builder.documentChunk(DocumentChunkLocation documentChunk) The chunk-level location within the document where the cited content is found, typically used for documents that have been segmented into logical chunks.default CitationLocation.BuilderCitationLocation.Builder.documentPage(Consumer<DocumentPageLocation.Builder> documentPage) The page-level location within the document where the cited content is found.CitationLocation.Builder.documentPage(DocumentPageLocation documentPage) The page-level location within the document where the cited content is found.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.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.CitationLocation.toBuilder()default CitationLocation.BuilderCitationLocation.Builder.web(Consumer<WebLocation.Builder> web) The web URL that was cited for this reference.CitationLocation.Builder.web(WebLocation web) The web URL that was cited for this reference.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CitationLocation.Builder>CitationLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationLocation.BuilderModifier and TypeMethodDescriptiondefault Citation.BuilderCitation.Builder.location(Consumer<CitationLocation.Builder> location) The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.default CitationsDelta.BuilderCitationsDelta.Builder.location(Consumer<CitationLocation.Builder> location) Specifies the precise location within a source document where cited content can be found.