Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.InputImageFormat
Packages that use InputImageFormat
-
Uses of InputImageFormat in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InputImageFormatModifier and TypeMethodDescriptionfinal InputImageFormatInputImage.format()The format of the input image.static InputImageFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InputImageFormatReturns the enum constant of this type with the specified name.static InputImageFormat[]InputImageFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InputImageFormatMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InputImageFormatModifier and TypeMethodDescriptionInputImage.Builder.format(InputImageFormat format) The format of the input image.