Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ImageBlock
-
Packages that use ImageBlock Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ImageBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ImageBlock Modifier and Type Method Description ImageBlockBedrockSessionContentBlock. image()The image in the invocation step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ImageBlock Modifier and Type Method Description static BedrockSessionContentBlockBedrockSessionContentBlock. fromImage(ImageBlock image)Create an instance of this class withBedrockSessionContentBlock.image()initialized to the given value.BedrockSessionContentBlock.BuilderBedrockSessionContentBlock.Builder. image(ImageBlock image)The image in the invocation step.
-