Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolResultContentBlock
Packages that use ToolResultContentBlock
-
Uses of ToolResultContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultContentBlockModifier and TypeMethodDescriptionstatic ToolResultContentBlockToolResultContentBlock.fromDocument(Consumer<DocumentBlock.Builder> document) Create an instance of this class withdocument()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromDocument(DocumentBlock document) Create an instance of this class withdocument()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromImage(Consumer<ImageBlock.Builder> image) Create an instance of this class withimage()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromImage(ImageBlock image) Create an instance of this class withimage()initialized to the given value.static ToolResultContentBlockCreate an instance of this class withjson()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromSearchResult(Consumer<SearchResultBlock.Builder> searchResult) Create an instance of this class withsearchResult()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromSearchResult(SearchResultBlock searchResult) Create an instance of this class withsearchResult()initialized to the given value.static ToolResultContentBlockCreate an instance of this class withtext()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromVideo(Consumer<VideoBlock.Builder> video) Create an instance of this class withvideo()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromVideo(VideoBlock video) Create an instance of this class withvideo()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolResultContentBlockModifier and TypeMethodDescriptionfinal List<ToolResultContentBlock>ToolResultBlock.content()The content for tool result content block.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolResultContentBlockModifier and TypeMethodDescriptionToolResultBlock.Builder.content(ToolResultContentBlock... content) The content for tool result content block.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolResultContentBlockModifier and TypeMethodDescriptionToolResultBlock.Builder.content(Collection<ToolResultContentBlock> content) The content for tool result content block.