Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationsContentBlock
-
Packages that use CitationsContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationsContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsContentBlock Modifier and Type Method Description 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 CitationsContentBlock Modifier and Type Method Description ContentBlock.BuilderContentBlock.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.
-