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