Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FunctionSchema
-
Packages that use FunctionSchema Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FunctionSchema in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FunctionSchema Modifier and Type Method Description static FunctionSchemaFunctionSchema. fromFunctions(List<Function> functions)Create an instance of this class withfunctions()initialized to the given value.FunctionSchemaAgentActionGroup. functionSchema()Defines functions that each define parameters that the agent needs to invoke from the user.FunctionSchemaCreateAgentActionGroupRequest. functionSchema()Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.FunctionSchemaUpdateAgentActionGroupRequest. functionSchema()Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FunctionSchema Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. functionSchema(FunctionSchema functionSchema)Defines functions that each define parameters that the agent needs to invoke from the user.CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. functionSchema(FunctionSchema functionSchema)Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. functionSchema(FunctionSchema functionSchema)Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
-