Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionDefinition
Packages that use FunctionDefinition
-
Uses of FunctionDefinition in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FunctionDefinitionModifier and TypeMethodDescriptionfinal List<FunctionDefinition>FunctionSchema.functions()A list of functions that each define an action in the action group.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FunctionDefinitionModifier and TypeMethodDescriptionFunctionSchema.Builder.functions(FunctionDefinition... functions) A list of functions that each define an action in the action group.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FunctionDefinitionModifier and TypeMethodDescriptionstatic FunctionSchemaFunctionSchema.fromFunctions(List<FunctionDefinition> functions) Create an instance of this class withFunctionSchema.functions()initialized to the given value.FunctionSchema.Builder.functions(Collection<FunctionDefinition> functions) A list of functions that each define an action in the action group.