Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentChunkLocation.Builder
-
Packages that use DocumentChunkLocation.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentChunkLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentChunkLocation.Builder Modifier and Type Method Description static DocumentChunkLocation.BuilderDocumentChunkLocation. builder()DocumentChunkLocation.BuilderDocumentChunkLocation.Builder. documentIndex(Integer documentIndex)The index of the document within the array of documents provided in the request.DocumentChunkLocation.BuilderDocumentChunkLocation.Builder. end(Integer end)The ending chunk identifier or index of the cited content within the document.DocumentChunkLocation.BuilderDocumentChunkLocation.Builder. start(Integer start)The starting chunk identifier or index of the cited content within the document.DocumentChunkLocation.BuilderDocumentChunkLocation. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentChunkLocation.Builder Modifier and Type Method Description static Class<? extends DocumentChunkLocation.Builder>DocumentChunkLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentChunkLocation.Builder Modifier and Type Method Description default 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.
-