Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ImageBlock
Packages that use ImageBlock
-
Uses of ImageBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ImageBlockModifier and TypeMethodDescriptionfinal ImageBlockContentBlock.image()Image to include in the message.final ImageBlockToolResultContentBlock.image()A tool result that is an image.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ImageBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromImage(ImageBlock image) Create an instance of this class withContentBlock.image()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromImage(ImageBlock image) Create an instance of this class withToolResultContentBlock.image()initialized to the given value.ContentBlock.Builder.image(ImageBlock image) Image to include in the message.ToolResultContentBlock.Builder.image(ImageBlock image) A tool result that is an image.