Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationLocation
Packages that use CitationLocation
-
Uses of CitationLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationLocationModifier and TypeMethodDescriptionstatic CitationLocationCitationLocation.fromDocumentChar(Consumer<DocumentCharLocation.Builder> documentChar) Create an instance of this class withdocumentChar()initialized to the given value.static CitationLocationCitationLocation.fromDocumentChar(DocumentCharLocation documentChar) Create an instance of this class withdocumentChar()initialized to the given value.static CitationLocationCitationLocation.fromDocumentChunk(Consumer<DocumentChunkLocation.Builder> documentChunk) Create an instance of this class withdocumentChunk()initialized to the given value.static CitationLocationCitationLocation.fromDocumentChunk(DocumentChunkLocation documentChunk) Create an instance of this class withdocumentChunk()initialized to the given value.static CitationLocationCitationLocation.fromDocumentPage(Consumer<DocumentPageLocation.Builder> documentPage) Create an instance of this class withdocumentPage()initialized to the given value.static CitationLocationCitationLocation.fromDocumentPage(DocumentPageLocation documentPage) Create an instance of this class withdocumentPage()initialized to the given value.static CitationLocationCitationLocation.fromSearchResultLocation(Consumer<SearchResultLocation.Builder> searchResultLocation) Create an instance of this class withsearchResultLocation()initialized to the given value.static CitationLocationCitationLocation.fromSearchResultLocation(SearchResultLocation searchResultLocation) Create an instance of this class withsearchResultLocation()initialized to the given value.static CitationLocationCitationLocation.fromWeb(Consumer<WebLocation.Builder> web) Create an instance of this class withweb()initialized to the given value.static CitationLocationCitationLocation.fromWeb(WebLocation web) Create an instance of this class withweb()initialized to the given value.final CitationLocationCitation.location()The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.final CitationLocationCitationsDelta.location()Specifies the precise location within a source document where cited content can be found.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationLocationModifier and TypeMethodDescriptionCitation.Builder.location(CitationLocation location) The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.CitationsDelta.Builder.location(CitationLocation location) Specifies the precise location within a source document where cited content can be found.