Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ImageInputSource
-
Packages that use ImageInputSource Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ImageInputSource in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ImageInputSource Modifier and Type Method Description static ImageInputSourceImageInputSource. fromBytes(SdkBytes bytes)Create an instance of this class withbytes()initialized to the given value.ImageInputSourceImageInput. source()The source of the image in the result.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ImageInputSource Modifier and Type Method Description ImageInput.BuilderImageInput.Builder. source(ImageInputSource source)The source of the image in the result.
-