Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionSchema
-
Packages that use FunctionSchema Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FunctionSchema in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionSchema Modifier and Type Method Description static FunctionSchemaFunctionSchema. fromFunctions(List<FunctionDefinition> functions)Create an instance of this class withfunctions()initialized to the given value.FunctionSchemaAgentActionGroup. 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.bedrockagentruntime.model with parameters of type FunctionSchema Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. functionSchema(FunctionSchema functionSchema)Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.
-