Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentChunkLocation
-
Packages that use DocumentChunkLocation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentChunkLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentChunkLocation Modifier and Type Method Description 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 DocumentChunkLocation Modifier and Type Method Description CitationLocation.BuilderCitationLocation.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.
-