Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ImageInput
Packages that use ImageInput
-
Uses of ImageInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ImageInputModifier and TypeMethodDescriptionfinal List<ImageInput>ContentBody.images()Lists details, including format and source, for the image in the response from the function call.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ImageInputModifier and TypeMethodDescriptionContentBody.Builder.images(ImageInput... images) Lists details, including format and source, for the image in the response from the function call.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ImageInputModifier and TypeMethodDescriptionContentBody.Builder.images(Collection<ImageInput> images) Lists details, including format and source, for the image in the response from the function call.