Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FunctionSchema.Builder
-
Packages that use FunctionSchema.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FunctionSchema.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FunctionSchema.Builder Modifier and Type Method Description static FunctionSchema.BuilderFunctionSchema. builder()FunctionSchema.BuilderFunctionSchema.Builder. functions(Collection<FunctionDefinition> functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema.Builder. functions(Consumer<FunctionDefinition.Builder>... functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema.Builder. functions(FunctionDefinition... functions)A list of functions that each define an action in the action group.FunctionSchema.BuilderFunctionSchema. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.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.bedrockagentruntime.model with type arguments of type FunctionSchema.Builder Modifier and Type Method Description default AgentActionGroup.BuilderAgentActionGroup.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.
-