Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FunctionSchema.Builder
-
Packages that use FunctionSchema.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FunctionSchema.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FunctionSchema.Builder Modifier and Type Method Description static FunctionSchema.BuilderFunctionSchema. builder()FunctionSchema.BuilderFunctionSchema.Builder. functions(Collection<Function> functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema.Builder. functions(Consumer<Function.Builder>... functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema.Builder. functions(Function... functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FunctionSchema.Builder Modifier and Type Method Description static Class<? extends FunctionSchema.Builder>FunctionSchema. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FunctionSchema.Builder Modifier and Type Method Description default AgentActionGroup.BuilderAgentActionGroup.Builder. functionSchema(Consumer<FunctionSchema.Builder> functionSchema)Defines functions that each define parameters that the agent needs to invoke from the user.default CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.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.default UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.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.
-