Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ImageBlock
-
Packages that use ImageBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ImageBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ImageBlock Modifier and Type Method Description ImageBlockContentBlock. image()Image to include in the message.ImageBlockToolResultContentBlock. image()A tool result that is an image.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ImageBlock Modifier and Type Method Description static 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.BuilderContentBlock.Builder. image(ImageBlock image)Image to include in the message.ToolResultContentBlock.BuilderToolResultContentBlock.Builder. image(ImageBlock image)A tool result that is an image.
-