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

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

The schema for the tool. The top level schema type must be object. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.

See Also: