Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultContent.Builder
Packages that use RetrievalResultContent.Builder
-
Uses of RetrievalResultContent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultContent.BuilderModifier and TypeMethodDescriptiondefault RetrievalResultContent.BuilderRetrievalResultContent.Builder.audio(Consumer<AudioSegment.Builder> audio) Audio segment information when the retrieval result contains audio content.RetrievalResultContent.Builder.audio(AudioSegment audio) Audio segment information when the retrieval result contains audio content.RetrievalResultContent.builder()RetrievalResultContent.Builder.byteContent(String byteContent) A data URI with base64-encoded content from the data source.RetrievalResultContent.Builder.row(Collection<RetrievalResultContentColumn> row) Specifies information about the rows with the cells to return in retrieval.RetrievalResultContent.Builder.row(Consumer<RetrievalResultContentColumn.Builder>... row) Specifies information about the rows with the cells to return in retrieval.RetrievalResultContent.Builder.row(RetrievalResultContentColumn... row) Specifies information about the rows with the cells to return in retrieval.The cited text from the data source.RetrievalResultContent.toBuilder()The type of content in the retrieval result.RetrievalResultContent.Builder.type(RetrievalResultContentType type) The type of content in the retrieval result.default RetrievalResultContent.BuilderRetrievalResultContent.Builder.video(Consumer<VideoSegment.Builder> video) Video segment information when the retrieval result contains video content.RetrievalResultContent.Builder.video(VideoSegment video) Video segment information when the retrieval result contains video content.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrievalResultContent.Builder>RetrievalResultContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalResultContent.BuilderModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResult.Builder.content(Consumer<RetrievalResultContent.Builder> content) Contains information about the content of the chunk.default RetrievedReference.BuilderRetrievedReference.Builder.content(Consumer<RetrievalResultContent.Builder> content) Contains the cited text from the data source.