Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationsContentBlock.Builder
-
Packages that use CitationsContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationsContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsContentBlock.Builder Modifier and Type Method Description static CitationsContentBlock.BuilderCitationsContentBlock. builder()CitationsContentBlock.BuilderCitationsContentBlock.Builder. citations(Collection<Citation> citations)An array of citations that reference the source documents used to generate the associated content.CitationsContentBlock.BuilderCitationsContentBlock.Builder. citations(Consumer<Citation.Builder>... citations)An array of citations that reference the source documents used to generate the associated content.CitationsContentBlock.BuilderCitationsContentBlock.Builder. citations(Citation... citations)An array of citations that reference the source documents used to generate the associated content.CitationsContentBlock.BuilderCitationsContentBlock.Builder. content(Collection<CitationGeneratedContent> content)The generated content that is supported by the associated citations.CitationsContentBlock.BuilderCitationsContentBlock.Builder. content(Consumer<CitationGeneratedContent.Builder>... content)The generated content that is supported by the associated citations.CitationsContentBlock.BuilderCitationsContentBlock.Builder. content(CitationGeneratedContent... content)The generated content that is supported by the associated citations.CitationsContentBlock.BuilderCitationsContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationsContentBlock.Builder Modifier and Type Method Description static Class<? extends CitationsContentBlock.Builder>CitationsContentBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationsContentBlock.Builder Modifier and Type Method Description default 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.
-