Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CitationsDelta
-
Packages that use CitationsDelta Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationsDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsDelta Modifier and Type Method Description CitationsDeltaContentBlockDelta. citation()Incremental citation information that is streamed as part of the response generation process.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CitationsDelta Modifier and Type Method Description ContentBlockDelta.BuilderContentBlockDelta.Builder. citation(CitationsDelta citation)Incremental citation information that is streamed as part of the response generation process.static ContentBlockDeltaContentBlockDelta. fromCitation(CitationsDelta citation)Create an instance of this class withContentBlockDelta.citation()initialized to the given value.
-