Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SearchResultBlock
-
Packages that use SearchResultBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SearchResultBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SearchResultBlock Modifier and Type Method Description SearchResultBlockContentBlock. searchResult()Search result to include in the message.SearchResultBlockToolResultContentBlock. searchResult()A tool result that is a search result.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SearchResultBlock Modifier and Type Method Description static ContentBlockContentBlock. fromSearchResult(SearchResultBlock searchResult)Create an instance of this class withContentBlock.searchResult()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromSearchResult(SearchResultBlock searchResult)Create an instance of this class withToolResultContentBlock.searchResult()initialized to the given value.ContentBlock.BuilderContentBlock.Builder. searchResult(SearchResultBlock searchResult)Search result to include in the message.ToolResultContentBlock.BuilderToolResultContentBlock.Builder. searchResult(SearchResultBlock searchResult)A tool result that is a search result.
-