java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.ImageInput
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ImageInput.Builder,ImageInput>

@Generated("software.amazon.awssdk:codegen") public final class ImageInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageInput.Builder,ImageInput>

Details about an image in the result from a function in the action group invocation. You can specify images only when the function is a computer use action. For more information, see Configure an Amazon Bedrock Agent to complete tasks with computer use tools.

See Also: