Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Citation
-
Packages that use Citation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of Citation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Citation Modifier and Type Method Description List<Citation>CitationsContentBlock. citations()An array of citations that reference the source documents used to generate the associated content.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type Citation Modifier and Type Method Description CitationsContentBlock.BuilderCitationsContentBlock.Builder. citations(Citation... citations)An array of citations that reference the source documents used to generate the associated content.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type Citation Modifier and Type Method Description CitationsContentBlock.BuilderCitationsContentBlock.Builder. citations(Collection<Citation> citations)An array of citations that reference the source documents used to generate the associated content.
-