Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ImageInput
-
Packages that use ImageInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 ImageInput Modifier and Type Method Description 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 ImageInput Modifier and Type Method Description ContentBody.BuilderContentBody.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 ImageInput Modifier and Type Method Description ContentBody.BuilderContentBody.Builder. images(Collection<ImageInput> images)Lists details, including format and source, for the image in the response from the function call.
-