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