Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolInputSchema
Packages that use ToolInputSchema
-
Uses of ToolInputSchema in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolInputSchemaModifier and TypeMethodDescriptionstatic ToolInputSchemaCreate an instance of this class withjson()initialized to the given value.final ToolInputSchemaToolSpecification.inputSchema()The input schema for the tool in JSON format.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolInputSchemaModifier and TypeMethodDescriptionToolSpecification.Builder.inputSchema(ToolInputSchema inputSchema) The input schema for the tool in JSON format.