| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ImageBlock |
ImageBlock.clone() |
ImageBlock |
ToolResultContentBlock.getImage()
A tool result that is an image.
|
ImageBlock |
ContentBlock.getImage()
Image to include in the message.
|
ImageBlock |
ImageBlock.withFormat(ImageFormat format)
The format of the image.
|
ImageBlock |
ImageBlock.withFormat(String format)
The format of the image.
|
ImageBlock |
ImageBlock.withSource(ImageSource source)
The source for the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolResultContentBlock.setImage(ImageBlock image)
A tool result that is an image.
|
void |
ContentBlock.setImage(ImageBlock image)
Image to include in the message.
|
ToolResultContentBlock |
ToolResultContentBlock.withImage(ImageBlock image)
A tool result that is an image.
|
ContentBlock |
ContentBlock.withImage(ImageBlock image)
Image to include in the message.
|
Copyright © 2025. All rights reserved.