Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolConfiguration
-
Packages that use ToolConfiguration Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolConfiguration in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolConfiguration Modifier and Type Method Description ToolConfigurationConverseRequest. toolConfig()Configuration information for the tools that the model can use when generating a response.ToolConfigurationConverseStreamRequest. toolConfig()Configuration information for the tools that the model can use when generating a response.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolConfiguration Modifier and Type Method Description ConverseRequest.BuilderConverseRequest.Builder. toolConfig(ToolConfiguration toolConfig)Configuration information for the tools that the model can use when generating a response.ConverseStreamRequest.BuilderConverseStreamRequest.Builder. toolConfig(ToolConfiguration toolConfig)Configuration information for the tools that the model can use when generating a response.
-