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