Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolInputSchema
-
Packages that use ToolInputSchema Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolInputSchema in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolInputSchema Modifier and Type Method Description static ToolInputSchemaToolInputSchema. fromJson(Document json)Create an instance of this class withjson()initialized to the given value.ToolInputSchemaToolSpecification. inputSchema()The input schema for the tool in JSON format.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolInputSchema Modifier and Type Method Description ToolSpecification.BuilderToolSpecification.Builder. inputSchema(ToolInputSchema inputSchema)The input schema for the tool in JSON format.
-