Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationsContentBlock.Builder
Packages that use CitationsContentBlock.Builder
-
Uses of CitationsContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsContentBlock.BuilderModifier and TypeMethodDescriptionCitationsContentBlock.builder()CitationsContentBlock.Builder.citations(Collection<Citation> citations) An array of citations that reference the source documents used to generate the associated content.CitationsContentBlock.Builder.citations(Consumer<Citation.Builder>... citations) An array of citations that reference the source documents used to generate the associated content.An array of citations that reference the source documents used to generate the associated content.CitationsContentBlock.Builder.content(Collection<CitationGeneratedContent> content) The generated content that is supported by the associated citations.CitationsContentBlock.Builder.content(Consumer<CitationGeneratedContent.Builder>... content) The generated content that is supported by the associated citations.CitationsContentBlock.Builder.content(CitationGeneratedContent... content) The generated content that is supported by the associated citations.CitationsContentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationsContentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CitationsContentBlock.Builder>CitationsContentBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationsContentBlock.BuilderModifier and TypeMethodDescriptiondefault ContentBlock.BuilderContentBlock.Builder.citationsContent(Consumer<CitationsContentBlock.Builder> citationsContent) A content block that contains both generated text and associated citation information, providing traceability between the response and source documents.static ContentBlockContentBlock.fromCitationsContent(Consumer<CitationsContentBlock.Builder> citationsContent) Create an instance of this class withContentBlock.citationsContent()initialized to the given value.