Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationLocation
-
Packages that use CitationLocation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationLocation Modifier and Type Method Description static 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.CitationLocationCitation. location()The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.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 CitationLocation Modifier and Type Method Description Citation.BuilderCitation.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.BuilderCitationsDelta.Builder. location(CitationLocation location)Specifies the precise location within a source document where cited content can be found.
-