Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationsDelta.Builder
Packages that use CitationsDelta.Builder
-
Uses of CitationsDelta.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationsDelta.BuilderModifier and TypeMethodDescriptionstatic 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.Builder.location(CitationLocation location) Specifies the precise location within a source document where cited content can be found.The source from the original search result that provided the cited content.CitationsDelta.Builder.sourceContent(Collection<CitationSourceContentDelta> sourceContent) The specific content from the source document that was referenced or cited in the generated response.CitationsDelta.Builder.sourceContent(Consumer<CitationSourceContentDelta.Builder>... sourceContent) The specific content from the source document that was referenced or cited in the generated response.CitationsDelta.Builder.sourceContent(CitationSourceContentDelta... sourceContent) The specific content from the source document that was referenced or cited in the generated response.The title or identifier of the source document being cited.CitationsDelta.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationsDelta.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CitationsDelta.Builder>CitationsDelta.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CitationsDelta.BuilderModifier and TypeMethodDescriptiondefault 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.