Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FunctionSchema
Packages that use FunctionSchema
-
Uses of FunctionSchema in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FunctionSchemaModifier and TypeMethodDescriptionstatic FunctionSchemaFunctionSchema.fromFunctions(List<Function> functions) Create an instance of this class withfunctions()initialized to the given value.final FunctionSchemaAgentActionGroup.functionSchema()Defines functions that each define parameters that the agent needs to invoke from the user.final FunctionSchemaCreateAgentActionGroupRequest.functionSchema()Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.final 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 FunctionSchemaModifier and TypeMethodDescriptionAgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) Defines functions that each define parameters that the agent needs to invoke from the user.CreateAgentActionGroupRequest.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.Builder.functionSchema(FunctionSchema functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.