| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultContent |
RetrievalResultContent.clone() |
RetrievalResultContent |
RetrievedReference.getContent()
Contains the cited text from the data source.
|
RetrievalResultContent |
KnowledgeBaseRetrievalResult.getContent()
Contains a chunk of text from a data source in the knowledge base.
|
RetrievalResultContent |
RetrievalResultContent.withText(String text)
The cited text from the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetrievedReference.setContent(RetrievalResultContent content)
Contains the cited text from the data source.
|
void |
KnowledgeBaseRetrievalResult.setContent(RetrievalResultContent content)
Contains a chunk of text from a data source in the knowledge base.
|
RetrievedReference |
RetrievedReference.withContent(RetrievalResultContent content)
Contains the cited text from the data source.
|
KnowledgeBaseRetrievalResult |
KnowledgeBaseRetrievalResult.withContent(RetrievalResultContent content)
Contains a chunk of text from a data source in the knowledge base.
|
Copyright © 2025. All rights reserved.