Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationSourceContent
-
Packages that use CitationSourceContent Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationSourceContent in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationSourceContent Modifier and Type Method Description static CitationSourceContentCitationSourceContent. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationSourceContent Modifier and Type Method Description List<CitationSourceContent>Citation. sourceContent()The specific content from the source document that was referenced or cited in the generated response.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationSourceContent Modifier and Type Method Description Citation.BuilderCitation.Builder. sourceContent(CitationSourceContent... sourceContent)The specific content from the source document that was referenced or cited in the generated response.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationSourceContent Modifier and Type Method Description Citation.BuilderCitation.Builder. sourceContent(Collection<CitationSourceContent> sourceContent)The specific content from the source document that was referenced or cited in the generated response.
-