Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentCharLocation.Builder
Packages that use DocumentCharLocation.Builder
-
Uses of DocumentCharLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentCharLocation.BuilderModifier and TypeMethodDescriptionstatic DocumentCharLocation.BuilderDocumentCharLocation.builder()DocumentCharLocation.Builder.documentIndex(Integer documentIndex) The index of the document within the array of documents provided in the request.The ending character position of the cited content within the document.The starting character position of the cited content within the document.DocumentCharLocation.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentCharLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentCharLocation.Builder>DocumentCharLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentCharLocation.BuilderModifier and TypeMethodDescriptiondefault CitationLocation.BuilderCitationLocation.Builder.documentChar(Consumer<DocumentCharLocation.Builder> documentChar) The character-level location within the document where the cited content is found.static CitationLocationCitationLocation.fromDocumentChar(Consumer<DocumentCharLocation.Builder> documentChar) Create an instance of this class withCitationLocation.documentChar()initialized to the given value.