Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolInputSchema.Builder
Packages that use ToolInputSchema.Builder
-
Uses of ToolInputSchema.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolInputSchema.BuilderModifier and TypeMethodDescriptionstatic ToolInputSchema.BuilderToolInputSchema.builder()The JSON schema for the tool.ToolInputSchema.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolInputSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolInputSchema.Builder>ToolInputSchema.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolInputSchema.BuilderModifier and TypeMethodDescriptiondefault ToolSpecification.BuilderToolSpecification.Builder.inputSchema(Consumer<ToolInputSchema.Builder> inputSchema) The input schema for the tool in JSON format.