Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.Citation.Builder
Packages that use Citation.Builder
-
Uses of Citation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return Citation.BuilderModifier and TypeMethodDescriptionstatic Citation.BuilderCitation.builder()default Citation.BuilderCitation.Builder.location(Consumer<CitationLocation.Builder> location) The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.Citation.Builder.location(CitationLocation location) The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.The source from the original search result that provided the cited content.Citation.Builder.sourceContent(Collection<CitationSourceContent> sourceContent) The specific content from the source document that was referenced or cited in the generated response.Citation.Builder.sourceContent(Consumer<CitationSourceContent.Builder>... sourceContent) The specific content from the source document that was referenced or cited in the generated response.Citation.Builder.sourceContent(CitationSourceContent... sourceContent) The specific content from the source document that was referenced or cited in the generated response.The title or identifier of the source document being cited.Citation.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Citation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Citation.Builder>Citation.serializableBuilderClass()