Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationsContentBlock
Packages that use CitationsContentBlock
-
Uses of CitationsContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsContentBlockModifier and TypeMethodDescriptionfinal CitationsContentBlockContentBlock.citationsContent()A content block that contains both generated text and associated citation information, providing traceability between the response and source documents.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationsContentBlockModifier and TypeMethodDescriptionContentBlock.Builder.citationsContent(CitationsContentBlock citationsContent) A content block that contains both generated text and associated citation information, providing traceability between the response and source documents.static ContentBlockContentBlock.fromCitationsContent(CitationsContentBlock citationsContent) Create an instance of this class withContentBlock.citationsContent()initialized to the given value.