Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentChunkLocation.Builder
Packages that use DocumentChunkLocation.Builder
-
Uses of DocumentChunkLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentChunkLocation.BuilderModifier and TypeMethodDescriptionDocumentChunkLocation.builder()DocumentChunkLocation.Builder.documentIndex(Integer documentIndex) The index of the document within the array of documents provided in the request.The ending chunk identifier or index of the cited content within the document.The starting chunk identifier or index of the cited content within the document.DocumentChunkLocation.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentChunkLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentChunkLocation.Builder>DocumentChunkLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentChunkLocation.BuilderModifier and TypeMethodDescriptiondefault 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.static CitationLocationCitationLocation.fromDocumentChunk(Consumer<DocumentChunkLocation.Builder> documentChunk) Create an instance of this class withCitationLocation.documentChunk()initialized to the given value.