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