Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentChunkLocation
Packages that use DocumentChunkLocation
-
Uses of DocumentChunkLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentChunkLocationModifier and TypeMethodDescriptionfinal DocumentChunkLocationCitationLocation.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.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentChunkLocationModifier and TypeMethodDescriptionCitationLocation.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.static CitationLocationCitationLocation.fromDocumentChunk(DocumentChunkLocation documentChunk) Create an instance of this class withCitationLocation.documentChunk()initialized to the given value.