Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FunctionSchema.Builder
Packages that use FunctionSchema.Builder
-
Uses of FunctionSchema.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FunctionSchema.BuilderModifier and TypeMethodDescriptionstatic FunctionSchema.BuilderFunctionSchema.builder()FunctionSchema.Builder.functions(Collection<Function> functions) A list of functions that each define an action in the action group.FunctionSchema.Builder.functions(Consumer<Function.Builder>... functions) A list of functions that each define an action in the action group.A list of functions that each define an action in the action group.FunctionSchema.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FunctionSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionSchema.Builder>FunctionSchema.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FunctionSchema.BuilderModifier and TypeMethodDescriptiondefault AgentActionGroup.BuilderAgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Defines functions that each define parameters that the agent needs to invoke from the user.CreateAgentActionGroupRequest.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.UpdateAgentActionGroupRequest.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.