Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationsDelta.Builder
-
Packages that use CitationsDelta.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationsDelta.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsDelta.Builder Modifier and Type Method Description static CitationsDelta.BuilderCitationsDelta. builder()default CitationsDelta.BuilderCitationsDelta.Builder. location(Consumer<CitationLocation.Builder> location)Specifies the precise location within a source document where cited content can be found.CitationsDelta.BuilderCitationsDelta.Builder. location(CitationLocation location)Specifies the precise location within a source document where cited content can be found.CitationsDelta.BuilderCitationsDelta.Builder. sourceContent(Collection<CitationSourceContentDelta> sourceContent)The specific content from the source document that was referenced or cited in the generated response.CitationsDelta.BuilderCitationsDelta.Builder. sourceContent(Consumer<CitationSourceContentDelta.Builder>... sourceContent)The specific content from the source document that was referenced or cited in the generated response.CitationsDelta.BuilderCitationsDelta.Builder. sourceContent(CitationSourceContentDelta... sourceContent)The specific content from the source document that was referenced or cited in the generated response.CitationsDelta.BuilderCitationsDelta.Builder. title(String title)The title or identifier of the source document being cited.CitationsDelta.BuilderCitationsDelta. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationsDelta.Builder Modifier and Type Method Description static Class<? extends CitationsDelta.Builder>CitationsDelta. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationsDelta.Builder Modifier and Type Method Description default ContentBlockDelta.BuilderContentBlockDelta.Builder. citation(Consumer<CitationsDelta.Builder> citation)Incremental citation information that is streamed as part of the response generation process.static ContentBlockDeltaContentBlockDelta. fromCitation(Consumer<CitationsDelta.Builder> citation)Create an instance of this class withContentBlockDelta.citation()initialized to the given value.
-