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