Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationSourceContentDelta
-
Packages that use CitationSourceContentDelta Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationSourceContentDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationSourceContentDelta Modifier and Type Method Description List<CitationSourceContentDelta>CitationsDelta. 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 CitationSourceContentDelta Modifier and Type Method Description CitationsDelta.BuilderCitationsDelta.Builder. sourceContent(CitationSourceContentDelta... 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 CitationSourceContentDelta Modifier and Type Method Description CitationsDelta.BuilderCitationsDelta.Builder. sourceContent(Collection<CitationSourceContentDelta> sourceContent)The specific content from the source document that was referenced or cited in the generated response.
-