Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionSchema
Packages that use FunctionSchema
-
Uses of FunctionSchema in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionSchemaModifier and TypeMethodDescriptionstatic FunctionSchemaFunctionSchema.fromFunctions(List<FunctionDefinition> functions) Create an instance of this class withfunctions()initialized to the given value.final 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 FunctionSchemaModifier and TypeMethodDescriptionAgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.