Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.Citation.Builder
-
Packages that use Citation.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of Citation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return Citation.Builder Modifier and Type Method Description static Citation.BuilderCitation. builder()default Citation.BuilderCitation.Builder. location(Consumer<CitationLocation.Builder> location)The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.Citation.BuilderCitation.Builder. location(CitationLocation location)The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.Citation.BuilderCitation.Builder. sourceContent(Collection<CitationSourceContent> sourceContent)The specific content from the source document that was referenced or cited in the generated response.Citation.BuilderCitation.Builder. sourceContent(Consumer<CitationSourceContent.Builder>... sourceContent)The specific content from the source document that was referenced or cited in the generated response.Citation.BuilderCitation.Builder. sourceContent(CitationSourceContent... sourceContent)The specific content from the source document that was referenced or cited in the generated response.Citation.BuilderCitation.Builder. title(String title)The title or identifier of the source document being cited.Citation.BuilderCitation. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Citation.Builder Modifier and Type Method Description static Class<? extends Citation.Builder>Citation. serializableBuilderClass()
-